Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vc-backend-revert): CVS bug fix. | André Spiegel | 1998-03-31 | 1 | -5/+4 |
| | |||||
* | * vc.el (vc-resolve-conflicts): New function. | André Spiegel | 1998-03-31 | 1 | -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. Stallman | 1998-03-30 | 1 | -4/+4 |
| | | | | (battery-insert-file-contents): Disable code conversion. | ||||
* | (desktop-buffer-info, desktop-buffer-rmail) | Richard M. Stallman | 1998-03-30 | 1 | -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. Stallman | 1998-03-30 | 1 | -0/+1 |
| | |||||
* | (tex-send-command): Return the process. | Richard M. Stallman | 1998-03-30 | 1 | -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. Stallman | 1998-03-30 | 1 | -1/+1 |
| | |||||
* | (reporter-bug-hook): Fix error message. | Richard M. Stallman | 1998-03-29 | 1 | -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. Stallman | 1998-03-28 | 1 | -0/+7 |
| | | | | (debug-ignored-errors): Add file-supersession. | ||||
* | (desktop-load-default): Add autoload cookie. | Richard M. Stallman | 1998-03-28 | 1 | -2/+3 |
| | | | | (desktop-read): Likewise. | ||||
* | (menu-bar-options-menu): Remove "Toggle" from item | Richard M. Stallman | 1998-03-28 | 1 | -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 Marshall | 1998-03-27 | 1 | -1/+1 |
| | |||||
* | (calendar-mode-map): Add bindings for appt-add and appt-delete. | Richard M. Stallman | 1998-03-27 | 1 | -0/+2 |
| | |||||
* | (perform-replace): Before recursive edit, | Richard M. Stallman | 1998-03-26 | 1 | -3/+5 |
| | | | | get the match data as markers, and set real-match-data. | ||||
* | (rmail-clear-headers): Handle failure to find "\n[^ \t]". | Richard M. Stallman | 1998-03-26 | 1 | -17/+18 |
| | |||||
* | (normal-top-level-add-subdirs-to-load-path): | Richard M. Stallman | 1998-03-26 | 1 | -1/+1 |
| | | | | Reverse order of subdirs to add. Don't duplicate the parent dir. | ||||
* | Fix header line. | Dave Love | 1998-03-25 | 1 | -1/+1 |
| | |||||
* | Various doc fixes, mainly grammar. | Dave Love | 1998-03-25 | 1 | -32/+25 |
| | |||||
* | (auto-insert, auto-insert-query): :tag choices. | Dave Love | 1998-03-25 | 1 | -7/+12 |
| | | | | (define-auto-insert): Rename arg key to match doc. | ||||
* | add some C/C++ keywords. | Simon Marshall | 1998-03-25 | 1 | -4/+7 |
| | |||||
* | use new UPDATE window-end arg. | Simon Marshall | 1998-03-25 | 1 | -15/+35 |
| | |||||
* | check length of mail-header-separator before using in font-lock-keywords. | Simon Marshall | 1998-03-25 | 1 | -2/+4 |
| | |||||
* | (dired-run-shell-command): Maybe run handler. | Dave Love | 1998-03-24 | 1 | -2/+6 |
| | |||||
* | (shell-command): Define handler. | Dave Love | 1998-03-24 | 1 | -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): Replace | Andreas Schwab | 1998-03-23 | 1 | -3/+3 |
| | | | | obsolete `concat with integer' by format. | ||||
* | (resize-minibuffer-mode): Make it a proper minor | Andreas Schwab | 1998-03-23 | 1 | -11/+9 |
| | | | | mode: toggle resize-minibuffer mode when called without argument. | ||||
* | (PC-expand-many-files): Apply completion-ignored-extensions. | Karl Heuer | 1998-03-23 | 1 | -2/+16 |
| | |||||
* | (normal-top-level-add-subdirs-to-load-path): New function. | Karl Heuer | 1998-03-23 | 1 | -0/+20 |
| | |||||
* | (find-file-noselect): Use set-buffer-multibyte | Karl Heuer | 1998-03-23 | 1 | -1/+1 |
| | | | | instead of setting enable-multibyte-characters. | ||||
* | (standard-display-underline): Shift face id by 19 bits. | Karl Heuer | 1998-03-23 | 1 | -1/+1 |
| | |||||
* | (comint-preoutput-filter-functions): Doc fix. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| | |||||
* | (vc-next-action-on-file): Properly handle the case when user tries to | André Spiegel | 1998-03-20 | 1 | -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é Spiegel | 1998-03-20 | 1 | -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 Love | 1998-03-20 | 1 | -1/+1 |
| | |||||
* | (reporter-mail): New function. | Richard M. Stallman | 1998-03-20 | 1 | -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. Stallman | 1998-03-20 | 1 | -5/+12 |
| | | | | | (current-language-environment): Use defcustom. (default-input-method): Specify :type. | ||||
* | (compilation-error-regexp-alist): | Richard M. Stallman | 1998-03-20 | 1 | -1/+1 |
| | | | | Handle f90 in DEC AXP OSF/1 cc pattern. | ||||
* | (shell-command-on-region): Amend message to report | Dave Love | 1998-03-19 | 1 | -14/+20 |
| | | | | success or failure when no process output. | ||||
* | (other-frame): Fix previous change. | Richard M. Stallman | 1998-03-18 | 1 | -1/+1 |
| | |||||
* | (focus-follows-mouse): Make it defcustom. | Richard M. Stallman | 1998-03-18 | 1 | -2/+4 |
| | |||||
* | (focus-follows-mouse): New variable. | Richard M. Stallman | 1998-03-18 | 1 | -1/+5 |
| | | | | (other-frame): Obey that variable. | ||||
* | (lisp-fill-paragraph): Adjust | Dave Love | 1998-03-18 | 1 | -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é Spiegel | 1998-03-18 | 1 | -5/+6 |
| | |||||
* | (view-emacs-news): Handle prefix arg. | Richard M. Stallman | 1998-03-18 | 1 | -4/+8 |
| | |||||
* | Load language/czech and language/slovak. | Richard M. Stallman | 1998-03-18 | 1 | -0/+2 |
| | |||||
* | Initial revision | Richard M. Stallman | 1998-03-17 | 1 | -0/+1246 |
| | |||||
* | (setup-slovak-environment): 3rd arg to setup-8-bit-environment is the | Richard M. Stallman | 1998-03-17 | 1 | -1/+1 |
| | | | | default input method, not coding system. | ||||
* | (setup-czech-environment): 3rd arg to setup-8-bit-environment is the | Richard M. Stallman | 1998-03-17 | 1 | -1/+1 |
| | | | | default input method, not coding system. | ||||
* | (setenv): Simplify reading of args by passing old value as the default. | Richard M. Stallman | 1998-03-17 | 1 | -22/+4 |
| | |||||
* | (Info-menu-update): Set Info-menu-last-node | Richard M. Stallman | 1998-03-17 | 1 | -2/+4 |
| | | | | to (FILE NODENAME), and test it that way too. |