Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (walk-windows): Doc fix. | Richard M. Stallman | 1995-02-25 | 1 | -9/+18 | |
| | ||||||
* | (local-unset-key): Fix args in previous change. | Karl Heuer | 1995-02-25 | 1 | -2/+2 | |
| | ||||||
* | (global_set_key, local_set_key, global_unset_key) | Richard M. Stallman | 1995-02-25 | 1 | -0/+45 | |
| | | | | (local_unset_key): Functions moved here from keyboard.c. | |||||
* | (mouse-select-buffer): Do sit-for before x-popup-menu. | Richard M. Stallman | 1995-02-24 | 1 | -4/+12 | |
| | ||||||
* | (msb): Select the window that the mouse is in before | Richard M. Stallman | 1995-02-24 | 1 | -56/+56 | |
| | | | | | | | showing the menu. This makes the "Most recently used" menu more accurate. (menu-bar-update-buffers): The frame list is now an integrated part of the buffer menu. (msb--few-menus, msb--very-many-menus): Added rmail-edit-mode. | |||||
* | (rmail-retry-failure): Support a new style of failure msg. | Richard M. Stallman | 1995-02-24 | 1 | -0/+18 | |
| | ||||||
* | (facemenu-justification-menu): binding fixed. | Boris Goldowsky | 1995-02-23 | 1 | -5/+5 | |
| | ||||||
* | (open-line): indent when inserting fil-prefix. | Boris Goldowsky | 1995-02-23 | 1 | -11/+9 | |
| | | | | | (do-auto-fill): Use unjustify-current-line when necessary. (indent-new-comment-line): Indent before fill-prefix. | |||||
* | (current-left-margin): careful of EOB. | Boris Goldowsky | 1995-02-23 | 1 | -40/+66 | |
| | | | | | | | | | | (move-to-left-margin): Never move past left-margin, even in funny justify modes. (set-left-margin): include following whitespace. (set-left-margin, increase-left-margin): indent rigidly. (increase-left-margin): allow negative left-margins (increase-right-margin): allow negative right-margin (beginning-of-line-text): new fn. | |||||
* | (set-fill-prefix): start from left-margin. | Boris Goldowsky | 1995-02-23 | 1 | -290/+448 | |
| | | | | | | | | | | | | | (fill-region-as-paragraph): don't delete hard newlines. ignore whitespace at beginning of region. Remove justification indentation. (fill-region): Don't use paragraph-movement commands when use-hard-newlines is true, just search for hard newlines. (current-justification): take care at EOB. (set-justification): new argWHOLE-PAR. Callers changed. (justify-current-line): Error if JUSTIFY arg is not reasonable. Better interaction if there is a fill-prefix. "Line too long" warning removed. (unjustify-current-line, unjustify-region): New functions. | |||||
* | (perl-tab-to-comment): Default is nil. | Richard M. Stallman | 1995-02-23 | 1 | -1/+3 | |
| | ||||||
* | Load version.el early on. | Richard M. Stallman | 1995-02-23 | 1 | -3/+4 | |
| | ||||||
* | (shell-command-on-region): When computing interactive args, | Richard M. Stallman | 1995-02-23 | 1 | -5/+11 | |
| | | | | read the minibuffer arg first, then get the region bounds. | |||||
* | Various doc fixes. | Richard M. Stallman | 1995-02-23 | 1 | -17/+18 | |
| | | | | (news-post-news): Add autoload cookie. | |||||
* | (imenu--cleanup): Set alist to its default just once, at the beginning. | Richard M. Stallman | 1995-02-22 | 1 | -3/+5 | |
| | | | | Don't recurse on a cdr which is nil. | |||||
* | (eval-after-load): Run FORM now if FILE's already loaded. | Richard M. Stallman | 1995-02-22 | 1 | -1/+8 | |
| | ||||||
* | New version from the author. | Karl Heuer | 1995-02-22 | 1 | -38/+64 | |
| | ||||||
* | Use single semicolon in comments. | Karl Heuer | 1995-02-22 | 1 | -13/+13 | |
| | ||||||
* | Change all `cd's to `shell-cd's, where `shell-cd' changes the value of | Simon Marshall | 1995-02-21 | 1 | -15/+23 | |
| | | | | | list-buffers-directory so that a buffer list contains the cwd in the `file' field. | |||||
* | Made mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil. | Simon Marshall | 1995-02-21 | 1 | -14/+19 | |
| | ||||||
* | Initial revision | Karl Heuer | 1995-02-20 | 6 | -0/+10056 | |
| | ||||||
* | Turn of syntax fontification by default. | Simon Marshall | 1995-02-20 | 1 | -6/+8 | |
| | | | | It messes up when inside a comment done by the regexps (or v.v.). | |||||
* | (vc-log-info): Don't switch to the *vc* buffer before running | Roland McGrath | 1995-02-20 | 1 | -1/+3 | |
| | | | | vc-do-command, because that would change its default-directory. | |||||
* | (rmail-summary-mail, rmail-summary-continue) | Richard M. Stallman | 1995-02-19 | 1 | -5/+25 | |
| | | | | | | (rmail-summary-reply, rmail-summary-retry-failure) (rmail-summary-forward, rmail-summary-resend): Switch to rmail buffer's window first, so mail buffer replaces summary. | |||||
* | (mouse-buffer-menu): Don't clear selection when we kill it. | Richard M. Stallman | 1995-02-18 | 1 | -2/+2 | |
| | ||||||
* | (quoted-insert): Use insert-and-inherit. | Richard M. Stallman | 1995-02-17 | 1 | -3/+6 | |
| | | | | Don't change buffer if arg is negative. | |||||
* | (tex-append): Try splitting on last period, then | Richard M. Stallman | 1995-02-17 | 1 | -4/+7 | |
| | | | | try splitting on first period. | |||||
* | (desktop-internal-v2s): Don't use format to eliminate text properties. | Richard M. Stallman | 1995-02-17 | 1 | -2/+4 | |
| | ||||||
* | (mail-abbrev-mode-regexp): Doc fix. | Karl Heuer | 1995-02-17 | 1 | -1/+1 | |
| | ||||||
* | (Buffer-menu-save): Fix the test for header line. | Richard M. Stallman | 1995-02-16 | 1 | -1/+1 | |
| | ||||||
* | (sort-regexp-fields-next-record): New subroutine. | Richard M. Stallman | 1995-02-15 | 1 | -6/+23 | |
| | | | | | | | | | If the first search does not advance point and finds an empty match, skip one char and search again. (sort-regexp-fields): Use that subroutine. Bind sort-regexp-fields-regexp, for sort-regexp-fields-next-record. (sort-regexp-fields-regexp): Declared. (sort-regexp-record-end): Declared. | |||||
* | (Info-index): Bind Info-history, not Info-keep-history. | Richard M. Stallman | 1995-02-15 | 1 | -2/+7 | |
| | ||||||
* | (facemenu-self-insert-face): If previous | Boris Goldowsky | 1995-02-14 | 1 | -3/+5 | |
| | | | | self-insert-face is still valid, add to rather than replace it. | |||||
* | (ange-ftp-write-region, ange-ftp-insert-file-contents) | Richard M. Stallman | 1995-02-14 | 1 | -10/+11 | |
| | | | | | | | (ange-ftp-copy-file-internal): If remote host is unix, use binary mode. (ange-ftp-file-local-copy): Delete local var bin1. (ange-ftp-rename-remote-to-remote): Delete arg `binary'. (ange-ftp-rename-file): Don't pass or compute that arg. | |||||
* | (electric-help-help, electric-help-command-loop): | Richard M. Stallman | 1995-02-14 | 1 | -21/+24 | |
| | | | | | | | | | | | Mention q and r, not Q and R. (electric-help-map): Use supress-keymap instead of filling keymap with undefined commands. Bind R like r. Substitute electric-command-apropos for command-apropos. (electric-apropos): New function. (electric-help-help, electric-help-command-loop): Mention Q and R in messages. | |||||
* | (ps-print-version): Add caveat about version number. | Richard M. Stallman | 1995-02-14 | 1 | -14/+58 | |
| | | | | (ps-begin-file): Fix format code for /LineHeight. | |||||
* | (auto-mode-alist): Fix problem in previous change. | Richard M. Stallman | 1995-02-14 | 1 | -2/+2 | |
| | ||||||
* | (c-switch-label-regexp): Insist on colon after `default'. | Richard M. Stallman | 1995-02-13 | 1 | -1/+1 | |
| | ||||||
* | (pp-to-string): Fix previous change. | Richard M. Stallman | 1995-02-13 | 1 | -2/+1 | |
| | ||||||
* | (debugger-step-after-exit): Variable declared. | Richard M. Stallman | 1995-02-13 | 1 | -0/+9 | |
| | | | | (debugger-old-buffer, debugger-value): Variables declared. | |||||
* | (facemenu-next): Variable deleted. | Richard M. Stallman | 1995-02-13 | 1 | -17/+6 | |
| | | | | | | | (facemenu-self-insert-face): New function. (facemenu-set-face): Use facemenu-self-insert-face. (facemenu-set-face-from-menu): Likewise. (facemenu-after-change): Function deleted. Don't use it as hook. | |||||
* | (debug): Fix arg to backtrace-debug for debug-on-entry. | Richard M. Stallman | 1995-02-13 | 1 | -1/+9 | |
| | ||||||
* | (mail-reply-to): New command, on C-c C-f C-r and in menu. | Richard M. Stallman | 1995-02-13 | 1 | -5/+28 | |
| | | | | | (mail-do-fcc): Find buffer to add to using truename, if can't find it by real name. | |||||
* | (pp-to-string): Don't use emacs-lisp-mode. | Richard M. Stallman | 1995-02-13 | 1 | -1/+2 | |
| | | | | Just do the parts of it we actually want. | |||||
* | (next-history-element): Do nothing if n is 0. | Richard M. Stallman | 1995-02-12 | 1 | -16/+20 | |
| | | | | Handle errors properly when history list is empty. | |||||
* | (menu-bar-kill-ring-save): New function--use as `copy'. | Richard M. Stallman | 1995-02-12 | 1 | -4/+11 | |
| | | | | (delete-region): Don't enable if (mouse-region-match) is true. | |||||
* | (mouse-drag-region): Delete the overlay before | Richard M. Stallman | 1995-02-12 | 1 | -4/+29 | |
| | | | | | | | calling the terminating event's command binding or making a region. (mouse-set-region-1): New function. (mouse-drag-region, mouse-set-region, mouse-save-then-kill): Call it. (mouse-region-match): New function. | |||||
* | (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++. | Richard M. Stallman | 1995-02-11 | 1 | -0/+5 | |
| | ||||||
* | (recover-file): Use ordinary `f' to read file name. | Richard M. Stallman | 1995-02-10 | 1 | -9/+4 | |
| | ||||||
* | (rmail): Don't set rmail-default-file here. | Richard M. Stallman | 1995-02-09 | 1 | -4/+2 | |
| | | | | | (rmail-default-file): Init it to ~/xmail. (rmail-default-rmail-file): Don't call expand-file-name. |