Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent `with-standard-io-syntax' correctly. | Richard M. Stallman | 1998-05-22 | 1 | -1/+2 |
| | |||||
* | Whitespace change. | Richard M. Stallman | 1998-05-21 | 1 | -2/+2 |
| | |||||
* | (byte-compile-insert-header): Do not look for multibyte characters here. | Richard M. Stallman | 1998-05-19 | 1 | -31/+67 |
| | | | | | | | | | Generate the right file header for use if there are none. Insert a line of semicolons for subsequent deletion if needed. (byte-compile-fix-header): New function. This updates the file header if the file uses multibyte characters. (byte-compile-from-buffer): Call byte-compile-insert-header before compiling, and byte-compile-fix-header at the end. | ||||
* | (debugger-frame-clear): Doc fix. | Richard M. Stallman | 1998-05-17 | 1 | -1/+1 |
| | |||||
* | Updated with latest version. Changes include: | Eric M. Ludlam | 1998-05-17 | 1 | -34/+226 |
| | | | | | | | | | | | Added checks for basics in messages using `error'. Added check for symbols that are both functions and symbols. These references are ambiguous and should be prefixed with "function", or "variable". Added auto-fix for this also. Added auto fix for args that do not occur in the doc string. Fixed question about putting a symbol in `quotes'. Added spaces to the end of all y/n questions. Added checks for y/n question endings to require "? " | ||||
* | (byte-decompile-bytecode-1): | Richard M. Stallman | 1998-05-15 | 1 | -1/+3 |
| | | | | Cope with an out-of-range constvec index. | ||||
* | (ad-handle-definition, defadvice): Fix error messages. | Richard M. Stallman | 1998-05-14 | 1 | -5/+5 |
| | |||||
* | (disassemble-1): Reference bytecode string as unibyte. | Richard M. Stallman | 1998-05-14 | 1 | -1/+1 |
| | |||||
* | (byte-compile-insert-header): Fix prev chg. | Richard M. Stallman | 1998-05-13 | 1 | -2/+2 |
| | |||||
* | (byte-compile-from-buffer): | Richard M. Stallman | 1998-05-13 | 1 | -37/+63 |
| | | | | | | | Insert the output file header after compiling all the input. (byte-compile-output-file-form): Major cleanup. If output file contains multibyte chars, insist on Emacs 20 when loading. | ||||
* | (easy-menu-change): Add autoload cookie. | Richard M. Stallman | 1998-05-11 | 1 | -0/+1 |
| | |||||
* | (byte-compile-output-docform): Use position-bytes. | Richard M. Stallman | 1998-05-10 | 1 | -1/+3 |
| | |||||
* | (find-function-noselect): Autoload it. | Richard M. Stallman | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | (generate-file-autoloads): Handle progn forms generated by | Richard M. Stallman | 1998-05-09 | 1 | -2/+11 |
| | | | | make-autoload: print just the first subform with print-escape-newlines. | ||||
* | (edebug-all-forms): Add autoload cookie. | Richard M. Stallman | 1998-05-07 | 1 | -0/+10 |
| | | | | (edebug-all-defs): Likewise. | ||||
* | (list-load-path-shadows): Don't say | Richard M. Stallman | 1998-05-04 | 1 | -5/+5 |
| | | | | anything if we are not interactive and nothing is wrong. | ||||
* | (popup-menu-popup): Fix typo: set menu-keymap. | Richard M. Stallman | 1998-05-01 | 1 | -1/+1 |
| | |||||
* | (easy-menu-define-key): Fixed bug with BEFORE | Richard M. Stallman | 1998-04-28 | 1 | -12/+12 |
| | | | | | argument. Now it works also if you repeat an identical call to easy-menu-define-key. | ||||
* | (copyright-regexp): Put \251 before the multibyte copyright symbol. | Richard M. Stallman | 1998-04-24 | 1 | -2/+2 |
| | |||||
* | Indent defpackage correctly. | Richard M. Stallman | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Use new menu item format. Don't simulate button prefix. | Richard M. Stallman | 1998-04-24 | 1 | -204/+150 |
| | | | | | | | | | | | | | | | | (easy-menu-create-menu): Understand also keywords :active, :label and :visible. Don't worry about button prefix. (easy-menu-button-prefix): Modified value. (easy-menu-do-add-item): Extensive changes to use new menu item format. (easy-menu-define-key, easy-menu-always-true): New functions. (easy-menu-make-symbol): Don't use indirection for symbols. Property `menu-alias' not set. (easy-menu-filter, easy-menu-update-button): Deleted. (easy-menu-add-item): Don't worry about button prefix. (easy-menu-remove-item): Don't worry about button prefix. Use `easy-menu-define-key'. (easy-menu-is-button, easy-menu-have-button): Deleted. (easy-menu-real-binding, easy-menu-change-prefix): Deleted. | ||||
* | (byte-compile-file): Always read the file in multibyte mode | Richard M. Stallman | 1998-04-23 | 1 | -1/+4 |
| | | | | unless the file itself specifies unibyte mode. | ||||
* | (easy-menu-do-add-item): | Richard M. Stallman | 1998-04-21 | 1 | -6/+9 |
| | | | | | Do the right thing when nil is specified as criterion for activeness. Fix string used to report an invalid item. | ||||
* | (cl-do-arglist): Undo previous change. | Richard M. Stallman | 1998-04-20 | 1 | -1/+8 |
| | |||||
* | *** 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 |
| |