1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

6889 commits

Author SHA1 Message Date
Richard M. Stallman
7e47f20bba (global-map): Change C-M-g to M-g M-g. 1996-03-02 21:09:04 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
f5632218b0 Comment change. 1996-03-02 05:37:13 +00:00
Johan Vromans
149bb5bea4 (forms-insert-after): New variable. Non-nil means: inserts of new
records go after current record, also initial position is at last
record.
(forms-mode, forms-insert-record): Use it.
1996-03-01 21:13:01 +00:00
Richard M. Stallman
7b89d38e9a (set-visited-file-name): Query if there's already another
buffer visiting this file.
1996-03-01 20:29:32 +00:00
Richard M. Stallman
f50adf13bd (compilation-parse-errors):
Collapse //'s using command-line-normalize-file-name.
1996-03-01 20:13:42 +00:00
Richard M. Stallman
6b9e794f8c (command-line-normalize-file-name): Do save-match-data. 1996-03-01 20:13:01 +00:00
Richard M. Stallman
0c20ee6187 (imenu--menubar-select): No longer interactive.
(imenu-create-submenu-name): Function deleted.
(imenu-example--create-lisp-index): Don't use it.
(imenu--generic-function): Don't use imenu-create-submenu-name.
(imenu-submenu-name-format): Variable deleted.
(imenu--split-menu): Use TITLE as the head of the new list.
Don't split if everything fits in one level.
(imenu--split-submenus): New function.
(imenu-update-menubar): Use imenu--split-submenus.
(imenu--mouse-menu): Use imenu--split-submenus.
1996-03-01 18:09:57 +00:00
Richard M. Stallman
df41821fa7 (imenu-submenu-name-format): Delete the `...'. 1996-03-01 17:09:00 +00:00
Richard M. Stallman
2aea64fbe1 Add provide call. 1996-03-01 15:37:33 +00:00
Richard M. Stallman
252ed27682 Comment change. 1996-03-01 05:26:29 +00:00
Richard M. Stallman
4718d52e19 (backward-delete-char-untabify):
Don't handle overwrite-mode here (done in delete-backward-char).
1996-02-29 22:00:50 +00:00
Richard M. Stallman
213543f0f9 (iso-languages): Add ~? and ~!. 1996-02-29 19:22:05 +00:00
Simon Marshall
eaec854f6d Save if reqd in emacs-lisp-byte-compile-and-load. 1996-02-29 08:19:46 +00:00
Richard M. Stallman
ee7226e542 (server-process-filter): Use command-line-normalize-file-name. 1996-02-28 23:32:18 +00:00
Richard M. Stallman
dcccc83257 (command-line-normalize-file-name): Convert /// at beginning to just /. 1996-02-28 23:30:24 +00:00
Richard M. Stallman
278e0a7357 (ps-generate): Bind inhibit-read-only. 1996-02-28 18:51:36 +00:00
Simon Marshall
625d837ef4 Don't toggle on window-setup-hook. 1996-02-28 12:17:10 +00:00
Simon Marshall
343204bdd1 Make global-font-lock-mode show status messages, and fontification interruptable. 1996-02-28 09:53:39 +00:00
Simon Marshall
63503b24ca Make get-buffer-window-list take MINIBUF arg. 1996-02-28 09:22:11 +00:00
Richard M. Stallman
673cc3c51d (show-paren-delay): New variable.
(show-paren-mode): New command.  Use it.  Call it at the top-level.
(show-paren-mode, show-paren-idle-timer): New variables.
(show-paren-function): Renamed from show-paren-command-hook.
1996-02-28 01:28:42 +00:00
Richard M. Stallman
cf9b15ce37 (timer-set-time, timer-set-time-with-usecs): Doc fix.
(run-at-time, with-timeout): Doc fix.
(run-with-timer): Just call run-at-time.
(timer-set-idle-time): New function.
(run-with-idle-timer): Use it to set the idle time.
Doc fix.  Fix interactive code.
1996-02-28 01:27:52 +00:00
Richard M. Stallman
c9eab4beee (timeout-event-p): Function deleted. 1996-02-28 01:22:11 +00:00
Richard M. Stallman
aeab376f9f (command-line-normalize-file-name):
Don't collapse // at start of file name.
1996-02-28 00:30:49 +00:00
Richard M. Stallman
a478a9ce32 (server-process-filter): Don't collapse // at start of file name. 1996-02-28 00:29:43 +00:00
Richard M. Stallman
a9562d191b (handle-delete-frame): Use save-buffers-kill-emacs. 1996-02-28 00:08:58 +00:00
Richard M. Stallman
d3c7da2179 (display-time): Use rmail-after-get-new-mail-hook. 1996-02-27 22:45:40 +00:00
Richard M. Stallman
4f5c586ac0 (rmail-get-new-mail): Run rmail-after-get-new-mail-hook. 1996-02-27 22:41:49 +00:00
Richard M. Stallman
243dfffb77 (display-time): Use run-at-time to start the timer. 1996-02-27 17:44:45 +00:00
Richard M. Stallman
22041a64c0 (iso-transl-dead-key-alist): Fix syntax for ?^. 1996-02-27 16:32:05 +00:00
Richard M. Stallman
95d87237d2 (hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Corrected write-contents-hook to write-contents-hooks.
1996-02-27 01:49:07 +00:00
Richard M. Stallman
b00bd89720 (tpu-load-xkeys): Fix previous change. 1996-02-26 23:48:28 +00:00
Richard M. Stallman
1f35e35975 (makefile-runtime-macros-list): Add + to the list. 1996-02-26 19:33:15 +00:00
Karl Heuer
327b6868b0 Use the new file names in autoloads. 1996-02-26 18:59:28 +00:00
Richard M. Stallman
995b296f03 Comment change. 1996-02-26 18:51:09 +00:00
Karl Heuer
c86b6d4435 Renamed from cal-chinese.el to avoid 14-character limitation. 1996-02-26 18:45:24 +00:00
Karl Heuer
afdbe61dc8 Renamed from cal-islamic.el to avoid 14-character limitation. 1996-02-26 18:45:14 +00:00
Erik Naggum
972a769bb9 (rmail-make-basic-summary-line): Fix previous change. 1996-02-26 04:07:44 +00:00
Erik Naggum
88293b5777 (rmail-clear-headers): Bind case-fold-search to t across the whole function. 1996-02-26 03:54:51 +00:00
Richard M. Stallman
c21b5781a3 (mail-mode-map): Bind M-TAB to mail-complete. 1996-02-26 01:40:50 +00:00
Richard M. Stallman
c0fd4267ae (mail-complete): Add autoload cookie. 1996-02-26 01:32:31 +00:00
Richard M. Stallman
58d3eaf698 (unforward-rmail-message): Add autoload cookie. 1996-02-26 00:59:48 +00:00
Paul Eggert
d5c8e97af5 (vc-find-cvs-master): Don't require a "/" after the modification time
in CVS/Entries, since the time may be followed by a conflict notice
(in CVS 1.7) or by some other value (in CVS 1.3).
1996-02-26 00:53:13 +00:00
Richard M. Stallman
d9a84b157d (rmail-make-basic-summary-line): Less space before subj. 1996-02-26 00:21:00 +00:00
Richard M. Stallman
d822195158 (vc-follow-link): Kill buffer before creating new one. 1996-02-26 00:19:35 +00:00
Richard M. Stallman
e7f5ddc2c8 (vc-follow-link): Simplify by taking advantage
of Feb 21 change in find-file-noselect.
1996-02-26 00:17:43 +00:00
Richard M. Stallman
58ffb6ae8e (man): Don't call Man-init-defvars here.
Do it at top level instead.
(Man-init-defvars): Now a defun, not a defsubst.
Don't set Man-uses-untabify-flag.
(Man-uses-untabify-flag): Add doc string.  Make default value t.
(Man-filter-list): Add doc string.
1996-02-26 00:15:09 +00:00
Richard M. Stallman
1c6425eaf0 (finder-compile-keywords-make-dist): New function. 1996-02-25 22:59:08 +00:00
Richard M. Stallman
504621b983 (emerge-combine-versions-template): Make the
generated comments on the #else and #endif follow the GNU standards.
1996-02-25 22:53:18 +00:00
Richard M. Stallman
81e14cb260 (Info-index): If fail, go back to original node.
(Info-find-node): Make error messages consistent.
(Info-insert-dir): Fix error message.
1996-02-25 18:31:16 +00:00