summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-backend-revert): CVS bug fix.André Spiegel1998-03-311-5/+4
|
* * vc.el (vc-resolve-conflicts): New function.André Spiegel1998-03-311-21/+101
| | | | | | | | | | (vc-next-action-on-file): Use it. (vc-backend-revert): For CVS, revert to the version the buffer was based on, not the latest on the current branch (same behavior as for RCS). For SCCS, forget vc-workfile-version so that it gets recomputed. (vc-revert-buffer): Rewrote doc string to explain the above. (vc-finish-logentry): Don't add extra newline.
* (battery-linux-proc-apm): Re-use the temporary buffer.Richard M. Stallman1998-03-301-4/+4
| | | | (battery-insert-file-contents): Disable code conversion.
* (desktop-buffer-info, desktop-buffer-rmail)Richard M. Stallman1998-03-301-31/+33
| | | | | | (desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file): Return the buffer produced. (desktop-create-buffer): Use the buffer that was returned.
* (tex-start-shell): Call compilation-minor-mode.Richard M. Stallman1998-03-301-0/+1
|
* (tex-send-command): Return the process.Richard M. Stallman1998-03-301-77/+127
| | | | | | | | | (tex-start-tex): New function. (tex-region, tex-file): Use tex-start-tex. (tex-start-tex-marker): New variable. (tex-compilation-parse-errors): Completely rewritten. (tex-print): Reset or restart the subshell before using it.
* (ange-ftp-kill-ftp-process): Convert buffer name to the buffer.Richard M. Stallman1998-03-301-1/+1
|
* (reporter-bug-hook): Fix error message.Richard M. Stallman1998-03-291-8/+2
| | | | | | | | | (reporter-beautify-list): Break infloop when reaching the end of the buffer without crossing an unbalanced paren. Use scan-sexps instead of forward-sexp for the loop break test. (reporter-submit-bug-report): Only call display-buffer if pop-up-windows is non-nil.
* (completion-ignored-extensions): Add a few.Richard M. Stallman1998-03-281-0/+7
| | | | (debug-ignored-errors): Add file-supersession.
* (desktop-load-default): Add autoload cookie.Richard M. Stallman1998-03-281-2/+3
| | | | (desktop-read): Likewise.
* (menu-bar-options-menu): Remove "Toggle" from itemRichard M. Stallman1998-03-281-11/+17
| | | | | | | | | names, using buttons instead. (menu-bar-make-toggle): Define a menu-item toggle button. (menu-bar-options-menu [save-place]): (require 'saveplace). (menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode]) (menu-bar-options-menu [toggle-global-lazy-font-lock-mode]): Define a menu-item button.
* use a string that will never match.Simon Marshall1998-03-271-1/+1
|
* (calendar-mode-map): Add bindings for appt-add and appt-delete.Richard M. Stallman1998-03-271-0/+2
|
* (perform-replace): Before recursive edit,Richard M. Stallman1998-03-261-3/+5
| | | | get the match data as markers, and set real-match-data.
* (rmail-clear-headers): Handle failure to find "\n[^ \t]".Richard M. Stallman1998-03-261-17/+18
|
* (normal-top-level-add-subdirs-to-load-path):Richard M. Stallman1998-03-261-1/+1
| | | | Reverse order of subdirs to add. Don't duplicate the parent dir.
* Fix header line.Dave Love1998-03-251-1/+1
|
* Various doc fixes, mainly grammar.Dave Love1998-03-251-32/+25
|
* (auto-insert, auto-insert-query): :tag choices.Dave Love1998-03-251-7/+12
| | | | (define-auto-insert): Rename arg key to match doc.
* add some C/C++ keywords.Simon Marshall1998-03-251-4/+7
|
* use new UPDATE window-end arg.Simon Marshall1998-03-251-15/+35
|
* check length of mail-header-separator before using in font-lock-keywords.Simon Marshall1998-03-251-2/+4
|
* (dired-run-shell-command): Maybe run handler.Dave Love1998-03-241-2/+6
|
* (shell-command): Define handler.Dave Love1998-03-241-6/+11
| | | | | | (ange-ftp-shell-command): Add optional arg. (comint-last-output-start, comint-last-input-start, comint-last-input-end): Defvar to silence compiler.
* (xterm-mouse-translate, xterm-mouse-event): ReplaceAndreas Schwab1998-03-231-3/+3
| | | | obsolete `concat with integer' by format.
* (resize-minibuffer-mode): Make it a proper minorAndreas Schwab1998-03-231-11/+9
| | | | mode: toggle resize-minibuffer mode when called without argument.
* (PC-expand-many-files): Apply completion-ignored-extensions.Karl Heuer1998-03-231-2/+16
|
* (normal-top-level-add-subdirs-to-load-path): New function.Karl Heuer1998-03-231-0/+20
|
* (find-file-noselect): Use set-buffer-multibyteKarl Heuer1998-03-231-1/+1
| | | | instead of setting enable-multibyte-characters.
* (standard-display-underline): Shift face id by 19 bits.Karl Heuer1998-03-231-1/+1
|
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman1998-03-211-1/+1
|
* (vc-next-action-on-file): Properly handle the case when user tries toAndré Spiegel1998-03-201-61/+79
| | | | | | | | | check-in, but file on disk has changed. (vc-do-command): Consider LAST argument only if FILE is non-nil. (vc-add-triple, vc-record-rename, vc-lookup-file): Find vc-name-assoc-file based on vc-name of FILE. (vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR feature. (vc-do-command): Rewrote doc string.
* (vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.André Spiegel1998-03-201-4/+45
| | | | (vc-master-templates): Add call to vc-search-sccs-project-dir.
* (browse-url-of-region): Use its args. From <mit@nines.nec.co.jp>Dave Love1998-03-201-1/+1
|
* (reporter-mail): New function.Richard M. Stallman1998-03-201-35/+43
| | | | | | | | | | | | (reporter-compose-outgoing): Use fboundp, not functionp. (reporter-bug-hook): Fix error message. (reporter-beautify-list): Break infloop when reaching the end of the buffer without crossing an unbalanced paren. Use scan-sexps instead of forward-sexp for the loop break test. (reporter-submit-bug-report): Only call display-buffer if pop-up-windows is non-nil.
* (set-language-environment): Doc fix.Richard M. Stallman1998-03-201-5/+12
| | | | | (current-language-environment): Use defcustom. (default-input-method): Specify :type.
* (compilation-error-regexp-alist):Richard M. Stallman1998-03-201-1/+1
| | | | Handle f90 in DEC AXP OSF/1 cc pattern.
* (shell-command-on-region): Amend message to reportDave Love1998-03-191-14/+20
| | | | success or failure when no process output.
* (other-frame): Fix previous change.Richard M. Stallman1998-03-181-1/+1
|
* (focus-follows-mouse): Make it defcustom.Richard M. Stallman1998-03-181-2/+4
|
* (focus-follows-mouse): New variable.Richard M. Stallman1998-03-181-1/+5
| | | | (other-frame): Obey that variable.
* (lisp-fill-paragraph): AdjustDave Love1998-03-181-1/+11
| | | | | paragraph-start in default filling case so that filling doc strings works.
* (vc-restore-buffer-context): Only try to restore mark if it is active.André Spiegel1998-03-181-5/+6
|
* (view-emacs-news): Handle prefix arg.Richard M. Stallman1998-03-181-4/+8
|
* Load language/czech and language/slovak.Richard M. Stallman1998-03-181-0/+2
|
* Initial revisionRichard M. Stallman1998-03-171-0/+1246
|
* (setup-slovak-environment): 3rd arg to setup-8-bit-environment is theRichard M. Stallman1998-03-171-1/+1
| | | | default input method, not coding system.
* (setup-czech-environment): 3rd arg to setup-8-bit-environment is theRichard M. Stallman1998-03-171-1/+1
| | | | default input method, not coding system.
* (setenv): Simplify reading of args by passing old value as the default.Richard M. Stallman1998-03-171-22/+4
|
* (Info-menu-update): Set Info-menu-last-nodeRichard M. Stallman1998-03-171-2/+4
| | | | to (FILE NODENAME), and test it that way too.