| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
(byte-compile-from-buffer): Use with-current-buffer.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(avl-tree-do-del-internal, avl-tree-do-delete)
(avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
|
| | |
|
| |
| |
| |
| |
| |
| | |
avl-tree-node-left, avl-tree-node-right, avl-tree-node-data,
avl-tree-node-set-left, avl-tree-node-set-right, avl-tree-node-set-data,
avl-tree-node-branch, avl-tree-node-set-branch.
|
| |
| |
| |
| |
| |
| |
| | |
avl-tree-root, avl-tree-dummyroot, avl-tree-cmpfun, avl-tree-del-balance1,
avl-tree-do-del-internal, avl-tree-del-balance2, avl-tree-do-delete,
avl-tree-enter-balance1, avl-tree-enter-balance2, avl-tree-do-enter,
avl-tree-mapc, avl-tree-do-copy.
|
| |
| |
| |
| | |
avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
avl-tree-create, avl-tree-p, avl-tree-compare-function,
avl-tree-empty, avl-tree-enter, avl-tree-delete, avl-tree-member,
avl-tree-map, avl-tree-first, avl-tree-last, avl-tree-copy,
avl-tree-flatten, avl-tree-size, avl-tree-clear.
Make the symbol used for avl-tree-p `AVL-TREE', as well.
|
| | |
|
| |
| |
| |
| |
| | |
(elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs.
(elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
|
| | |
|
| | |
|
| |
| |
| |
| | |
with minimum modifications for standalone-compilation.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(eldoc-highlight-function-argument): New face.
(eldoc-highlight-function-argument): Use it.
|
| |
| |
| |
| | |
Use with-current-buffer rather than a weird set-buffer&prog1 combination.
|
| |
| |
| |
| | |
so as to optimise cases where the `progn's result is constant.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Patches applied:
* emacs--rel--22 (patch 93-96)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 245)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
|
| | |
|
| | |
|
| |
| |
| |
| | |
(copyright-fix-years): Fix bug: Handle nil copyright-limit.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(eldoc-highlight-function-argument): Add a doc string. Tweak previous
change: no need for INDEX to be optional, just need to handle nil.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
comment to basic doc string. Also apply eldoc-argument-case in
the help-split-fundoc case. Adapt for changed behavior of
eldoc-function-argstring, eldoc-function-argstring-format, and
eldoc-highlight-function-argument.
(eldoc-highlight-function-argument): Make INDEX argument
optional, just call eldoc-docstring-format-sym-doc if absent.
(eldoc-function-argstring): Change the behavior. Now it converts
an argument list to a string.
(eldoc-function-argstring-format): Change the behavior. Now it
applies `eldoc-argument-case' to a string.
|
| | |
|
| |
| |
| |
| |
| | |
(copyright-update-year, copyright-update)
(copyright-fix-years): Use it.
|
| | |
|
| | |
|
|\|
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
|
| |
| |
| |
| |
| | |
(backquote-process): Add internal arg `level'. Use the two to
correctly handle nested backquotes.
|
| | |
|
| |
| |
| |
| | |
Replace `iff' in doc-strings and comments.
|
| | |
|
| |
| |
| |
| | |
(pp-eval-expression): Add progress message. Make buffer writable.
|
| | |
|
| |
| |
| |
| |
| | |
backwards compatibility, and only highlight args when present.
Fix symbol name typo (doc/args).
|
| | |
|
| |
| |
| |
| | |
(pp-eval-expression): Add progress message. Make buffer writable.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Patches applied:
* emacs--rel--22 (patch 75-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
* lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update)
(copyright-fix-years, copyright): Correctly handle the case where
copyright-limit is nil.
2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
* lisp/progmodes/python.el (run-python): Fix path separator under w32.
2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-summary-supersede-article)
(gnus-summary-resend-message-edit): Add Gcc header.
(gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
article's Message-ID; refer parent article in summary buffer.
* lisp/gnus/message.el (message-bounce): Call mime-to-mml.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
|
| |
| |
| |
| |
| |
| | |
... and remove lisp/emacs-lisp/.arch-inventory
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
|
| |
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77
Creator: Michael Olson <mwolson@gnu.org>
|
| |
| |
| |
| | |
Correctly handle the case where copyright-limit is nil.
|
| |
| |
| |
| |
| |
| | |
... and remove lisp/emacs-lisp/.arch-inventory
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-837
|
| | |
|