1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00
Commit graph

14713 commits

Author SHA1 Message Date
Richard M. Stallman
569c754ea9 Global vars mam, fn, bn renamed.
(desktop-buffer-major-mode): Renamed from mam.  Add defvar.
(desktop-buffer-file-name): Renamed from fn.  Add defvar.
(desktop-buffer-name): Renamed from bn.  Add defvar.
(desktop-create-buffer, desktop-buffer): Use new names.
1996-03-05 16:37:03 +00:00
Richard M. Stallman
ed2f7fc80b (desktop-list*): New function.
(desktop-internal-v2s): Generate output using desktop-list*.
1996-03-05 04:22:44 +00:00
Richard M. Stallman
52b9a93170 (save-place-kill-emacs-hook): Don't save
if we never loaded the save-place-file.
1996-03-05 04:22:25 +00:00
Erik Naggum
c01e66e11b (moss): Fix previous change. 1996-03-05 03:02:45 +00:00
Richard Kenner
21c7c7800a Accept -moss* as op sys. 1996-03-04 23:03:15 +00:00
Richard M. Stallman
387a23452a Comment change. 1996-03-04 21:24:28 +00:00
Richard M. Stallman
6c4b1a6e33 (unforward-rmail-message): Add autoload declaration. 1996-03-04 20:27:17 +00:00
Richard M. Stallman
d65430a135 (unforward-rmail-message): Delete autoload cookie. 1996-03-04 20:26:58 +00:00
Richard M. Stallman
ae9f363a57 (rmail-unix-mail-delimiter): Don't accept newlines in month. 1996-03-04 19:59:40 +00:00
Richard M. Stallman
6b8177cd7c [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. 1996-03-04 18:00:34 +00:00
Richard M. Stallman
978dd5783b (Fkill_local_variable): Call find_symbol_value directly,
not via Fsymbol_value, to avoid getting void-variable error.
1996-03-04 17:38:35 +00:00
Richard M. Stallman
f46cc152ae Comment change. 1996-03-04 02:19:51 +00:00
Richard M. Stallman
3e2b8c1cf5 Require cl only when compiling.
(scroll-step): Don't set it globally.
(dun-mode): Set scroll-step locally.
1996-03-03 23:43:20 +00:00
Richard M. Stallman
dddff3979f (obj): Add xmenu.o.
(XOBJ): Delete xmenu.o.
1996-03-03 22:48:20 +00:00
Richard M. Stallman
1e659e4c3a Put most of file into HAVE_MENUS conditional.
(Fx_popup_menu): Put parts into HAVE_MENUS conditionals.
1996-03-03 22:47:53 +00:00
Richard M. Stallman
647f2a6867 (main): Always call syms_of_xmenu. 1996-03-03 22:34:21 +00:00
Richard M. Stallman
b14f720b0c (texinfo-font-lock-keywords): Fixed regexp for @end' and @item'. 1996-03-03 19:42:09 +00:00
Richard M. Stallman
178f24298f (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. 1996-03-03 19:29:10 +00:00
Richard M. Stallman
077d52839d (dired-compress-file-suffixes): New variable.
(dired-compress-file): Use that to control file naming.
1996-03-03 06:10:06 +00:00
Richard M. Stallman
e643c5beab (wait_reading_process_input): Use getpid when generating SIGIO. 1996-03-03 05:34:59 +00:00
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
6a21225cd1 (motion_event_is_in_menu): Make x and y signed. 1996-03-01 20:11:49 +00:00
Richard M. Stallman
6afcf317d2 [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions. 1996-03-01 20:11:19 +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
Roland McGrath
6d686a8ddf Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege. 1996-03-01 14:57:49 +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
f47ad16c26 Avoid the #pragma alloca on AIX 4. 1996-02-29 00:32:15 +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
22cc077c30 (LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
This works around a localtime bug in mips-dec-ultrix.
1996-02-28 23:25:27 +00:00
Richard M. Stallman
037987b711 Comment change. 1996-02-28 21:34:25 +00:00
Richard M. Stallman
638e85c724 (REL_ALLOC): #undef deleted. 1996-02-28 21:19:39 +00:00
Richard M. Stallman
278e0a7357 (ps-generate): Bind inhibit-read-only. 1996-02-28 18:51:36 +00:00
Richard M. Stallman
5b681bb566 [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. 1996-02-28 18:07:46 +00:00
Richard M. Stallman
9291c07243 (timer_check): Walk down both timer lists in parallel. 1996-02-28 17:51:22 +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