Richard M. Stallman
dea5efcbe3
(dabbrev--last-case-pattern): New variable.
...
(dabbrev-expand): Set it for ordinary expansions;
use it when copying successive words.
1996-08-07 18:27:20 +00:00
Richard M. Stallman
3d52d58a99
(rmail-reply-regexp): Match Re[2].
1996-08-06 18:41:06 +00:00
Richard M. Stallman
7424c13bf8
(rmail-reply-regexp, rmail-message-filter): Doc fix.
1996-08-06 18:31:45 +00:00
Richard M. Stallman
5d43dca8a6
(imenu-update-menubar): Fix code to install the new menu.
1996-08-06 17:40:22 +00:00
Richard M. Stallman
98ab445ddb
(LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ.
1996-08-06 08:21:51 +00:00
Richard M. Stallman
88ba4f30f5
Comment change.
1996-08-05 21:28:14 +00:00
Richard M. Stallman
f32b54451f
Get rid of "win95".
1996-08-05 21:26:10 +00:00
Richard M. Stallman
fbf6bf47f0
(EmacsFrameSetCharSize): Call do_pending_window_change.
1996-08-05 19:46:39 +00:00
Simon Marshall
b80778111e
Fully reinstall July 26 change.
1996-08-05 07:18:48 +00:00
Richard M. Stallman
d536be4ac8
Describe djgpp library replacement files.
1996-08-05 03:30:41 +00:00
Richard M. Stallman
5711b5478c
(Fcall_process_region) [DOS_NT]: Avoid downcasing
...
the `X' characters in the template passed to `mktemp'.
1996-08-05 01:15:49 +00:00
Richard M. Stallman
7fd85d5604
(msdos): Add is_exec.c, sigaction.c to distribution.
1996-08-04 20:35:10 +00:00
Richard M. Stallman
3e23af407d
(*-sunos4.1.[3-9]*noshare): Move this before
...
the more general *-sunos4.1.[3-9]* clause.
1996-08-03 21:28:16 +00:00
Richard M. Stallman
53c6392633
(Info-find-node): Use pop-to-buffer.
1996-08-03 21:27:03 +00:00
Paul Eggert
4c4a44f32e
(rmail-unix-mail-delimiter): Allow space or tab as
...
first character in mailbox part of `From ' line.
1996-08-03 02:53:02 +00:00
Richard M. Stallman
f579226245
(gdb): Undo previous change.
1996-08-01 22:37:47 +00:00
Richard M. Stallman
76f63ea09c
(shell-file-name-chars): Was shell-file-name-regexp.
...
(shell-mode): Set comint-file-name-chars to this variable.
1996-08-01 22:35:03 +00:00
Richard M. Stallman
2d4382e563
(comint-file-name-chars): Was comint-file-name-regexp.
...
Give it a non-nil default value.
1996-08-01 22:34:09 +00:00
Richard M. Stallman
42de618f8f
(make_menubar): Turn off menu accelerator.
1996-08-01 22:25:36 +00:00
Richard M. Stallman
740e13b3ff
Delete code to disable f10 if motif.
1996-08-01 22:25:11 +00:00
Richard M. Stallman
7ca7485a8a
(font-lock-inhibit-modes): Deleted.
...
(turn-on-font-lock-if-enabled): Deleted.
1996-08-01 21:45:04 +00:00
Richard M. Stallman
cd6dfed6c6
(prepare_menu_bars): Conditionalize previous change.
1996-08-01 21:38:20 +00:00
Richard M. Stallman
07e47d0b70
(dabbrev-expand): When snarfing consecutive words,
...
if previous one was upcased, upcase this one too.
(dabbrev--substitute-expansion): When snarfing consecutive words,
don't case convert here.
1996-08-01 04:54:51 +00:00
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