summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.Eric S. Raymond1993-03-281-0/+6
|
* (shrink-window-if-larger-than-buffer) Added doc string. Made argumentEric S. Raymond1993-03-281-1/+4
| | | | optional, because window-buffer does the right thing with nil.
* (electric-buffer-menu-mode-map): fillarray isn't a valid operation on mapsEric S. Raymond1993-03-281-4/+4
| | | | any more.
* (try-face-font, find-face, get-face): New aliases.Richard M. Stallman1993-03-271-0/+4
|
* moby rlogin-filter fixesNoah Friedman1993-03-271-18/+29
|
* (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):Richard M. Stallman1993-03-271-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. Stallman1993-03-271-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 thanEric S. Raymond1993-03-271-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 codeEric S. Raymond1993-03-271-0/+16
| | | | in LCD.
* (cookie) Enhanced it to handle both LINS files and UNIX fortune files.Eric S. Raymond1993-03-271-11/+16
|
* (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,Eric S. Raymond1993-03-271-0/+24
| | | | but the interface and implementation are different.
* (enable-and-notify) Added. Inspired by Roland McGrath's LCD packageEric S. Raymond1993-03-271-0/+9
| | | | enable-me.
* (Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestionEric S. Raymond1993-03-271-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. Raymond1993-03-271-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. Raymond1993-03-271-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. Stallman1993-03-261-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. Raymond1993-03-261-3/+1
|
* Added Commentary.Eric S. Raymond1993-03-261-0/+2
|
* * x-win.el (x-defined-colors): Use x-color-defined-p instead ofJim Blandy1993-03-251-3/+4
| | | | | x-defined-color. (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
* * x-win.el: Update copyright to 1993.Jim Blandy1993-03-251-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. Stallman1993-03-251-1/+2
|
* Add provide call.Richard M. Stallman1993-03-251-0/+2
|
* (lm-last-modified-date) Fixed return bug.Eric S. Raymond1993-03-251-40/+50
| | | | (lm-uthor, lm-maintainer) These now return cons pairs, not strings.
* Brent Benson's patch to support `cd -'.Eric S. Raymond1993-03-251-11/+23
|
* (mh-unshar) Added.Eric S. Raymond1993-03-251-0/+47
|
* Added a (provide 'emacsbug); lisp-mnt.el needs this.Eric S. Raymond1993-03-251-0/+2
|
* * calendar.el (calendar-standard-time-zone-name,Jim Blandy1993-03-251-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. Raymond1993-03-231-1/+5
|
* * files.el (insert-directory): Do chase symlinks before passingJim Blandy1993-03-231-4/+7
| | | | the directory name to ls.
* Incorporated changes from Bob Weiner's enhanced buff-menu from the LCDEric S. Raymond1993-03-231-15/+68
| | | | archive.
* (query-replace-map): Define backspace like delete.Richard M. Stallman1993-03-231-1/+3
|
* * diary-insert.el: Change the name to diary-ins.el.Jim Blandy1993-03-232-17/+17
| | | | * calendar.el: Change all autoload references to diary-ins.
* Add TO-DO list.Eric S. Raymond1993-03-221-0/+3
|
* Initial revisionEric S. Raymond1993-03-221-0/+126
|
* Modified to use cookie.elEric S. Raymond1993-03-222-103/+25
|
* Added or corrected Commentary sectionEric S. Raymond1993-03-227-4/+38
|
* Added or corrected Commentary headersEric S. Raymond1993-03-2220-31/+125
|
* Don't load help-screen at run time if compiled.Richard M. Stallman1993-03-221-1/+3
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-2216-1/+101
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-2264-270/+521
|
* (line-number-mode): New function and variable.Richard M. Stallman1993-03-211-2/+16
|
* * simple.el (comment-indent-function): New variable, intended toJim Blandy1993-03-212-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): CallJim Blandy1993-03-211-3/+6
| | | | handle-switch-frame instead of select-frame; it has been renamed.
* * time.el (display-time): Doc fix.Jim Blandy1993-03-211-1/+1
|
* *** empty log message ***Jim Blandy1993-03-201-2/+2
|
* Make sure that when new keywords are compiled, we see themEric S. Raymond1993-03-191-0/+1
| | | | immediately.
* Typo fix.Eric S. Raymond1993-03-191-1/+1
|
* Info on the terminal-package-finding algorithm.Eric S. Raymond1993-03-191-4/+11
|
* * tex-mode.el (tex-send-command): Fix the command sent so that noJim Blandy1993-03-191-5/+8
| | | | blank is inserted when replacing the asterisk with the file name.
* Added keyword.Eric S. Raymond1993-03-191-1/+1
|