summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge from emacs--devo--0Miles Bader2006-07-197-28/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
| * (make-autoload): Use new arg.Stefan Monnier2006-07-171-1/+4
| |
| * Update.Károly Lőrentey2006-07-141-1/+1
| |
| * Update.Károly Lőrentey2006-07-141-0/+1
| |
| * (make-autoload): Remove special handling ofStefan Monnier2006-07-131-11/+1
| | | | | | | | minor modes, redundant with the custom-autoload line above.
| * (edebug-instrument-function): Err if find-function-noselect gives no position.Richard M. Stallman2006-07-121-0/+2
| |
| * (find-function-search-for-symbol):Richard M. Stallman2006-07-121-4/+9
| | | | | | | | | | | | | | If can't find definition, return nil for position. (find-function-do-it): Handle new return value of find-definition-noselect. (find-definition-noselect, find-variable-noselect): Doc fix. (find-function-noselect): Doc fix.
| * (authors-ignored-files): Ignore changesKim F. Storm2006-07-101-1/+1
| | | | | | | | to FOR-RELEASE and TODO.
| * (authors-aliases): Update.Romain Francoise2006-07-101-0/+1
| |
| * * emacs-lisp/helper.el (Helper-help-scroller): Don't signal errorChong Yidong2006-07-091-1/+1
| | | | | | | | on non-char events.
| * (define-minor-mode): Doc fix.Richard M. Stallman2006-07-091-2/+2
| |
| * (def-edebug-spec): Moved to subr.el.Richard M. Stallman2006-07-091-7/+0
| |
| * (define-minor-mode): Doc fix.Eli Zaretskii2006-07-081-1/+1
| |
| * (byte-compile-form): The `byte-compile'Stefan Monnier2006-07-071-1/+1
| | | | | | | | property may contain an anonymous function rather than a symbol.
* | Merge from emacs--devo--0Miles Bader2006-07-061-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
| * (emacs-lisp-mode-map): Use eval-buffer.Thien-Thi Nguyen2006-07-051-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-06-075-295/+291
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
| * (authors-aliases): Add mode aliases.Kim F. Storm2006-06-041-2/+7
| | | | | | | | | | (authors-fixed-entries): Fix spelling. (authors-canonical-file-name): Don't report error for wildcards.
| * (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:Stefan Monnier2006-05-291-64/+59
| | | | | | | | | | use extra arguments instead of dynamic scoping. (ewoc-locate): Remove unused var `footer'.
| * (ewoc--insert-new-node): Use ewoc--refresh-node.Stefan Monnier2006-05-291-15/+10
| |
| * (no-update-autoloads): Declare.Stefan Monnier2006-05-291-87/+72
| | | | | | | | | | | | | | (generate-file-autoloads): Obey it. Return whether autoloads were added at point or not. (update-file-autoloads): Use this new return value. Remove redundant test for the presence of an autoload cookie.
| * (autoload-find-file): New fun. This one calls hack-local-variables.Stefan Monnier2006-05-291-33/+30
| | | | | | | | (generate-file-autoloads, update-file-autoloads): Use it.
| * (bindat-idx, bindat-raw): Rename dynamic variablesKim F. Storm2006-05-281-54/+54
| | | | | | | | `pos' and `raw-data' for clarity, as eval forms may access these.
| * (bindat--unpack-u8): Use aref also for strings.Kim F. Storm2006-05-281-3/+1
| |
| * Commentary and whitespace munging; nfc.Thien-Thi Nguyen2006-05-271-34/+1
| |
| * (ewoc): Add member `hf-pp' to this structure.Thien-Thi Nguyen2006-05-271-10/+25
| | | | | | | | | | | | | | (ewoc--wrap): New func. (ewoc-create): Take additional arg NOSEP. If nil, wrap node and header/footer pretty-printers. Save header/footer pretty-printer. (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
| * (ewoc--node): Don't define constructorThien-Thi Nguyen2006-05-271-0/+1
| | | | | | | | `make-ewoc--node' for this structure.
| * (ewoc--node-branch): Merge into unique caller.Thien-Thi Nguyen2006-05-271-8/+4
| |
| * (ewoc-delete): Compute last node once before looping.Thien-Thi Nguyen2006-05-271-3/+3
| |
| * (ewoc--create): No longer takeThien-Thi Nguyen2006-05-271-5/+4
| | | | | | | | HEADER and FOOTER args. Update unique caller.
| * (ewoc--current-dll): New var.Thien-Thi Nguyen2006-05-261-55/+61
| | | | | | | | | | | | | | | | (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take DLL arg. Instead, use `ewoc--current-dll'. Update all callers. (ewoc--set-buffer-bind-dll-let*): Bind `ewoc--current-dll', not `dll'. (ewoc--adjust): Use `ewoc--current-dll'. (ewoc-next, ewoc-prev, ewoc-nth): Bind `ewoc--current-dll'.
| * (bindat-unpack, bindat-pack):Thien-Thi Nguyen2006-05-251-6/+8
| | | | | | | | Signal error if RAW-DATA is a multibyte string.
| * (ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.Richard M. Stallman2006-05-251-0/+3
| |
| * (bindat-pack): Doc fix.Thien-Thi Nguyen2006-05-231-1/+1
| |
| * Refill; nfc.Thien-Thi Nguyen2006-05-231-6/+11
| |
| * (ewoc-delete): New function.Thien-Thi Nguyen2006-05-231-19/+26
| | | | | | | | (ewoc-filter): Use `ewoc-delete'.
| * (ewoc-set-data): New func.Thien-Thi Nguyen2006-05-221-0/+5
| |
| * (ewoc-create): Add autoload cookie.Thien-Thi Nguyen2006-05-211-1/+1
| |
| * (ewoc--adjust): New func.Thien-Thi Nguyen2006-05-181-23/+36
| | | | | | | | | | | | | | | | | | | | (ewoc--insert-new-node): Don't insert trailing newline. Instead, adjust succesor nodes' start markers. (ewoc--refresh-node): Delete all text from current node's start marker to the next one's; adjust successor nodes' start markers. (ewoc--create): Doc fixes. (ewoc--refresh): Don't insert newline. (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
| * (ewoc-map, ewoc-invalidate): Compute PP before looping.Thien-Thi Nguyen2006-05-171-3/+5
| |
* | Merge from emacs--devo--0Miles Bader2006-05-172-54/+66
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
| * (ewoc-data): Add docstring.Thien-Thi Nguyen2006-05-171-2/+5
| | | | | | | | (ewoc-nth): Doc fix.
| * (byte-compile-warnings-safe-p): NewReiner Steib2006-05-161-1/+14
| | | | | | | | | | function. (byte-compile-warnings): Fix safe-local-variable property.
| * (ewoc--node-enter-before, ewoc--create-node): Delete funcs.Thien-Thi Nguyen2006-05-121-33/+23
| | | | | | | | | | (ewoc--insert-new-node): New func. Update callers of deleted funcs to use it, instead.
| * (ewoc-refresh): Compute PP once before looping.Thien-Thi Nguyen2006-05-121-3/+3
| |
| * Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+4
| |
| * (ewoc--refresh-node): No longer save-excursion.Thien-Thi Nguyen2006-05-111-16/+18
| | | | | | | | Update all callers to do it there, instead.
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-105-108/+94
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
| * (ewoc--dll-create, ewoc--node-delete)Thien-Thi Nguyen2006-05-101-53/+28
| | | | | | | | | | (ewoc--node-enter-first, ewoc--node-enter-last) (ewoc--delete-node-internal): Merge funcs into unique callers.
| * * emacs-lisp/crm.el (completing-read-multiple): Properly handleChong Yidong2006-05-101-19/+22
| | | | | | | | return value of read-from-minibuffer for empty input.