summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (enriched-mode): Use new plist-put and plist-get fns,Boris Goldowsky1995-03-271-4/+6
| | | | change name of default-text-properties var.
* (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent.Richard M. Stallman1995-03-271-20/+31
|
* (mail): Use pop-to-buffer.Richard M. Stallman1995-03-251-3/+13
| | | | | | (same-window-buffer-names): Add *mail*. (mail-other-window, mail-other-frame): Bind to nil same-window-buffer-names, special-display-buffer-names, and ...regexps.
* Add Text Properties submenu to Edit menu.Boris Goldowsky1995-03-251-0/+1
|
* (byte-compile-out-toplevel): Compile lambda forms even if trivial.Karl Heuer1995-03-241-5/+8
|
* Changed match-string to defun, but still return nil (no error) if no match.Simon Marshall1995-03-241-5/+6
|
* (c-style-alist): Set c-continued-brace-offset andKarl Heuer1995-03-241-6/+11
| | | | | c-brace-offset in all styles, so that they don't inherit a trash value from a previously set style.
* (compilation-sentinel): Use `format'; `concat' doesn'tKarl Heuer1995-03-241-3/+2
| | | | stringize integers anymore.
* Don't load mouse and face files in system-specificKarl Heuer1995-03-231-12/+2
| | | | | branches; an earlier test has already loaded them based on a symbol equivalent to HAVE_MOUSE or HAVE_FACES.
* (asm-mode): Make a per-buffer child keymap here.Richard M. Stallman1995-03-231-8/+12
| | | | | Use asm-comment-char to specify which character to define. (asm-mode-map): Don't bind `;' at load time.
* (pascal-mode-syntax-table): Give \ punctuation syntax.Richard M. Stallman1995-03-231-4/+1
|
* Change to macro, and return nil if there was no match at the specified depth.Simon Marshall1995-03-231-13/+14
|
* (isearch-update-ring): New subroutine.Richard M. Stallman1995-03-231-16/+21
| | | | (isearch-done): Use that.
* Doc fixes.Richard M. Stallman1995-03-221-6/+4
|
* (ml-concat): New function.Karl Heuer1995-03-221-0/+10
|
* Translate concat to ml-concat.Karl Heuer1995-03-221-0/+1
|
* Doc fix + autoload cookies.Boris Goldowsky1995-03-221-7/+30
|
* (one-window-p, walk-windows, minibuffer-window-active-p):Richard M. Stallman1995-03-221-64/+0
| | | | Functions moved to window.el.
* (one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.Richard M. Stallman1995-03-221-2/+66
|
* (init-file-user, site-run-file): Doc fixes.Richard M. Stallman1995-03-221-5/+17
|
* (list-text-properties-at): New fn.Boris Goldowsky1995-03-211-1/+16
| | | | (facemenu-menu): Add it to menu.
* (vc-update-change-log): Use new -u option for rcs2log.Richard M. Stallman1995-03-211-4/+6
|
* (occur): Copy default-directory to *Occur* buffer.Richard M. Stallman1995-03-211-0/+2
|
* (shell-command): Use *Async Shell Command* forRichard M. Stallman1995-03-211-2/+11
| | | | asynchronous commands. Doc fix.
* (tar-parse-octal-long-integer): Return list, not vector.Karl Heuer1995-03-211-1/+1
|
* (bookmark-automatically-show-annotations): new var.Karl Fogel1995-03-201-4/+9
| | | | (bookmark-jump): only show annotation if above var is non-nil.
* (debug): Now interactive.Richard M. Stallman1995-03-201-0/+1
|
* (c-mode-map): Use "C-mode", not "C mode".Richard M. Stallman1995-03-201-1/+4
|
* (menu-bar-files-menu): Renamed from ...-file-menu.Richard M. Stallman1995-03-191-46/+140
| | | | | | | | | | | | (menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus. Items moved from Edit and Files menus. Add Split Window, One Window, Find Tag and Postscript print menu items. (nonincremental-search-forward, nonincremental-search-backward) (nonincremental-re-search-forward, nonincremental-re-search-backward) (noninteractive-repeat-search-forward) (noninteractive-repeat-search-backward) (noninteractive-repeat-re-search-forward) (noninteractive-repeat-re-search-backward): New commands.
* (Info-next-preorder, Info-next-preorder-1):Richard M. Stallman1995-03-181-2/+4
| | | | When moving up, advance to next menu item.
* (write-file): Query if file exists already.Richard M. Stallman1995-03-181-0/+3
|
* (debugger-outer-load-read-function): New variable.Richard M. Stallman1995-03-181-1/+13
| | | | | | | | | | | | | (debug): Bind load-read-function to nil; save old value in debugger-outer-load-read-function and restore at end. (debugger-eval-expression): Handle load-read-function like other magic variables. (debugger-outer-overriding-local-map): New variable. (debug): Bind overriding-local-map to nil; save old value in debugger-outer-overriding-local-map and restore at end. (debugger-eval-expression): Handle overriding-local-map like other magic variables.
* (isearch-abort): Treat "incomplete regexp"Richard M. Stallman1995-03-181-3/+5
| | | | as failure when deciding how much to discard for C-g.
* Various doc fixes.Richard M. Stallman1995-03-181-15/+10
| | | | (mail-abbrevs-setup): Use add-hook and make-local-hook.
* Don't put ediff-windows in the menu.Karl Heuer1995-03-181-3/+4
|
* (ediff-patch-buffer): Use buffer name in error message.Karl Heuer1995-03-181-1/+1
|
* Delete some autoloads that are now in menu-bar.el.Karl Heuer1995-03-171-6/+0
|
* Rewrite, many things moved to format.el.Boris Goldowsky1995-03-171-1012/+202
|
* Initial revisionBoris Goldowsky1995-03-171-0/+752
|
* Load format.el.Boris Goldowsky1995-03-171-0/+2
|
* (rmail-unix-mail-delimiter): Accept <...> around addressRichard M. Stallman1995-03-171-0/+1
| | | | in Unix `From ' line.
* (isearch-abort): Set isearch-success to nil.Richard M. Stallman1995-03-161-2/+2
|
* (make-auto-save-file-name, auto-save-file-name-p): Doc fixes.Richard M. Stallman1995-03-161-6/+8
|
* (menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediffKarl Heuer1995-03-161-1/+2
| | | | package.
* (indent-line-to): move to end of indentation, even if it didn't change.Boris Goldowsky1995-03-161-8/+6
|
* Initial revisionKarl Heuer1995-03-165-0/+7098
|
* Installed new version from author.Karl Heuer1995-03-161-3761/+1873
|
* Use appropriate `fboundp' tests to decide what to load.Karl Heuer1995-03-161-4/+9
|
* (other-frame): Don't try to unfocus in a termcap frame.Karl Heuer1995-03-161-7/+9
| | | | (frame-notice-user-settings): Skip menu-bar code in a termcap frame.
* (frame-initialize): Set frame-creation-function to `make-terminal-frame' ifKarl Heuer1995-03-161-5/+8
| | | | appropriate.