Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-compile-defalias): Fix typo in prev change. | Richard M. Stallman | 1994-07-02 | 1 | -1/+1 |
| | |||||
* | (byte-compile-callargs-warn): Handle function defnition | Richard M. Stallman | 1994-06-29 | 1 | -3/+36 |
| | | | | | | | that is not a lambda expression or byte code function. (byte-compile-arglist-warn): Likewise. (byte-compile-defalias): New function, used to compile defalias. (byte-compile-defalias-warn): New function. | ||||
* | (easy-menu-change): New function. | Richard M. Stallman | 1994-06-29 | 1 | -0/+14 |
| | |||||
* | (popup-menu): Allow user to select nothing. | Karl Heuer | 1994-06-25 | 1 | -4/+5 |
| | |||||
* | (popup-menu): Convert list to same-size vector, not singleton vector. | Karl Heuer | 1994-06-23 | 1 | -1/+1 |
| | |||||
* | (ring-insert-at-beginning): New function. | Richard M. Stallman | 1994-06-23 | 1 | -2/+14 |
| | | | | Don't visit the file, just read it. | ||||
* | (backquote-process): Fix criterion for using FIRSTLIST. | Richard M. Stallman | 1994-06-22 | 1 | -1/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-06-17 | 6 | -13/+13 |
| | |||||
* | (lm-section-mark): Accept extra semicolons; | Richard M. Stallman | 1994-06-17 | 1 | -2/+2 |
| | | | | accept spaces at end of line. | ||||
* | (lisp-complete-symbol): Likewise. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
| | |||||
* | (make-lucid-menu-keymap): Allow any form as the enabler. | Richard M. Stallman | 1994-05-28 | 1 | -6/+3 |
| | |||||
* | Whitespace cleanup. | Richard M. Stallman | 1994-05-27 | 1 | -2/+2 |
| | |||||
* | (popup-dialog-box): Bind meaning with let. | Richard M. Stallman | 1994-05-23 | 1 | -1/+3 |
| | | | | (current-menubar): Add defvar. | ||||
* | (popup-menu): Bind cmd with let. | Richard M. Stallman | 1994-05-23 | 1 | -1/+1 |
| | |||||
* | (popup-menu): Use mouse-pixel-position. | Richard M. Stallman | 1994-05-23 | 1 | -1/+1 |
| | |||||
* | (easy-menu-create-keymaps): | Richard M. Stallman | 1994-05-22 | 1 | -3/+3 |
| | | | | Renamed from easy-menu-keymap. Callers changed. | ||||
* | (autoload-trim-file-name): Make it relative | Richard M. Stallman | 1994-05-12 | 1 | -11/+10 |
| | | | | to the directory that loaddefs.el is in. | ||||
* | (update-autoloads-here): Split up long message. | Karl Heuer | 1994-05-12 | 1 | -3/+5 |
| | |||||
* | (update-file-autoloads): Delete leftover variable. | Karl Heuer | 1994-05-11 | 1 | -2/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-05-10 | 1 | -1/+1 |
| | |||||
* | (backquote-backquote-symbol): Don't autoload defvar. | Richard M. Stallman | 1994-05-07 | 1 | -3/+2 |
| | | | | (`): Write its name directly in the definition. Use defalias. | ||||
* | Change new-frame to make-frame. | Karl Heuer | 1994-05-06 | 1 | -1/+1 |
| | |||||
* | (update-directory-autoloads): Ignore files | Richard M. Stallman | 1994-05-06 | 1 | -2/+3 |
| | | | | whose names start with =. Bind enable-local-eval to nil. | ||||
* | (lisp-mode-variables): Added missing backslash to outline-regexp. | Richard M. Stallman | 1994-05-03 | 1 | -3/+1 |
| | | | | Removed dublicate ";;; Code: " section separator. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 2 | -3/+3 |
| | |||||
* | (backquote): Add autoloads. | Richard M. Stallman | 1994-05-03 | 1 | -0/+3 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 5 | -5/+5 |
| | |||||
* | (lisp-mode-variables): Undo previous change. | Karl Heuer | 1994-04-28 | 1 | -1/+1 |
| | |||||
* | (lisp-mode-variables): In comment-start-skip, | Richard M. Stallman | 1994-04-24 | 1 | -1/+1 |
| | | | | reject semicolon after a backslash. | ||||
* | (defun-prompt-regexp): Make this variable buffer-local. | Karl Heuer | 1994-04-20 | 1 | -0/+1 |
| | |||||
* | (debug, debugger-eval-expression): Preserve match-data. | Karl Heuer | 1994-04-16 | 1 | -2/+5 |
| | |||||
* | (backquote-process): Don't crash if ultimate | Richard M. Stallman | 1994-04-12 | 1 | -7/+20 |
| | | | | expression is just a variable. | ||||
* | Renamed from eval-region.el. Fix the `provide' call. | Richard M. Stallman | 1994-04-11 | 1 | -11/+11 |
| | | | | Doc fixes. | ||||
* | entered into RCS | Richard M. Stallman | 1994-04-11 | 1 | -1/+1 |
| | |||||
* | comment changes. | Daniel LaLiberte | 1994-04-09 | 1 | -3/+8 |
| | |||||
* | Jumping up to new revision. | Daniel LaLiberte | 1994-04-09 | 1 | -9/+8 |
| | | | | Simplify definition of defalias for Emacs 18. | ||||
* | checked in with -k by liberte at 1994/04/09 20:57:56 | Daniel LaLiberte | 1994-04-08 | 1 | -51/+51 |
| | |||||
* | (popup-dialog-box): New function. | Richard M. Stallman | 1994-04-08 | 1 | -0/+50 |
| | |||||
* | (edebug-version): Delete third arg of string-match. | Richard M. Stallman | 1994-04-07 | 1 | -3/+3 |
| | |||||
* | Change install- and uninstall- to -install and -uninstall. | Daniel LaLiberte | 1994-04-05 | 1 | -11/+19 |
| | |||||
* | ucomment fix | Daniel LaLiberte | 1994-04-05 | 1 | -2/+2 |
| | |||||
* | Comment fixes. | Daniel LaLiberte | 1994-04-05 | 1 | -3/+3 |
| | |||||
* | (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific. | Richard M. Stallman | 1994-04-05 | 1 | -10/+14 |
| | | | | (edebug-emacs-version-specific): Test for not-version-18. | ||||
* | Change install- to ... to ...-install. | Daniel LaLiberte | 1994-04-04 | 1 | -9/+9 |
| | |||||
* | Numerous changes and bug fixes to bring it up to version 3.5. | Daniel LaLiberte | 1994-04-04 | 1 | -435/+444 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-03-30 | 1 | -17/+27 |
| | |||||
* | (debug): Behave sensibly if pop-up-frames is set. | Karl Heuer | 1994-03-29 | 1 | -4/+13 |
| | |||||
* | (byte-compile-file): Use whole file name for errors. | Richard M. Stallman | 1994-03-28 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-03-27 | 1 | -23/+22 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-03-25 | 1 | -0/+104 |
| |