1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

15767 Commits

Author SHA1 Message Date
Richard M. Stallman
09af8ae6af (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Override to add /usr/contrib directoryes.
1996-07-31 23:18:49 +00:00
Richard M. Stallman
8743d4cb20 (help-font-lock-keywords): Undo July 26 change. 1996-07-31 18:17:16 +00:00
Richard M. Stallman
1e60bcf825 (*-sco3.2v5*):
Set OVERRIDE_CPPFLAG to a string of one space.
Fix the code that uses OVERRIDE_CPPFLAG.
1996-07-31 17:54:15 +00:00
Richard M. Stallman
30e671c33f (XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
(XTread_socket): Don't fail to pass button events to toolkit.
1996-07-31 17:18:54 +00:00
Richard M. Stallman
a9be683969 (pending_menu_activation): Don't initialize. Not static.
(set_frame_menubar): If no saved_menu_event yet, set deep_p.
Don't clear pending_menu_activation here.

(Fx_popup_dialog): Don't fail to initialize WINDOW.
1996-07-31 16:54:23 +00:00
Richard M. Stallman
0a43f75b23 (XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
1996-07-31 16:52:52 +00:00
Richard M. Stallman
80e2afdd25 (gdb): Bind comint-file-name-regexp. 1996-07-31 16:35:11 +00:00
Richard M. Stallman
43d3039dff (emerge-files-with-ancestor, emerge-files):
Use add-hook to add to QUIT-HOOKS.
1996-07-30 21:55:13 +00:00
Richard M. Stallman
2237cac949 (XTread_socket): Pass keys in menu bar to toolkit alone
only for Motif.

(XTread_socket): Fixing previous change:
Clear last_mouse_press_frame on non-menu-bar ButtonPress.
Always use last_mouse_press_frame as frame for ButtonRelease.
But ignore the event if frame's output_data.x is null.
Save the ButtonRelease only if USE_MOTIF.
(last_mouse_press_frame): This is now a Lisp object.
(syms_of_xterm): Initialize and staticpro it.
1996-07-30 21:10:40 +00:00
Richard M. Stallman
95c0d3a7dd (PC-complete): When command is repeated,
scroll the completion buffer.
1996-07-30 18:52:19 +00:00
Richard M. Stallman
6fec5601a2 When printing into a buffer, generate all the text
first, then insert it all at once.
(print_buffer): New variable.
(print_buffer_size, print_buffer_pos): New variables.
(PRINTPREPARE): Allocate print_buffer.
(PRINTFINISH): Free print_buffer after inserting its contents.
(printchar, strout): Output into print_buffer.
(print_string): If printcharfun is nil, use strout.
1996-07-30 18:51:50 +00:00
Richard M. Stallman
3b97925851 Make examples in Output Streams stand on their own. 1996-07-29 23:49:18 +00:00
Richard M. Stallman
dd7d85bab7 (help-fontify-buffer-function): Function deleted.
(help-mode): Set font-lock-defaults in simple way again.
1996-07-29 23:39:34 +00:00
Richard M. Stallman
4cf1b2e576 (ange-ftp-read-passwd): Let first input override
default, and let RET use the default value.
(ange-ftp-get-passwd): Make prompt clearer.
1996-07-29 16:27:49 +00:00
Richard M. Stallman
e0e0205b02 (lock_file_owner_name): Always initialize the_pw. 1996-07-29 04:21:23 +00:00
Richard M. Stallman
87a3fd191d (gud-display-line): Don't crash if BUFFER is nil. 1996-07-28 02:20:21 +00:00
Richard M. Stallman
faf8a408ee Comment change. 1996-07-28 00:48:42 +00:00
Richard M. Stallman
f10ded1cc3 Fix previous change. 1996-07-28 00:42:14 +00:00
Richard M. Stallman
ce89ef46f6 (last_mouse_press_frame): New variable.
(XTread_socket): Store a saved_button_event for ButtonRelease.
1996-07-27 20:30:31 +00:00
Richard M. Stallman
745c34fbba (pending_menu_activation): New variable.
(x_activate_menubar): Don't call set_frame_menubar for
ButtonRelease events.  Instead, set pending_menu_activation.
(set_frame_menubar): If pending_menu_activation, set deep_p.
1996-07-27 20:28:55 +00:00
Richard M. Stallman
00ddb61e2e (font-lock-mode): Don't add to after-change-functions
if font-lock-fontify-region-function is `ignore'.

(font-lock-inhibit-modes): New variable.
(turn-on-font-lock-if-enabled): Test it.
1996-07-27 20:23:55 +00:00
Richard M. Stallman
2fe6d204c9 (merge_widget_value) [USE_MOTIF]: Pass along the change flag from
merged_contents.
1996-07-27 16:19:46 +00:00
Richard M. Stallman
caafcc32ad (dabbrev--substitute-expansion): Use just ABBREV, not OLD, in previous change. 1996-07-27 04:09:13 +00:00
Richard M. Stallman
0e0ee79544 (help-font-lock-keywords): Use font-lock-function-name-face
for variables, too.

(help-mode): Set font-lock-defaults to provide bindings for
local fontification functions.
(help-fontify-buffer-function): New function.
1996-07-27 02:44:27 +00:00
Richard M. Stallman
bcbe4d5724 (vc-do-command): Bind win32-quote-process-args. 1996-07-26 21:22:34 +00:00
Richard M. Stallman
2e716096a0 (buffer_permanent_local_flags): New variable.
(init_buffer_once): Initialize it.
(reset_buffer_local_variables): New argument PERMANENT_TOO.
Callers changed.  Now declared static.
1996-07-26 16:08:04 +00:00
Richard M. Stallman
fe8fa62fb6 (set_frame_menubar): Use -1 for call_data
in the deep_p = 0 case.
1996-07-25 08:50:26 +00:00
Richard M. Stallman
06c2c73de9 (win32_read_socket): Never block reading from input queue. 1996-07-25 07:14:14 +00:00
Richard M. Stallman
83f8659432 (describe-mode): Put a formfeed between each two modes.
Print a message at the top explaining that minor modes come first
followed by the major mode.
1996-07-24 16:52:33 +00:00
Richard M. Stallman
dc0e03f39e (edebug-trace-display): Save and restore current buffer. 1996-07-24 16:36:41 +00:00
Richard M. Stallman
53f7e7ad2e (TAGS): Make sure bin/etags.exe is current. Make
the rules always generate TAGS.
1996-07-24 16:20:04 +00:00
Richard M. Stallman
8bc9b4f136 (browse-url-choose-browser): New function.
(browse-url-browser-function): Use browse-url-choose-browser
as the initial value.
1996-07-24 16:11:21 +00:00
Karl Heuer
fc42d823cf (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
since timezone environment variable is ignored.
1996-07-24 04:21:31 +00:00
Richard M. Stallman
cfbaa90cb0 Explain range of time values, and what negative year numbers mean. 1996-07-24 03:43:56 +00:00
Richard M. Stallman
26507191c4 [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. 1996-07-24 03:38:46 +00:00
Richard M. Stallman
13de9290cf (buffer_permanent_local_flags): New variable.
(init_buffer_once): Initialize it.
(reset_buffer_local_variables): New argument PERMANENT_TOO.
Callers changed.  Now declared static.
1996-07-23 22:36:11 +00:00
Erik Naggum
46b3fc26d9 (tag-exact-file-name-match-p): Fix previous change. 1996-07-23 22:32:48 +00:00
Richard M. Stallman
5a3d3a1674 (cmpl-hours-since-origin): Fix bug:
microseconds count was being used instead of seconds count.
1996-07-23 20:01:33 +00:00
Richard M. Stallman
42f3037714 (LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty. 1996-07-23 18:30:23 +00:00
Richard M. Stallman
70611080d2 (readline_internal) [DOS_NT]: Don't include CRs when
computing character positions in source files.
1996-07-23 16:32:24 +00:00
Richard M. Stallman
bff1accf04 (file-name-buffer-file-type-alist): Load TAGS files as text, not binary. 1996-07-23 16:17:39 +00:00
Roland McGrath
a0f09378bb (etags-goto-tag-location): New local variable LINE; use it.
Fix typo in direct-file-tag case: position -> startpos.
(tag-word-match-p, tag-exact-file-name-match-p): Fix off-by-one errors.
1996-07-23 16:17:33 +00:00
Richard M. Stallman
d64c55d875 Describe garbage-collection-messages. 1996-07-23 15:50:58 +00:00
Richard M. Stallman
48a58303e6 Add y-or-n-p-with-timeout. 1996-07-23 15:50:32 +00:00
Richard M. Stallman
089e089d4b Describe the version-specific site-list directory. 1996-07-23 15:50:08 +00:00
Richard M. Stallman
0521d6f56d Explain new keymap-parent functions.
Reorder the info about extra stuff in a key binding
and document the menu-alias property.
1996-07-23 15:48:58 +00:00
Richard M. Stallman
fbc1b72c20 New node Standard File Names.
Document set-visited-file-name.
Add some magic file name operations.
Binary file types apply to MSDOS.
1996-07-23 15:46:12 +00:00
Richard M. Stallman
4324b7ab26 Add some xrefs. 1996-07-23 15:41:53 +00:00
Richard M. Stallman
c79615d979 print-length applies to vectors. 1996-07-23 15:41:10 +00:00
Richard M. Stallman
0c1241267e Lots of timer feature updates.
encode-time takes additional arguments and ignores them.
Change linux to gnu/linux for system-type.
More information about key translation features.
1996-07-23 15:40:25 +00:00