Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex. | Eric S. Raymond | 1993-03-28 | 1 | -0/+6 |
| | |||||
* | (shrink-window-if-larger-than-buffer) Added doc string. Made argument | Eric S. Raymond | 1993-03-28 | 1 | -1/+4 |
| | | | | optional, because window-buffer does the right thing with nil. | ||||
* | (electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps | Eric S. Raymond | 1993-03-28 | 1 | -4/+4 |
| | | | | any more. | ||||
* | (try-face-font, find-face, get-face): New aliases. | Richard M. Stallman | 1993-03-27 | 1 | -0/+4 |
| | |||||
* | moby rlogin-filter fixes | Noah Friedman | 1993-03-27 | 1 | -18/+29 |
| | |||||
* | (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): | Richard M. Stallman | 1993-03-27 | 1 | -26/+14 |
| | | | | | Do not set the standard case table. Reintroduce arg (now named TABLE) which gives a downcase string to set. | ||||
* | Add autoloads. | Richard M. Stallman | 1993-03-27 | 1 | -14/+33 |
| | | | | | | | (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): Delete arg STRING--always set the standard case table. Be more thorough about doing that, and arrange to recompute the equivalence and canonicalize parts of the table. | ||||
* | (add-hook) Added optional arg to cause hook to be appended rather than | Eric S. Raymond | 1993-03-27 | 1 | -6/+10 |
| | | | | | | | | | prepended to the hook list. This obviates the 23 different hook-bashing packages in LCD. (get-word) Added. Lots of help and default-generator functions in LCD use it, and it's remarkably difficult to get right, especially given the new syntax primitives. | ||||
* | (printify-buffer) Added, debugged from Roland McGrath's printify-buffer code | Eric S. Raymond | 1993-03-27 | 1 | -0/+16 |
| | | | | in LCD. | ||||
* | (cookie) Enhanced it to handle both LINS files and UNIX fortune files. | Eric S. Raymond | 1993-03-27 | 1 | -11/+16 |
| | |||||
* | (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD, | Eric S. Raymond | 1993-03-27 | 1 | -0/+24 |
| | | | | but the interface and implementation are different. | ||||
* | (enable-and-notify) Added. Inspired by Roland McGrath's LCD package | Eric S. Raymond | 1993-03-27 | 1 | -0/+9 |
| | | | | enable-me. | ||||
* | (Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion | Eric S. Raymond | 1993-03-27 | 1 | -2/+21 |
| | | | | in the LCD package bm-toggle.el. | ||||
* | (undo-with-space) Added. C-x C-u now bound to this rather than undo. | Eric S. Raymond | 1993-03-27 | 1 | -1/+18 |
| | | | | | This change was inspired by the LCD package undo-with-space by Thomas Narten, but my code is simpler and uses the 19 event features. | ||||
* | (fill-paragraph, justify-current-line) Now uses the skip-syntax- | Eric S. Raymond | 1993-03-27 | 1 | -25/+39 |
| | | | | | | | | forward and backward characters and char-syntax to be smart about filling syntaxes other than text. This change was inspired by Richard Caley's fill-para package from LCD, but the implementation is original. | ||||
* | (local-write-file-hooks): New variable. | Richard M. Stallman | 1993-03-26 | 1 | -2/+12 |
| | | | | | (set-visited-file-name): Kill local-write-file-hooks as local var. (basic-save-buffer): Use local-write-file-hooks. | ||||
* | (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one. | Eric S. Raymond | 1993-03-26 | 1 | -3/+1 |
| | |||||
* | Added Commentary. | Eric S. Raymond | 1993-03-26 | 1 | -0/+2 |
| | |||||
* | * x-win.el (x-defined-colors): Use x-color-defined-p instead of | Jim Blandy | 1993-03-25 | 1 | -3/+4 |
| | | | | | x-defined-color. (x-handle-geometry): Use x-parse-geometry instead of x-geometry. | ||||
* | * x-win.el: Update copyright to 1993. | Jim Blandy | 1993-03-25 | 1 | -6/+11 |
| | | | | | | | | | | | * x-win.el: Bind [M-next] to advertised-scroll-other-window instead of scroll-other-window, and then make advertised-scroll-other-window an alias for scroll-other-window. * term/x-win.el: Require select.el. (x-select-text): Update call to x-set-cut-buffer. Put `PRIMARY' and `CLIPBOARD' in upper case. (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case. | ||||
* | (describe-function): Add blank line above doc string. | Richard M. Stallman | 1993-03-25 | 1 | -1/+2 |
| | |||||
* | Add provide call. | Richard M. Stallman | 1993-03-25 | 1 | -0/+2 |
| | |||||
* | (lm-last-modified-date) Fixed return bug. | Eric S. Raymond | 1993-03-25 | 1 | -40/+50 |
| | | | | (lm-uthor, lm-maintainer) These now return cons pairs, not strings. | ||||
* | Brent Benson's patch to support `cd -'. | Eric S. Raymond | 1993-03-25 | 1 | -11/+23 |
| | |||||
* | (mh-unshar) Added. | Eric S. Raymond | 1993-03-25 | 1 | -0/+47 |
| | |||||
* | Added a (provide 'emacsbug); lisp-mnt.el needs this. | Eric S. Raymond | 1993-03-25 | 1 | -0/+2 |
| | |||||
* | * calendar.el (calendar-standard-time-zone-name, | Jim Blandy | 1993-03-25 | 1 | -11/+28 |
| | | | | | | | | calendar-daylight-time-zone-name): Initialize these at load-time, as well as calendar-time-zone. * calendar.el (calendar-time-zone): Fix code which initializes this. | ||||
* | Fix library headers. | Eric S. Raymond | 1993-03-23 | 1 | -1/+5 |
| | |||||
* | * files.el (insert-directory): Do chase symlinks before passing | Jim Blandy | 1993-03-23 | 1 | -4/+7 |
| | | | | the directory name to ls. | ||||
* | Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD | Eric S. Raymond | 1993-03-23 | 1 | -15/+68 |
| | | | | archive. | ||||
* | (query-replace-map): Define backspace like delete. | Richard M. Stallman | 1993-03-23 | 1 | -1/+3 |
| | |||||
* | * diary-insert.el: Change the name to diary-ins.el. | Jim Blandy | 1993-03-23 | 2 | -17/+17 |
| | | | | * calendar.el: Change all autoload references to diary-ins. | ||||
* | Add TO-DO list. | Eric S. Raymond | 1993-03-22 | 1 | -0/+3 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-03-22 | 1 | -0/+126 |
| | |||||
* | Modified to use cookie.el | Eric S. Raymond | 1993-03-22 | 2 | -103/+25 |
| | |||||
* | Added or corrected Commentary section | Eric S. Raymond | 1993-03-22 | 7 | -4/+38 |
| | |||||
* | Added or corrected Commentary headers | Eric S. Raymond | 1993-03-22 | 20 | -31/+125 |
| | |||||
* | Don't load help-screen at run time if compiled. | Richard M. Stallman | 1993-03-22 | 1 | -1/+3 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 16 | -1/+101 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 64 | -270/+521 |
| | |||||
* | (line-number-mode): New function and variable. | Richard M. Stallman | 1993-03-21 | 1 | -2/+16 |
| | |||||
* | * simple.el (comment-indent-function): New variable, intended to | Jim Blandy | 1993-03-21 | 2 | -2/+10 |
| | | | | | | | | | replace comment-indent-hook. (comment-indent-hook): Make this default to nil now. (indent-for-comment): If comment-indent-hook is non-nil, call it for backward compatibility; otherwise, call comment-indent-function. * bytecomp.el: Declare comment-indent-hook an obsolete variable. | ||||
* | * isearch.el (isearch-switch-frame-handler): Call | Jim Blandy | 1993-03-21 | 1 | -3/+6 |
| | | | | handle-switch-frame instead of select-frame; it has been renamed. | ||||
* | * time.el (display-time): Doc fix. | Jim Blandy | 1993-03-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-03-20 | 1 | -2/+2 |
| | |||||
* | Make sure that when new keywords are compiled, we see them | Eric S. Raymond | 1993-03-19 | 1 | -0/+1 |
| | | | | immediately. | ||||
* | Typo fix. | Eric S. Raymond | 1993-03-19 | 1 | -1/+1 |
| | |||||
* | Info on the terminal-package-finding algorithm. | Eric S. Raymond | 1993-03-19 | 1 | -4/+11 |
| | |||||
* | * tex-mode.el (tex-send-command): Fix the command sent so that no | Jim Blandy | 1993-03-19 | 1 | -5/+8 |
| | | | | blank is inserted when replacing the asterisk with the file name. | ||||
* | Added keyword. | Eric S. Raymond | 1993-03-19 | 1 | -1/+1 |
| |