Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/apel) Updated 10.8.20170122 to 10.8.20201107
Commits on Nov 6, 2020 1. Merge pull request #11 from tats/bug/fontset Fix fontset-pixel-size failure @ikazuhiro ikazuhiro committed Nov 6, 2020 4e3269b 2. Fix fontset-pixel-size failure * poem-e20.el (fontset-pixel-size): Don't check height, which no longer exists since Emacs 23. @tats tats committed Nov 6, 2020 ede3a69 Commits on Nov 5, 2020 1. Revive poe.el's dependency on pym.el * poe.el: Require pym.el. pym.el is a part of poe.el. Cf. #10 @ikazuhiro ikazuhiro committed Nov 5, 2020 b87ded4 Commits on Oct 31, 2020 1. Remove conditional definition of functions and variable. Now all supported platforms have the same condition. * emu.el (insert-binary-file-contents-literally): Remove definition by defun-maybe. The function is defined twice in the same file and this part is second definition and never used. * pces-e20.el: Don't require pym.el. (find-coding-system): Define always. * poe.el: Don't require pym.el. (remassoc, remassq, remrassoc, remrassq) (buffer-file-typesave-selected-frame, find-face) (character-to-event, event-to-character, next-command-event) (cancel-undo-boundary): Define always. * poem.el: Don't require pym.el. (char-int, int-char, char-or-char-int-p, char-octet): Define always. @ikazuhiro ikazuhiro committed Oct 31, 2020 081c3a6 2. Remove codes for old platforms. * pccl-20.el (ccl-accept-symbol-as-program): Remove check for ccl-vector-execute-on-string. * poe.el: Remove check for open-network-stream. * poem.el (char-or-char-int-p): Remove check for char-valid-p. @ikazuhiro ikazuhiro committed Oct 31, 2020 c8c36f4 3. Update package description file for MELPA. * apel-pkg.el: Define supported Emacs version. @ikazuhiro ikazuhiro committed Oct 31, 2020 f19cdd7 4. * product.el: Remove unneeded dependency on pym.el. @ikazuhiro ikazuhiro committed Oct 31, 2020 5e024ba Commits on Oct 30, 2020 1. Merge pull request #9 from tats/bug/mcs-defun Don't use defun-maybe for mime-charset-list @ikazuhiro ikazuhiro committed Oct 30, 2020 c332d4f 2. Don't use defun-maybe for mime-charset-list ? * mcs-e20.el (mime-charset-list): Use `defun' instead of `defun-maybe'. @tats tats committed Oct 30, 2020 cb024eb Commits on Oct 24, 2020 1. Merge branch 'conao3-remove-cvs' into apel-wl @ikazuhiro ikazuhiro committed Oct 24, 2020 e0881ff 2. remove cvs related files/contents * README.en: * README.ja: Remove description of cvs on Windows. * Makefile (tar): Remove target. * .cvsignore: Removed. @conao3 @ikazuhiro conao3 authored and ikazuhiro committed Oct 24, 2020 6773cf1 Commits on Aug 31, 2020 1. Obsolete ChangeLog file ? Since this commit, ChangeLog entries are written in commit messages instead of ChangLog file. * ChangeLog.1: Renamed from ChangeLog. * README: New file. @ikazuhiro ikazuhiro committed Aug 31, 2020 28bca5f Commits on Aug 23, 2020 1. * apel-ver.el (apel-ver): Change product name to 'APEL-LB'. @ikazuhiro ikazuhiro committed Aug 23, 2020 414dc33 Commits on Aug 22, 2020 1. Change non-ASCII text files's coding-system to UTF-8 * ChangeLog: * README.ja: Encode in UTF-8 @ikazuhiro ikazuhiro committed Aug 22, 2020 1df9f5f Commits on Jun 25, 2020 1. * inv-23.el (invisible-region): Minor refactoring. @ikazuhiro ikazuhiro committed Jun 25, 2020 208c416 2. * mcs-20.el (detect-mime-charset-string) (detect-mime-charset-region) : Improve performance. @ikazuhiro ikazuhiro committed Jun 25, 2020 89f4260 3. * mcs-20.el (mime-charset-to-coding-system): Don't use find-coding-system. * mcs-e20.el (charsets-mime-charset-alist): Ditto. @ikazuhiro ikazuhiro committed Jun 25, 2020 2e50b28 4. * APEL-MK (EMU_PREFIX): Assume Emacs 24 or later. @ikazuhiro ikazuhiro committed Jun 25, 2020 e0b6eae 5. * alist.el: Use lexical binding. @ikazuhiro ikazuhiro committed Jun 25, 2020 3eb069c 6. * mule-caesar.el (mule-caesar-region): Minor refactoring. @ikazuhiro ikazuhiro committed Jun 25, 2020 9ec773b 7. Strip use of function wrapping lambda. @ikazuhiro ikazuhiro committed Jun 25, 2020 26efc58 8. Remove unneeded dependencies. @ikazuhiro ikazuhiro committed Jun 25, 2020 81a790c 9. Use lexical binding. * apel-ver.el: Likewise. * atype.el: Likewise. * broken.el: Likewise. * calist.el: Likewise. * emu.el: Likewise. * file-detect.el: Likewise. * filename.el: Likewise. * install.el: Likewise. * inv-23.el: Likewise. * invisible.el: Likewise. * mcharset.el: Likewise. * mcs-20.el: Likewise. * mcs-e20.el: Likewise. * mule-caesar.el: Likewise. * path-util.el: Likewise. * pccl-20.el: Likewise. * pccl.el: Likewise. * pces-20.el: Likewise. * pces-e20.el: Likewise. * pces.el: Likewise. * pcustom.el: Likewise. * poe.el: Likewise. * poem-e20.el: Likewise. * poem-e20_3.el: Likewise. * poem.el: Likewise. * product.el: Likewise. * richtext.el: Likewise. * static.el: Likewise. @ikazuhiro ikazuhiro committed Jun 25, 2020 1f899c0 10. Suppress byte-compiler's warnings. * alist.el (modify-alist): Use mapc instead of mapcar. * emu.el: Remove defalias for tm-7.106. (insert-binary-file-contents): Add obsolete date. * filename.el (filename-japanese-to-roman-string): Use with-current-bufer instead of save-excursion + set-buffer. * inv-23.el (end-of-invisible): Add obsolete date. * mcharset.el: Add workaround for circular dependency. (default-mime-charset-for-write): Always set defalt value to utf-8. * mcs-20.el: Add workaround for circular dependency. Always requrie wid-edit.el. * mcs-e20.el (require): Don't require static.el. Add workaround for circular dependency. * pccl-20.el (defun): Use define-coding-system instead of make-coding-system. * pces-20.el: Disable byte-compile-dynamic option. * poem-e20.el: Disable byte-compile-dynamic option. * poem-e20_3.el: Disable byte-compile-dynamic option. * poem.el: Disable byte-compile-dynamic option. @ikazuhiro ikazuhiro committed Jun 25, 2020 0555ff6 11. * apel-ver.el (apel-version): Use called-interactively-p instead of interactive-p. @ikazuhiro ikazuhiro committed Jun 25, 2020 9628b0c 12. * richtext.el (richtext-initial-annotation, richtext-decode): Use fill-column instead of enriched-text-width function, which is not defined on (at least) Emacs. @ikazuhiro ikazuhiro committed Jun 25, 2020 eee9ca8 13. * poem-e20_3.el (string-to-char-list, string-to-int-list): Define as alias for string-to-list. @ikazuhiro ikazuhiro committed Jun 25, 2020 dd8197a 14. Drop old platforms support, dependency on cl.el. Now supported Emacsen are version 24 and later. @ikazuhiro ikazuhiro committed Jun 25, 2020 9304434 Commits on Apr 7, 2019 1. * mcs-20.el: Require pces.el (for find-coding-system). @ikazuhiro ikazuhiro committed Apr 7, 2019 d146ddb
- Loading branch information