summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| | * (edebug-list-form, edebug-match-symbol, \,)Stefan Monnier2007-08-231-4/+4
| | | | | | | | | | | | (\,@): Backslash the , and ,@ which are not new-style unquotes.
| | * (byte-compile-from-buffer): Check old-style backquotes after each `read'Stefan Monnier2007-08-231-8/+8
| | | | | | | | | | | | rather than once per buffer to get more precise location info.
| | * (byte-optimize-featurep): Also handle `sxemacs'.Stefan Monnier2007-08-231-3/+3
| | |
| | * (byte-compile-from-buffer): Display a big fat warning for old style backquotes.Stefan Monnier2007-08-221-1/+7
| | |
| | * (byte-compile-log-file, byte-recompile-directory, byte-compile-file)Stefan Monnier2007-08-221-13/+9
| | | | | | | | | | | | (byte-compile-from-buffer): Use with-current-buffer.
| | * (backquote-delay-process): Fix last change.Stefan Monnier2007-08-211-3/+2
| | |
| * | Commentary and docstring munging; nfc.Thien-Thi Nguyen2007-08-271-30/+22
| | |
| * | (avl-tree-del-balance1, avl-tree-del-balance2)Thien-Thi Nguyen2007-08-271-10/+10
| | | | | | | | | | | | | | | (avl-tree-do-del-internal, avl-tree-do-delete) (avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
| * | Move things around; munge whitespace, indentation; nfc.Thien-Thi Nguyen2007-08-271-53/+36
| | |
| * | Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:Thien-Thi Nguyen2007-08-271-95/+95
| | | | | | | | | | | | | | | | | | 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.
| * | Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:Thien-Thi Nguyen2007-08-271-50/+46
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:Thien-Thi Nguyen2007-08-271-61/+61
| | | | | | | | | | | | avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
| * | (elib-node-create): Delete unused macro.Thien-Thi Nguyen2007-08-271-4/+0
| | |
| * | Reduce nesting: Use modern backquote syntax.Thien-Thi Nguyen2007-08-271-15/+15
| | |
| * | Do s/avltree/avl-tree/g. Resulting changed function names:Thien-Thi Nguyen2007-08-271-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Add arch taglineMiles Bader2007-08-271-0/+1
| | |
| * | Don't require `cl'.Thien-Thi Nguyen2007-08-271-9/+4
| | | | | | | | | | | | | | | (elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs. (elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
| * | Move provide form to end; nfc.Thien-Thi Nguyen2007-08-271-1/+2
| | |
| * | Munge comments, whitespace, indentation, hanging parens; nfc.Thien-Thi Nguyen2007-08-271-397/+252
| | |
| * | Initial revision, comprising elib-node.el and avltree.el,Thien-Thi Nguyen2007-08-271-0/+715
| | | | | | | | | | | | with minimum modifications for standalone-compilation.
| * | (byte-optimize-if): Don't presume `clause' is a list.Stefan Monnier2007-08-241-1/+3
| | |
| * | Regenerate.Glenn Morris2007-08-241-59/+59
| | |
| * | Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-08-241-1/+6
| | | | | | | | | | | | | | | (eldoc-highlight-function-argument): New face. (eldoc-highlight-function-argument): Use it.
| * | (byte-compile-output-docform, byte-compile-output-as-comment):Stefan Monnier2007-08-231-112/+108
| | | | | | | | | | | | Use with-current-buffer rather than a weird set-buffer&prog1 combination.
| * | (byte-optimize-if): Move `progn' out of the testStefan Monnier2007-08-231-3/+12
| | | | | | | | | | | | so as to optimise cases where the `progn's result is constant.
| * | (byte-compile-interactive-only-functions): Add previous-line and next-line.Stefan Monnier2007-08-211-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-08-214-108/+133
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 852-856) - Update from CVS - Merge from emacs--rel--22 * 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--unicode--0--patch-249
| * | Merge from emacs--rel--22Miles Bader2007-08-211-9/+13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
| | |
| | * Revert last change.Thien-Thi Nguyen2007-08-171-12/+3
| | |
| | * (copyright-update-year, copyright-update)Thien-Thi Nguyen2007-08-171-3/+12
| | | | | | | | | | | | (copyright-fix-years): Fix bug: Handle nil copyright-limit.
| | * (cl-transform-lambda): Preserve the match-data.Stefan Monnier2007-08-161-9/+13
| | |
| * | preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
| | |
| * | (eldoc-get-fnsym-args-string): Doc fix.Glenn Morris2007-08-191-8/+11
| | | | | | | | | | | | | | | (eldoc-highlight-function-argument): Add a doc string. Tweak previous change: no need for INDEX to be optional, just need to handle nil.
| * | (eldoc-get-fnsym-args-string): ConvertGlenn Morris2007-08-181-41/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-limit): Fix sense typo in defsubst.Thien-Thi Nguyen2007-08-171-2/+1
| | |
| * | (copyright-limit): New defsubst.Thien-Thi Nguyen2007-08-171-6/+7
| | | | | | | | | | | | | | | (copyright-update-year, copyright-update) (copyright-fix-years): Use it.
| * | (copyright-update-year): Fix bug: Handle nil copyright-limit.Thien-Thi Nguyen2007-08-171-1/+3
| | |
| * | (copyright-names-regexp): Add custom group.Richard M. Stallman2007-08-161-0/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-08-139-26/+54
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
| * | Merge from emacs--rel--22Miles Bader2007-08-136-20/+45
| |\| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| | * (backquote-delay-process): New function.Stefan Monnier2007-08-101-15/+39
| | | | | | | | | | | | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes.
| | * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-084-4/+4
| | |
| | * (checkdoc-ispell-lisp-words): Remove `iff'.Glenn Morris2007-08-081-2/+3
| | | | | | | | | | | | Replace `iff' in doc-strings and comments.
| | * Revert previous change, which was only supposed to be in trunk.Glenn Morris2007-08-031-5/+1
| | |
| | * Drew Adams <drew.adams at oracle.com>Glenn Morris2007-08-031-1/+5
| | | | | | | | | | | | (pp-eval-expression): Add progress message. Make buffer writable.
| * | (autoload-print-form): Use print-quoted.Stefan Monnier2007-08-131-0/+2
| | |
| * | (eldoc-get-fnsym-args-string): Make second argument optional, forGlenn Morris2007-08-081-4/+5
| | | | | | | | | | | | | | | backwards compatibility, and only highlight args when present. Fix symbol name typo (doc/args).
| * | Update.Andreas Schwab2007-08-051-3/+3
| | |
* | | Merge from emacs--devo--0Miles Bader2007-08-031-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 839-842) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-240