Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -2/+4 | |
| | ||||||
* | *** empty log message *** | Dan Nicolaescu | 1998-04-18 | 1 | -1/+2 | |
| | ||||||
* | Update copyright years. | Richard M. Stallman | 1998-04-18 | 1 | -1/+1 | |
| | ||||||
* | (edebug-compute-previous-result): | Richard M. Stallman | 1998-04-18 | 1 | -1/+1 | |
| | | | | Don't pass floating value to single-key-description. | |||||
* | (byte-after-unbind-ops): Delete byte-equal. | Richard M. Stallman | 1998-04-17 | 1 | -1/+4 | |
| | ||||||
* | (find-function-on-key): | Richard M. Stallman | 1998-04-17 | 1 | -8/+34 | |
| | | | | | | | If definition is a list, don't call find-function-other-window. Handle mouse events (code copied from describe-key-briefly). (find-function-do-it): Doc fix. (find-function-noselect): Doc fix. | |||||
* | (byte-compile-warn-about-unresolved-functions): Fix whitespace. | Karl Heuer | 1998-04-15 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-warnings): Fix customize | Andreas Schwab | 1998-04-14 | 1 | -4/+6 | |
| | | | | type. | |||||
* | (eval-defun): Arrange to use eval-region | Karl Heuer | 1998-04-13 | 1 | -5/+18 | |
| | | | | even if we have to alter the form. | |||||
* | (cl-do-arglist): Intern initializes the | Karl Heuer | 1998-04-12 | 1 | -5/+1 | |
| | | | | value of keyword symbols, so don't do it again. | |||||
* | (generate-autoload-section-header): Doc fix. | Karl Heuer | 1998-04-12 | 1 | -9/+42 | |
| | | | | | | | | | | (update-file-autoloads): Use autoload-read-section-header. (update-autoloads-from-directories): Likewise. (generate-autoload-section-continuation): New variable. (autoload-read-section-header): New function. (update-file-autoloads): Don't call save-buffer if no changes. (generate-file-autoloads): Split the section header line into multiple comments. | |||||
* | Don't defconst the colon symbols, since they | Karl Heuer | 1998-04-10 | 1 | -20/+0 | |
| | | | | evaluate to themselves now anyway. | |||||
* | (update-file-autoloads): Redo 1997-08-23 change. | Richard M. Stallman | 1998-04-05 | 1 | -1/+4 | |
| | ||||||
* | Customized. | Stephen Eglen | 1998-04-05 | 9 | -55/+150 | |
| | ||||||
* | Customized. | Andreas Schwab | 1998-04-01 | 1 | -7/+20 | |
| | ||||||
* | (lisp-fill-paragraph): Adjust | Dave Love | 1998-03-18 | 1 | -1/+11 | |
| | | | | | paragraph-start in default filling case so that filling doc strings works. | |||||
* | Updated to 0.4.3: | Eric M. Ludlam | 1998-03-14 | 1 | -20/+21 | |
| | | | | | Removed string check in basic doc search code. Made the check for embeded key codes more robust from erronious checks. | |||||
* | Change comment and version numbers. | Richard M. Stallman | 1998-03-14 | 1 | -5/+4 | |
| | ||||||
* | (edebug-recursive-edit) | Richard M. Stallman | 1998-03-14 | 1 | -2/+2 | |
| | | | | (edebug-outside-excursion): store-match-data => set-match-data. | |||||
* | (debug, debugger-env-macro): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -2/+2 | |
| | ||||||
* | (defsetf match-data): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -1/+1 | |
| | ||||||
* | (update-file-autoloads): | Richard M. Stallman | 1998-03-09 | 1 | -4/+1 | |
| | | | | Undo 1997-08-23 change. | |||||
* | (lisp-interaction-mode-map) | Richard M. Stallman | 1998-03-08 | 1 | -6/+6 | |
| | | | | (emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent. | |||||
* | Whitespace changes. | Richard M. Stallman | 1998-03-08 | 1 | -5/+9 | |
| | ||||||
* | (gulp-send-requests): Call sort properly. | Richard M. Stallman | 1998-03-03 | 1 | -3/+4 | |
| | | | | When showing the message, put point at beginning of buffer. | |||||
* | (easy-menu-change): Handle case of no keywords. | Richard M. Stallman | 1998-03-03 | 1 | -1/+1 | |
| | ||||||
* | Customized. | Stephen Eglen | 1998-02-22 | 1 | -4/+12 | |
| | ||||||
* | Fix indentation rules for | Karl Heuer | 1998-02-22 | 1 | -65/+61 | |
| | | | | multiple-value-setf and multiple-value-list. | |||||
* | Changed font-lock-reference-face to font-lock-constant-face. | Simon Marshall | 1998-02-20 | 1 | -1/+1 | |
| | ||||||
* | (debugger-mode): Don't set enable-multibyte-characters here. | Richard M. Stallman | 1998-02-11 | 1 | -2/+1 | |
| | | | | (debug): Use set-buffer-multibyte to clear enable-multibyte-characters. | |||||
* | (byte-optimize-form-code-walker): Only call compiler-macroexpand if | Richard M. Stallman | 1998-02-09 | 1 | -0/+2 | |
| | | | | the function has a cl-compiler-macro property. | |||||
* | (easy-mmode-define-minor-mode): Fix | Richard M. Stallman | 1998-02-06 | 1 | -5/+4 | |
| | | | | | the doc strings used for the mode flag variable and the keymap. Delete duplicate &optional's. | |||||
* | (byte-compile-output-as-comment): | Richard M. Stallman | 1998-02-05 | 1 | -3/+9 | |
| | | | | Use the size in bytes for the #@ size integer. | |||||
* | Doc fixes. | Richard M. Stallman | 1998-02-04 | 1 | -32/+8 | |
| | | | | | | (edebug-stop-before-symbols): Variable deleted. (edebug-form): Don't handle edebug-stop-before-symbols. (edebug-submit-bug-report): Don't include edebug-stop-before-symbols. | |||||
* | (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil. | Richard M. Stallman | 1998-02-02 | 1 | -3/+6 | |
| | ||||||
* | (update-file-autoloads): Give clean errors | Richard M. Stallman | 1998-02-02 | 1 | -0/+4 | |
| | | | | if autoloads file is empty or can't be written. | |||||
* | (easy-menu-add-item); The BEFORE argument works | Richard M. Stallman | 1998-01-30 | 1 | -57/+58 | |
| | | | | | | | | now. Done by letting `easy-menu-do-add-item' handle it. (easy-menu-do-add-item): Take argument BEFORE instead of PREV. Inserts directly in keymap, instead of calling `define-key-after'. (easy-menu-create-menu): Don't reverse items as `easy-menu-do-add-item' now puts things at the end of keymaps. | |||||
* | easy-menu-define): Use ` and , read-macros | Richard M. Stallman | 1998-01-27 | 1 | -108/+302 | |
| | | | | | | | | | | | | | | | | | | | instead of (` and (,. Implement :filter. Doc fix. (easy-menu-do-define): Call `easy-menu-create-menu' instead of `easy-menu-create-keymaps'. (easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'. (easy-menu-create-menu): New public function. Replaces `easy-menu-create-keymaps', but with large changes. (easy-menu-button-prefix): New constant. (easy-menu-do-add-item, easy-menu-make-symbol): New functions. (easy-menu-update-button): Doc fix. (easy-menu-change): New optional argument BEFORE. Now just a call to `easy-menu-add-item'. (easy-menu-add-item, easy-menu-item-present-p) (easy-menu-remove-item): New public functions. (easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p) (easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter): New functions. | |||||
* | (byte-optimize-form-code-walker): Fix previous change. | Richard M. Stallman | 1998-01-26 | 1 | -2/+1 | |
| | ||||||
* | Customized. | Richard M. Stallman | 1998-01-26 | 1 | -30/+68 | |
| | | | | | (displaying-byte-compile-warnings): To avoid error, use (forward-line -1), not previous-line. | |||||
* | (byte-compile-inline-expand): Use string-as-unibyte, if it is defined. | Richard M. Stallman | 1998-01-26 | 1 | -2/+5 | |
| | ||||||
* | (define-compiler-macro): Handle empty arglist. | Richard M. Stallman | 1998-01-22 | 1 | -2/+2 | |
| | ||||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1998-01-22 | 1 | -0/+7 | |
| | | | | If compiler-macroexpand is defined, use it. | |||||
* | (tq-filter): Use with-current-buffer. | Richard M. Stallman | 1998-01-21 | 1 | -8/+4 | |
| | ||||||
* | (lm-get-package-name, lm-header, | Dave Love | 1998-01-11 | 1 | -14/+14 | |
| | | | | | | | lm-header-multiline, lm-summary, lm-version, lm-commentary): Return string without properties. (lm-get-header, lm-get-package-name, lm-crack-address, lm-insert-at-column, lm-report-bug): Minor doc fixes. | |||||
* | Added some more comments in the commentary. | Eric M. Ludlam | 1998-01-08 | 1 | -11/+29 | |
| | | | | | You can now `quote' symbols that look like keystrokes When spell checking, meta variables can end in `th' or `s'. | |||||
* | (pp-to-string): Greatly simplify by letting the | Andreas Schwab | 1998-01-07 | 1 | -32/+9 | |
| | | | | | Emacs printer do the (quote x) to 'x conversion. Better handle the # print syntax in all its forms. | |||||
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+2 | |
| | ||||||
* | (byte-optimize-lapcode): Correctly | Karl Heuer | 1997-12-04 | 1 | -1/+1 | |
| | | | | distinguish byte-constant from operations on variables. | |||||
* | (debug-on-entry): If definition is a symbol, | Karl Heuer | 1997-12-04 | 1 | -0/+5 | |
| | | | | replace it with an equivalent lambda. |