Akib Azmain Turja
999c779bfc
* .elpaignore: New file.
2022-11-28 01:10:14 +06:00
Akib Azmain Turja
f65a6b0188
; * eat.el: Use ?\s everywhere as space character
2022-11-27 00:21:56 +06:00
Akib Azmain Turja
9eadacb243
; * .dir-locals.el: No tabs and 70 column limit
2022-11-26 22:08:52 +06:00
Akib Azmain Turja
ebdbba0c4b
Use third argument of posn-col-row on Emacs >= 29
...
* eat.el (eat-term-input-event): Use USE-WINDOW argument of
'posn-col-row' to support text scaling properly, but only on
Emacs >= 29 since on Emacs 28 'posn-col-row' takes only one
argument.
2022-11-25 13:06:10 +06:00
Akib Azmain Turja
0cf652a591
; Fix :url in Quelpa recipe in README.org
2022-11-25 12:30:45 +06:00
Akib Azmain Turja
1035d99185
* Makefile (all): Remove "check" and "changelog."
2022-11-24 21:29:40 +06:00
Akib Azmain Turja
ae4322fb45
Add documentation file generation code to Makefile
...
* Makefile (info, dvi, html, pdf, eat.info, eat.dvi, eat.html)
(eat.pdf): New targets.
* Makefile (all): New dependency "info."
* Makefile (.PHONY): Add "info", "dvi", "html" and "pdf."
2022-11-24 21:28:51 +06:00
Akib Azmain Turja
ed4d4ea6de
; Fix outdated key sequences in README.org
2022-11-24 19:15:48 +06:00
Akib Azmain Turja
469b457238
; Fix typo in code in Quelpa section in README.org
2022-11-24 19:13:06 +06:00
Akib Azmain Turja
3464e6b68c
; Fix typo in summany line
2022-11-24 19:07:08 +06:00
Akib Azmain Turja
99dacbbf52
Add proper dependencies to targets in Makefile
...
* Makefile (TIC): New variable.
* Makefile (eat.elc): Depend on eat.el.
* Makefile (e/eat-mono, e/eat-color, eat-256color)
(e/eat-truecolor): Depend on eat.ti.
2022-11-24 14:34:07 +06:00
Akib Azmain Turja
06e45d68b9
Implement the terminal
...
This includes everything written from 2022-08-15 up to now.
* .dir-locals.el:
* CONTRIBUTE:
* COPYING:
* Makefile:
* NEWS:
* README.org:
* eat-tests.el:
* eat.el:
* eat.texi:
* eat.ti:
* fdl.texi:
* gitlog-to-changelog:
* gpl.texi:
* make-changelog:
* texinfo.tex:
New file.
2022-11-24 14:26:03 +06:00