Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (help-for-help): Doc fix. | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-01-19 | 1 | -2/+0 |
| | |||||
* | (make-help-screen): Use *only* local-map to look up keys. | Richard M. Stallman | 1995-01-19 | 1 | -3/+1 |
| | |||||
* | Revert Jan 15 and Jan 5 changes. | Richard M. Stallman | 1995-01-19 | 1 | -65/+37 |
| | |||||
* | (fill-region-as-paragraph): left-margin renamed to current-left-margin. | Richard M. Stallman | 1995-01-19 | 1 | -3/+3 |
| | |||||
* | (current-justification): Renamed from current-justification. Callers changed. | Richard M. Stallman | 1995-01-19 | 1 | -3/+3 |
| | |||||
* | (do-auto-fill): justification renamed to current-justification. | Richard M. Stallman | 1995-01-19 | 1 | -1/+1 |
| | |||||
* | (move-to-left-margin): justification renamed to current-justification. | Richard M. Stallman | 1995-01-19 | 1 | -1/+1 |
| | |||||
* | (do-auto-fill): Fill, don't fill, or fill-and-justify | Richard M. Stallman | 1995-01-19 | 1 | -14/+34 |
| | | | | | | | depending on setting of justification text-property. Respect left-margin and right-margin text properties. (open-line, indent-new-comment-line): Inherit when inserting. (newline-and-indent, reindent-then-newline-and-indent): Doc fix. | ||||
* | (set-justification): New function. | Richard M. Stallman | 1995-01-19 | 1 | -209/+393 |
| | | | | | | | | | | | | | | | | | | | | | | (set-justification-{none,left,right,full,center}): New functions. (fill-region-as-paragraph, fill-region, justify-current-line): New arg NOSQUEEZE defeats normal removal of extra whitespace. (fill-region-as-paragraph, fill-region) (fill-nonuniform-paragraphs, fill-individual-paragraphs): Arg JUSTIFY-FLAG (JUSTIFYP) renamed to JUSTIFY. (fill-region-as-paragraph): Obey left-margin; fill-prefix starts after left-margin. Disable filling if JUSTIFY == none, but indent to margin anyway. Adaptive-fill removes text-props from fill-prefixes it finds. Adaptive-fill no longer has to notice left-margin: std fill does that. Use fill-column and canonically-space-region functions. (canonically-space-region): New fn split from fill-region-as-paragraph. (fill-region): New args NOSQUEEZE (as above) and TO-EOP. (default-justification): New variable. (current-left-margin, fill-column, justification): New functions. (fill-paragraph): Use fill-region-as-paragraph when possible. (justify-current-line): New arguments; different kinds of justification handled. Uses left-margin and fill-column functions. | ||||
* | (standard-indent): New variable. | Richard M. Stallman | 1995-01-19 | 1 | -11/+169 |
| | | | | | | | | | (alter-text-property, current-left-margin, move-to-left-margin) (delete-to-left-margin, set-left-margin, set-right-margin) (increase-left-margin, decrease-left-margin, increase-right-margin) (decrease-right-margin, indent-line-to): New functions. (indent-to-left-margin): Use indent-line-to. Don't delete or insert anything unless necessary. | ||||
* | (center-line): Use current-left-margin function, not variable. | Richard M. Stallman | 1995-01-19 | 1 | -5/+4 |
| | |||||
* | (completion-separator-self-insert-autofilling): | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
| | | | | Don't check fill-column; do-auto-fill will do that. | ||||
* | (forward-paragraph): Fix end-of-buffer bug. | Richard M. Stallman | 1995-01-19 | 1 | -2/+2 |
| | |||||
* | (check-ispell-version): Use Fundamental mode in the temporary buffer. | Richard M. Stallman | 1995-01-18 | 1 | -2/+2 |
| | |||||
* | (scribe-mode): Treat @: as a sentence end. | Richard M. Stallman | 1995-01-18 | 1 | -13/+15 |
| | |||||
* | Use byte-compile-dynamic. | Richard M. Stallman | 1995-01-18 | 1 | -1/+1 |
| | |||||
* | (etags-file-of-tag): Use a regexp search to find the file name, | Roland McGrath | 1995-01-18 | 1 | -4/+2 |
| | | | | allowing it to contain any char but a newline. | ||||
* | (check-ispell-version): Force standard syntax table. | Karl Heuer | 1995-01-18 | 1 | -0/+3 |
| | |||||
* | (remote-compile): Use new global remote-shell-program. | Karl Heuer | 1995-01-18 | 1 | -5/+1 |
| | |||||
* | (rsh): Use new global remote-shell-program. | Karl Heuer | 1995-01-18 | 1 | -6/+1 |
| | |||||
* | (ange-ftp-gateway-program, ange-ftp-shell-command): Use new global | Karl Heuer | 1995-01-18 | 1 | -9/+3 |
| | | | | remote-shell-program. | ||||
* | (remote-shell-program): New var. | Karl Heuer | 1995-01-18 | 1 | -0/+15 |
| | |||||
* | (gud-gdb-find-file): Propagate debug menu to found buffers. | Richard M. Stallman | 1995-01-18 | 1 | -37/+66 |
| | | | | | | | (gud-dbx-find-file, gud-xdb-find-file, gud-sdb-find-file, gud-perldb-find-file): Likewise. (gud-menu-map): New variable. (gud-mode): Use gud-menu-map and move the menu-setting outside. | ||||
* | (dbx): Fix missing cast of $curline for Irix. | Richard M. Stallman | 1995-01-17 | 1 | -2/+2 |
| | | | | (gud-irixdbx-marker-filter): Make $curline cast consistent with the others. | ||||
* | (pascal-mode-map, pascal-outline-map): | Richard M. Stallman | 1995-01-17 | 1 | -19/+49 |
| | | | | | | | | | | C-c C-b now inserts block. C-c C-d does goto-defun. `#' calls on electric-pascal-hash. (pascal-calculate-indent, pascal-indent-alist) (electric-pascal-tab, pascal-indent-case): Better handling of indent within case. Support for CPP. The `;' in the last statement of a subblock may be omitted. (electric-pascal-hash): New function. | ||||
* | Make sure the event read by comint-dynamic-list-completions isn't | Simon Marshall | 1995-01-17 | 1 | -3/+3 |
| | | | | | something like a switch-frame event before running mouse-choose-completion. | ||||
* | (command-line-1): Handle -f with kbd macro. | Richard M. Stallman | 1995-01-17 | 1 | -1/+3 |
| | |||||
* | (calendar): Doc fix. | Karl Heuer | 1995-01-16 | 1 | -1/+1 |
| | |||||
* | (standard-display-ascii): Doc fix. Allow use with X. | Karl Heuer | 1995-01-16 | 1 | -5/+4 |
| | |||||
* | (iso-aggressive-german-trans-tab): Doc fix. | Karl Heuer | 1995-01-16 | 1 | -6/+6 |
| | | | | (iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix. | ||||
* | (vc-do-command): Use set-buffer-modified-p instead of not-modified. | Roland McGrath | 1995-01-15 | 1 | -2/+2 |
| | |||||
* | (not-modified): Doc fix. | Roland McGrath | 1995-01-15 | 1 | -2/+5 |
| | |||||
* | (etags-tags-completion-table): Don't let match string contain a \177. | Roland McGrath | 1995-01-15 | 1 | -3/+3 |
| | |||||
* | (vc-directory): Prompt for a directory, not a file. | Karl Heuer | 1995-01-14 | 1 | -1/+1 |
| | |||||
* | (forward-paragraph): Notice use-hard-newlines value. | Richard M. Stallman | 1995-01-13 | 1 | -14/+39 |
| | | | | | (looking-at-hard): New function. (paragraph-start, paragraph-separate): Doc fix. | ||||
* | (fill-region-as-paragraph): Don't modify newline | Richard M. Stallman | 1995-01-13 | 1 | -35/+40 |
| | | | | | | | | | at end of paragraph, to make sure text-properties are preserved. (fill-paragraph): Call fill-region, not fill-region-as-paragraph, to avoid clobbering paragraph-internal hard-newlines. (fill-region): If use-hard-newlines is on, divide into "paragraphs" by breaking at every hard newline, temporarily ignoring paragraph-start. | ||||
* | (open-line, split-line, next-line): Use `newline' | Richard M. Stallman | 1995-01-13 | 1 | -27/+18 |
| | | | | | | | | function to insert newline so it will be marked hard if appropriate. (indent-new-comment-line): Use `newline' function, unless called with (new) argument. (do-auto-fill): Call indent-new-comment-line with argument to make newline soft. | ||||
* | (list-buffers): Fix previous change. | Richard M. Stallman | 1995-01-13 | 1 | -2/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1995-01-13 | 1 | -8/+9 |
| | |||||
* | (list-buffers): New function. | Richard M. Stallman | 1995-01-13 | 1 | -0/+90 |
| | | | | (ctl-x-map): Define C-x C-b to list-buffers. | ||||
* | (easy-menu-define): Doc fix. | Karl Heuer | 1995-01-13 | 1 | -4/+2 |
| | |||||
* | (revert-buffer): Recompute buffer-file-truename. | Richard M. Stallman | 1995-01-12 | 1 | -0/+4 |
| | |||||
* | (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case. | Richard M. Stallman | 1995-01-12 | 1 | -44/+53 |
| | |||||
* | (indent-c++-exp): Handle `{ if (x)\n foo;\n bar;' case. | Richard M. Stallman | 1995-01-12 | 1 | -31/+37 |
| | |||||
* | (find-backup-file-name): Run a file name handler. | Richard M. Stallman | 1995-01-12 | 1 | -93/+99 |
| | | | | (backup-buffer): Do nothing if backup-info is nil. | ||||
* | (ange-ftp-set-buffer-mode): Don't set make-backup-files. | Richard M. Stallman | 1995-01-12 | 1 | -6/+11 |
| | | | | | | (ange-ftp-real-find-backup-file-name): New function. (ange-ftp-find-backup-file-name): New function. Use it to handle find-backup-file-name. | ||||
* | (mouse-select-buffer) Handle an aborted selection. | Richard M. Stallman | 1995-01-12 | 1 | -1/+3 |
| | |||||
* | (etags-goto-tag-location): Add 1 to char positions in TAGS. | Richard M. Stallman | 1995-01-12 | 1 | -0/+3 |
| | |||||
* | (define-derived-mode): Doc fix. | Richard M. Stallman | 1995-01-11 | 1 | -1/+1 |
| |