Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (do-auto-fill): Look at 2nd line for fill prefix | Richard M. Stallman | 1995-11-18 | 1 | -4/+9 |
| | | | | | | | even when on the first line. Don't accept non-whitespace prefix from the first line. (do-auto-fill): Ignore the result of fill-context-prefix if it is empty. | ||||
* | (fill-context-prefix): New arg first-line-regexp. | Richard M. Stallman | 1995-11-18 | 1 | -11/+23 |
| | |||||
* | (tmm-prompt): Delete tmm-add-prompt if we fail. | Richard M. Stallman | 1995-11-18 | 1 | -3/+6 |
| | | | | Don't switch to *Completions* if it wasn't created. | ||||
* | (finder-known-keywords): Delete `debugging'. | Richard M. Stallman | 1995-11-18 | 1 | -1/+0 |
| | |||||
* | `gnus-group-quit-config' gave a list instead of the quit-config | Lars Magne Ingebrigtsen | 1995-11-18 | 1 | -1/+1 |
| | | | | element. | ||||
* | (fill-region-as-paragraph): Remove redundant "setq from". | Richard M. Stallman | 1995-11-17 | 1 | -26/+30 |
| | | | | | | | | | | Don't add extra newline at end if there is no text in paragraph -- doing so can make fill-region loop. When testing for indentation exceeding fill-column, skip back over tabs too. (fill-context-prefix): Use adaptive-fill-regexp only if non-nil. (fill-context-prefix): Check adaptive-fill-function non-nil. | ||||
* | (move-to-left-margin): Removed left-over code that | Richard M. Stallman | 1995-11-17 | 1 | -11/+9 |
| | | | | made it fail on right-justified and centered text. | ||||
* | (next-file): Make interactive arg t if had any prefix arg. | Richard M. Stallman | 1995-11-17 | 1 | -1/+2 |
| | |||||
* | Fix starting date of Ethiopic calendar. | Edward M. Reingold | 1995-11-17 | 1 | -2/+2 |
| | |||||
* | Minor fixes. | Edward M. Reingold | 1995-11-17 | 1 | -78/+81 |
| | |||||
* | (calendar-julian-date-string): Autoload this. | Richard M. Stallman | 1995-11-17 | 1 | -0/+6 |
| | |||||
* | (rmail-retry-failure): Add missing colons in regexp. | Karl Heuer | 1995-11-17 | 1 | -31/+23 |
| | | | | | Use " +", not " *", to check for indented text. Don't make a temp buffer; just record the indent amount. Simplify. | ||||
* | (vc-locking-user): In CVS case, convert user number to a string. | Richard M. Stallman | 1995-11-16 | 1 | -1/+4 |
| | |||||
* | Use `buffer-substring-no-properties' instead of `buffer-substring' to | Johan Vromans | 1995-11-16 | 1 | -11/+11 |
| | | | | avoid the properties being copied. | ||||
* | (minibuffer maps): Delete extra quote. | Richard M. Stallman | 1995-11-16 | 1 | -1/+1 |
| | |||||
* | (Info-complete-menu-item): Don't treat `* Menu:' as a menu item. | Richard M. Stallman | 1995-11-16 | 1 | -0/+3 |
| | |||||
* | (info-insert-file-contents-1): Various rewrites. | Richard M. Stallman | 1995-11-15 | 1 | -6/+7 |
| | | | | Compute EXT-LEFT after removing the dot from SUFFIX. | ||||
* | (c++-mode): Remove autoload cookie. | Richard M. Stallman | 1995-11-15 | 1 | -1/+0 |
| | |||||
* | (mouse-sel-lost-selection-hook): Undo prev change. | Richard M. Stallman | 1995-11-15 | 1 | -1/+1 |
| | |||||
* | (command-line-1): Mention F10. | Richard M. Stallman | 1995-11-15 | 1 | -1/+1 |
| | |||||
* | (goto-address-highlight-p): New variable. | Richard M. Stallman | 1995-11-15 | 1 | -44/+38 |
| | | | | | | | | (goto-address-fontify): Removed check for invisible text, set inhibit-point-motion-hooks instead (goto-address): Use S-mouse-2, not S-mouse-1. Add autoload cookie. | ||||
* | (fill-region-as-paragraph): Handle left margin extending to or past | Richard M. Stallman | 1995-11-15 | 1 | -9/+19 |
| | | | | fill-column. | ||||
* | (fill-individual-paragraphs): Advance 1 line in inner loop. | Richard M. Stallman | 1995-11-14 | 1 | -5/+6 |
| | |||||
* | (mouse-sel-lost-selection-hook): Use (car selection). | Richard M. Stallman | 1995-11-14 | 1 | -1/+1 |
| | |||||
* | (calendar-julian-from-absolute): Autoload it. | Richard M. Stallman | 1995-11-14 | 1 | -0/+5 |
| | |||||
* | (indent-line-to): Delete spaces before inserting a tab. | Richard M. Stallman | 1995-11-14 | 1 | -0/+3 |
| | |||||
* | (command-line-1): Reorganize the initial help output. | Richard M. Stallman | 1995-11-14 | 1 | -14/+17 |
| | |||||
* | (compilation-sentinel): Use the local value of | Richard M. Stallman | 1995-11-14 | 1 | -6/+6 |
| | | | | compilation-exit-message-function in the process buffer. | ||||
* | (archive-remote-regexp): Doc fix. | Richard M. Stallman | 1995-11-14 | 1 | -1/+1 |
| | |||||
* | (View-scroll-lines-forward): Don't recenter at end. | Richard M. Stallman | 1995-11-14 | 1 | -1/+0 |
| | |||||
* | (vc-directory): Require dired. | Richard M. Stallman | 1995-11-13 | 1 | -2/+4 |
| | | | | (vc-revert-buffer): Ignore vc-suppress-confirm. | ||||
* | (install): Change same-dir test to create test file in | Geoff Voelker | 1995-11-13 | 1 | -3/+3 |
| | | | | installation tree and thereby support read-only shares. | ||||
* | (tmm-define-keys): Don't define ESC ESC. | Richard M. Stallman | 1995-11-13 | 1 | -2/+1 |
| | |||||
* | (top level): Make sure to set global minor-mode-alist, not local one. | Noah Friedman | 1995-11-13 | 1 | -11/+25 |
| | | | | | | (eldoc-mode-print-current-symbol-info): Make sure this-command is a symbol. (eldoc-function-argstring): If fn is a macro, skip leading `macro' elt. (eldoc-function-argstring-from-docstring): Look for `condition-case' pattern. | ||||
* | Initial revision | Richard M. Stallman | 1995-11-12 | 1 | -0/+1500 |
| | |||||
* | Initial revision | Noah Friedman | 1995-11-12 | 1 | -0/+423 |
| | |||||
* | (universal-argument-other-key): Add to existing unread-command-events value. | Richard M. Stallman | 1995-11-11 | 1 | -1/+2 |
| | |||||
* | (command-line): Don't reject unknown args here. | Richard M. Stallman | 1995-11-11 | 1 | -2/+2 |
| | | | | (command-line-1): Detect it here. | ||||
* | (balance-windows): Don't count the menu bar's lines in the frame height. | Richard M. Stallman | 1995-11-11 | 1 | -2/+5 |
| | |||||
* | (describe-buffer-case-table): Use set-char-table-range. | Richard M. Stallman | 1995-11-11 | 1 | -1/+1 |
| | |||||
* | (rmail-summary-overlay): Make it a permanent local. | Richard M. Stallman | 1995-11-11 | 1 | -0/+1 |
| | |||||
* | (auto-compression-mode): Make arg optional. | Richard M. Stallman | 1995-11-11 | 1 | -1/+17 |
| | |||||
* | (sh-mode): Remove ! in column 1. | Erik Naggum | 1995-11-11 | 1 | -1/+1 |
| | |||||
* | (delete-frame): Don't use delete-frame as event name. | Richard M. Stallman | 1995-11-11 | 1 | -1/+3 |
| | |||||
* | (change-log-mode): Remove incorrect "^" anchors from | Richard M. Stallman | 1995-11-11 | 1 | -5/+8 |
| | | | | | | | | paragraph-start and -separate. (change-log-fill-paragraph): Use regular value of paragraph-start to bound paragraph to be filled, modified values only to do the filling. Make lines beginning with parentheses paragraph-starters, but not paragraph-separators. | ||||
* | (lisp-mode-variables, lisp-fill-paragraph): Remove | Richard M. Stallman | 1995-11-11 | 1 | -3/+3 |
| | | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also. | ||||
* | (sh-mode): as above. Use page-delimiter rather than literal "^L". | Richard M. Stallman | 1995-11-11 | 1 | -1/+1 |
| | |||||
* | (fill-region-as-paragraph): Since adaptive-fill-regexp | Richard M. Stallman | 1995-11-11 | 1 | -10/+11 |
| | | | | | | is supposed to match text STARTING at the left margin, use `looking-at' rather than `re-search-forward'. (fill-individual-paragraphs): Match fill-prefixes starting at left-margin. | ||||
* | (dabbrev-case-replace): Doc fix. | Richard M. Stallman | 1995-11-11 | 1 | -0/+2 |
| | |||||
* | (global-map): Removed bindings of down events to ignore. | Richard M. Stallman | 1995-11-11 | 1 | -23/+51 |
| | | | | | | | | | | (xterm-mouse-translate): Only generate down event when bound. Cleanup. Support for mode line and vertical bar dragging, and menu-bar events. (xterm-mouse-x): New variable. (xterm-mouse-y): New variable. (mouse-position): Advice to use above variables. (xterm-mouse-event): Support menu-bar. Set xterm-mouse-x and xterm-mouse-y. |