aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (frame-notice-user-settings): Avoid having the window manager re-prompt forKarl Heuer1995-01-301-1/+3
| | | | the initial frame's clone.
* (iso-transl-language-alist): Add French & Portuguese.Karl Heuer1995-01-301-25/+31
| | | | (iso-transl-char-map): Use /a /e ~d "s ~t digraphs as in iso-acc.el.
* (iso-accents-list): Add Icelandic thorn.Karl Heuer1995-01-301-2/+5
|
* (x-create-frame-with-faces): Assume cursor-color, mouse-color, andKarl Heuer1995-01-301-11/+15
| | | | | border-color are okay as specified unless they are the same as the new background color.
* (indent-new-comment-line): Obey the conventionRichard M. Stallman1995-01-301-1/+6
| | | | about \(...\) pairs in comment-start-skip.
* (make-extent, delete-extent, set-extent-property)Richard M. Stallman1995-01-301-0/+32
| | | | (set-extent-face): New functions.
* Many doc fixes.Richard M. Stallman1995-01-301-18/+20
|
* (lisp-indent-region): Set endmark before indenting first line.Richard M. Stallman1995-01-301-7/+13
| | | | | (indent-sexp): Fixes for ENDPOS != nil case--use nil as starting-point, and don't insist on a complete sexp.
* (list-buffers-noselect): Handle read-only properly.Richard M. Stallman1995-01-301-23/+29
| | | | Select each buffer just once to get all necessary info about it.
* (list-buffers-noselect): New subroutine.Richard M. Stallman1995-01-301-21/+52
| | | | | | | (list-buffers): Use that. (buffer-menu): Switch to the buffer in the same window. (buffer-menu-other-window): New command. (Buffer-menu-select): Just change the current window.
* (menu-bar-update-yank-menu): If string is too long,Richard M. Stallman1995-01-301-2/+5
| | | | | show start and end, with ... between them. (yank-menu-length): Default value 20.
* (read-number): New function.Richard M. Stallman1995-01-301-0/+21
|
* (news-reply-mode): Change mode-name to News Reply.Richard M. Stallman1995-01-291-1/+1
|
* (match-string): Fix braino.Richard M. Stallman1995-01-281-2/+2
|
* (facep): New function.Richard M. Stallman1995-01-281-6/+17
| | | | (internal-check-face): Don't make a loop, since signal can't return.
* (make-frame): Doc fix.Richard M. Stallman1995-01-281-2/+4
|
* (describe-variable): Use local-variable-p.Richard M. Stallman1995-01-271-9/+2
|
* (tex-display-shell): Pass nil as arg toRichard M. Stallman1995-01-271-7/+12
| | | | | | tex-recenter-output-buffer. (tex-region, tex-file, tex-show-print-queue, tex-bibtex-file): Put the call to tex-display-shell essentially last.
* (debug-convert-byte-code): Convert the doc info to a string.Richard M. Stallman1995-01-271-1/+4
|
* (shell): If we create a new shell buffer,Richard M. Stallman1995-01-271-2/+3
| | | | select that buffer even if it has been renamed.
* (match-string): Delete extra arg to buffer-substring.Karl Heuer1995-01-271-1/+1
|
* (perform-replace): Don't log the repetitive prompts.Karl Heuer1995-01-271-1/+4
|
* (match-string): New function.Richard M. Stallman1995-01-271-0/+8
|
* Fix typos.Karl Heuer1995-01-261-10/+10
|
* (mouse-save-then-kill): When we don't use existingRichard M. Stallman1995-01-261-66/+73
| | | | | | | | region, put where click and put mark at the other end. Use point-before-scroll if non-nil. Recognize mouse-set-region as a previous command that makes a region we should use. (mouse-drag-region): When we run the final click's binding, set this-command.
* (scroll-bar-drag-1): Set point-before-scroll properly.Richard M. Stallman1995-01-261-16/+27
| | | | (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
* (mouse-drag-region): Modify previous change--don't run the ordinary bindingRichard M. Stallman1995-01-261-1/+4
| | | | in the case of a multiple click.
* (mouse-save-then-kill): Ignore mouse-selection-click-count if no active mark.Richard M. Stallman1995-01-261-1/+1
|
* Comment change.Richard M. Stallman1995-01-251-1/+1
|
* (font-lock-fontify-region): Bind inhibit-read-only. Also buffer-file-name.Richard M. Stallman1995-01-251-3/+9
| | | | (font-lock-hack-keywords, font-lock-unfontify-region): Likewise.
* (c-forward-conditional):Richard M. Stallman1995-01-251-1/+12
| | | | | | | If an apparent conditional is not really a conditional, skip past it. (c-fill-paragraph): If comment terminator is on a separate line, don't include that line in the filling.
* (justify-current-line): Avoid error comparing fill-prefixRichard M. Stallman1995-01-251-57/+59
| | | | near end of buffer. Do nothing fast if justification not wanted.
* Added support for descriptions in the group buffer:Richard M. Stallman1995-01-241-7/+90
| | | | | | | | | | | | | | | | (gnus-group-prepare, gnus-group-prepare-line, gnus-setup-news) (gnus-gnus-to-quick-newsrc-format, gnus-group-list-groups): Record if we show all groups, to redisplay correctly after toggling descriptions display. (gnus-newsgroups-display-toggle, gnus-newsgroups-update-description) (gnus-newsgroups-retrieve-description): New functions. (gnus-group-mode-map): Bind t to gnus-newsgroups-display-toggle. Add a newsgroups-update-description menu. (gnus-newsgroups-regex, gnus-newsgroups-display, gnus-newsgroups-alist) (gnus-newsgroups-hashtb, gnus-newsgroups-showall): New variables. (gnus-group-group-name): Changed the regexp to avoid conflict with descriptions which have a ':' inside. (gnus-group-mode): Doc fix.
* (vc-do-command): Arrange for the default-directory variableRichard M. Stallman1995-01-241-90/+147
| | | | | | | | | | | | | | | | | | in *vc* to be re-set each time this function uses it. Discard current dir from front of FILE later on, and only if last = `WORKFILE'. Undo Dec 10 change: (vc-directory, vc-dired-reformat-line): Changed back. (vc-directory-18): Old function restored. (vc-dir-all-files): Function deleted. (vc-next-action-on-file): If file is not registered, check file out after registering it. (vc-next-action-dired): Restore the window configuration after doing vc-next-action on each file in a VC-dired buffer. (file-regular-p-18): New function. (file-regular-p): Define, if not already defined.
* (iso-transl-dead-key-alist): New var.Karl Heuer1995-01-241-95/+120
| | | | | | | (iso-transl-char-map): Give each singleton a doubleton synonym. (iso-transl-language-alist, iso-transl-ctl-x-8-map): New vars. (iso-transl-define-keys): New function; sets up keymap. (iso-transl-set-language): New function; sets language-specific part.
* (pascal-*-completion, pascal-comp-defun)Richard M. Stallman1995-01-241-57/+67
| | | | | | | | (pascal-complete-word, pascal-completion-response, pascal-completion) (pascal-get-completion-decl): Rename some internal variables to start with 'pascal-'. (pascal-str, pascal-all, pascal-pred, pascal-flag) (pascal-buffer-to use): New dummy variables.
* (mark): If transient-mark-mode is nil, mark is active.Karl Heuer1995-01-231-1/+1
|
* (iso-transl-char-map): Add elements for mute-acute, etc.Richard M. Stallman1995-01-221-0/+15
|
* (facemenu-keybindings, facemenu-face-menu):Richard M. Stallman1995-01-221-62/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keybinding for bold-italic changed from M-g o to M-g l; M-g o is now "other". (facemenu-justification-menu, facemenu-indentation-menu): New submenus, moved from enriched.el (list-colors-display, facemenu-color-equal): New functions. (facemenu-menu): Added "Display Faces" item. (facemenu-new-faces-at-end): New variable. (facemenu-add-new-face): Obey facemenu-new-faces-at-end. (facemenu-menu, facemenu-keymap, facemenu-face-menu) (facemenu-foreground-menu, facemenu-background-menu) (facemenu-special-menu): Now have function definitions as prefix keys. (facemenu-menu, facemenu-update): Refer to submenus by their names rather than including their values. (facemenu-set-face): Error if read-only; add item to menu if necessary. (facemenu-get-face): Always return FACE. (facemenu-add-new-face): Don't add if facemenu-unlisted-faces is t. (facemenu-unlisted-faces): Doc fix. Revise keybindings; doc fix. (facemenu-new-faces-at-end): New vbl. (facemenu-add-new-face): Use it. (facemenu-set-face, facemenu-set-face-from-menu): Check read-only. (facemenu-set-face): Doc fix. (facemenu-face-menu, facemenu-foreground-menu, facemenu-background-menu, facemenu-special-menu): New or renamed variables for submenus. (facemenu-color-alist): Renamed from facemenu-colors. (facemenu-add-new-face): New function. (facemenu-update): Don't redo top-level menu; nothing should change. Move menu setup to defvars. Use facemenu-add-new-face. Changed global binding to C-down-mouse-3. (facemenu-menu): "Update" item removed; should no longer be needed interactively. (facemenu-complete-face-list): Just return faces, not keybindings.
* (enriched-annotation-list): property `hard-newline'Richard M. Stallman1995-01-221-734/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | renamed to `hard'. Justification value `both' renamed `full'. (enriched-mode): Don't set auto-fill-function, fill-column, sentence-end-double-space. Do set use-hard-newlines. (enriched-delete-indentation): Use delete-to-left-margin and canonically-space-region. (enriched-indent-increment): Deleted, use `standard-indent' instead. (enriched-insert-hard-newline): Deleted, use `newline'. (enriched-beginning-of-line): Deleted, use `move-to-left-margin'. (enriched-squeeze-spaces): Deleted, use canonically-space-region. (enriched-forward-paragraph, enriched-backward-paragraph) (enriched-open-line, enriched-fill-paragraph, enriched-fill-region) (enriched-fill-region-as-paragraph, enriched-auto-fill-function) (enriched-justify-line): Deleted, use standard versions. (enriched-region-pars, enriched-end-of-paragraph, enriched-unindent) (enriched-beginning-of-paragraph, enriched-move-to-fill-column) (enriched-line-length, enriched-indent-line, enriched-indent) (enriched-aggressive-auto-fill-function, enriched-hard-newline) (enriched-indent-right, enriched-unindent-right): Deleted. (enriched-show-codes, enriched-show-margin-codes) (enriched-show-region-as-code, enriched-nogrow-hook): Commented out. (enriched-left-margin, enriched-change-left-margin) (enriched-change-right-margin, enriched-set-left-margin) (enriched-set-right-margin): Moved to indent.el as current-left-margin, increase-left/right-margin, set-left-/right-margin. (enriched-default-justification, enriched-justification) (enriched-set-justification-*, enriched-fill-column): Moved to fill.el as default-justification, current-justification, set-justification-*, current-fill-column. (enriched-indentation-menu-map, enriched-justification-menu-map): Moved to facemenu.el as facemenu-indentation-menu, facemenu-justification-menu.
* (gdb): In gud-remove, specify the source file.Richard M. Stallman1995-01-221-9/+18
| | | | | | | (gud-new-keymap): New function. (gud-xdb-find-file, gud-dbx-find-file, gud-sdb-find-file, gud-gdb-find-file): Use it for keymap inheritance. (gud-mode): Use gud-new-keymap, so inherit keymaps..
* (tempo-insert-template): Quoted transient-mark-modeRichard M. Stallman1995-01-221-121/+209
| | | | | | | | | | | | | | | | | | | | | | | | | Expansion around region now puts point at the first mark. (tempo-region-start, tempo-region-stop): New variables (tempo-insert-template, tempo-insert): Don't affect the mark. Check for Transient Mark mode (tempo-find-match-string): Removed the stupid 1+ again (tempo-use-tag-list): Set tempo-match-finder to completion-function. (tempo-match-finder): Renamed variable from tempo-default-match-finder. Change the value too. (tempo-collection, tempo-dirty-collection): New variables. (tempo-user-elements): New variable. (tempo-insert): New argument ON-REGION. New elements 'l and 'r. Use tempo-is-user-element. (tempo-is-user-element): New function. (tempo-invalidate-collection, tempo-build-collection): New functions. (tempo-find-match-string): Reinserted bugfix for re-search-backward. (tempo-complete-tag): Complete rewrite. (tempo-insert): Added the 'o tag.
* (term-version): Increased to 0.94.Richard M. Stallman1995-01-221-81/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | (term-if-emacs19, term-if-xemacs, term-ifnot-xemacs): New macros to conditionalize at compile-time for different emacs versions. (various places): Use them (instead of term-is-XXXX). (term-is-emacs19): Removed, no longer needed. Change keybindings to not use C-c LETTER, for term-char-mode, term-line-mode. Keybindings for term-pager-enable and term-pager-disable replaced by one for term-pager-toggle. (term-pager-toggle): New function. (term-fake-pager-enable, term-fake-pager-disable): Define as aliases, so that menubar code will find proper keybindings. (term-char-mode): Make no-op if already in char mode. (term-line-mode): Make no-op if already in line mode. (term-mode-map): Add keybinding for no-op term-line-mode, so code to display menubar keybindings doesn't lose it. (Needed as long as char-mode and line-mode share term-terminal-menu.) (term-raw-escape-map): Likewise for term-char-mode. (term-char-mode, term-line-mode): Better documentation strings. Added menubar for pager sub-mode. (term-command-hook): Disabled the feature that allowed inferior to send a lisp command to emacs - too big a security hole.
* (byte-compile-defvar): Add the var to current-load-list.Richard M. Stallman1995-01-221-0/+5
|
* (update-copyright): Remove gratuitous error at end.Roland McGrath1995-01-211-4/+2
|
* (compile-internal): Force redisplay on compilationRichard M. Stallman1995-01-201-0/+1
| | | | buffer before executing compile process.
* (unload-feature): Don't care if FILE is a dependency of itself.Richard M. Stallman1995-01-201-2/+4
|
* (fill-region-as-paragraph): At end, advance over any newlinesRichard M. Stallman1995-01-201-2/+7
| | | | that were in the region but excluded from filling.
* (center-line): fill-column is a var, not a function.Karl Heuer1995-01-201-1/+1
|
* entered into RCSRichard M. Stallman1995-01-201-39/+40
|