Richard M. Stallman
917baba010
(mouse-drag-region): Leave region highlighted until the next input event.
1996-04-26 19:15:39 +00:00
Richard M. Stallman
6d07821119
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
1996-04-26 16:39:13 +00:00
Richard M. Stallman
b80c363eee
(x_scroll_bar_clear): Do nothing if frame now has no scroll bars.
1996-04-26 16:38:03 +00:00
Richard M. Stallman
637ad741e0
Update copyright year.
1996-04-26 16:06:54 +00:00
Richard M. Stallman
cbb95688d2
Include blockinput.h.
...
(change_frame_size_1): Block input around the real work.
1996-04-26 15:45:46 +00:00
Richard M. Stallman
6c05ef1e11
(getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer
...
address to `intdos' instead of SI which can be 16-bit.
1996-04-26 11:56:25 +00:00
Richard M. Stallman
c7d031edbe
(walk-windows): Doc fix.
1996-04-26 03:03:28 +00:00
Richard M. Stallman
4ad8681a67
(save_excursion_restore): Add gcpros.
1996-04-26 03:01:56 +00:00
Richard M. Stallman
2a8095d50d
No intangible text property.
1996-04-26 03:01:43 +00:00
Richard M. Stallman
ea083293b6
(unexec): Add conditional for SOLARIS_POWERPC.
1996-04-25 18:02:45 +00:00
Richard M. Stallman
568aa5850b
(syms_of_fileio): Doc fix.
1996-04-25 17:31:37 +00:00
Richard M. Stallman
e74c43500e
(Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]:
...
Free the font, and the fontinfo too if we don't want it.
1996-04-25 03:36:01 +00:00
Edward M. Reingold
6b091ffc22
Update some comments.
1996-04-24 23:39:19 +00:00
Edward M. Reingold
e970389771
Spelling error.
1996-04-24 23:36:43 +00:00
Edward M. Reingold
33a07d62d3
Spelling fix.
1996-04-24 23:35:14 +00:00
Richard M. Stallman
ea146def5f
(x_connection_signal): Call sigunblock properly.
1996-04-24 22:29:57 +00:00
Richard M. Stallman
8565113c08
(dispnew.o): Depend on blockinput.h.
1996-04-23 20:33:16 +00:00
Richard M. Stallman
97cf50e753
Include blockinput.h.
...
(change_frame_size_1): Block input around the real work.
1996-04-23 20:32:58 +00:00
Richard M. Stallman
f854a00b99
(wait_reading_process_input, both definitions):
...
If wait_for_cell, don't call timer_check, and use
detect_input_pending instead of detect_input_pending_run_timers.
1996-04-23 20:32:33 +00:00
Richard M. Stallman
da3bf069f0
(doctor-doc): Add period.
1996-04-23 15:30:28 +00:00
Richard M. Stallman
dd10ec4fd1
(Fframe_parameters, both definitions):
...
Get sizes from FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH if they are nonzero.
1996-04-23 15:20:52 +00:00
Richard M. Stallman
477763cdf4
Fix a file name.
1996-04-22 00:30:39 +00:00
Richard M. Stallman
f22edcea3e
Replace --no-clean-up and --no-tar options
...
with --clean-up and --tar, so that the default is useful.
1996-04-21 06:54:52 +00:00
Richard M. Stallman
0e4358041c
(compute_motion): Pass window to Fget_char_property.
1996-04-21 05:56:01 +00:00
Richard M. Stallman
9541a441a4
[motif]: Make f10 undefined.
1996-04-21 05:54:18 +00:00
Richard M. Stallman
5aa29df889
(walk-windows): Doc fix.
1996-04-21 05:53:27 +00:00
Richard M. Stallman
0254679b3a
(auto-mode-alist): .F gets fortran mode.
1996-04-21 02:01:31 +00:00
Richard M. Stallman
56cda6f5c1
(Info-next-reference, Info-prev-reference): Add optional
...
argument RECUR to avoid infinite recursion on malformed nodes.
1996-04-21 01:47:02 +00:00
Richard M. Stallman
8b09046c08
(simula-submit-bug-report): Use emacs-version.
...
(simula-version): Function and variable deleted.
1996-04-21 01:40:33 +00:00
Richard M. Stallman
8ca3cd4462
(simula-tab-always-indent, simula-indent-level)
...
(simula-substatement-offset, simula-continued-statement-offset)
(simula-label-offset, simula-if-indent, simula-inspect-indent)
(simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
Added default constants.
(simula-emacs-features): new constant to hold information
on which flavor if emacs is running (from cc-mode.el).
(simula-mode-menu): Menu definition for Lucid Emacs
(simula-mode-map): Bound new command simula-indent-exp to C-M-q
and added lots of commands to [menu-bar].
(simula-popup-menu): New function for Lucid menus.
(simula-keep-region-active): New function for Lucid menus.
(simula-indent-exp): New command that indents a whole expression.
(simula-indent-line): New strategies for finding the right amount to indent.
(simula-skip-comment-backward): Added optional parameter stop-at-end
to stop at the first END statement.
(simula-expand-stdproc): Added abbrev expansion to verbatim copy
of abbrev table, same for function simula-expand-keyword.
(simula-search-backward): Added Doc string, and lots of error checking.
(simula-search-forward): Added Doc string, and lots of error checking.
Added hilit19 config code.
(simula-version): New variable and function to report value.
(simula-submit-bug-report): New function to submit bug report.
1996-04-21 01:39:51 +00:00
Karl Heuer
c80718ccb9
(f90-keywords-re): Added operator and result.
...
(f90-keywords-level-3-re): Added operator and result.
(f90-match-end, f90-looking-at-program-block-start): Fixed bug
with false matching in comments/strings.
(f90-looking-at-program-block-start, f90-imenu-generic-expression):
Added knowledge of pure and extrinsic subroutines.
(f90-abbrev-start): Fixed bug using next-command-event.
(f90-keywords-level-3-re): Added keyword "nullify".
(f90-else-like-re): Fixed indentation of case() statements.
(f90-font-lock-keywords-2): Changed highlighting of case() statements.
1996-04-19 20:07:47 +00:00
Richard M. Stallman
55be131413
(metamail-mailer-name): New variable.
...
(metamail-environment): Add MM_QUIET.
(metamail-switches): Delete -m emacs.
(metamail-interpret-header, metamail-interpret-body): New functions.
(metamail-region, metamail-buffer): New arg VIEWMODE.
1996-04-19 18:05:38 +00:00
Richard M. Stallman
6a6a0b8bf3
(after-find-file): Mention file name in "auto save is newer" message.
1996-04-19 09:32:55 +00:00
Richard M. Stallman
831f35a200
(read_key_sequence): Fix confusion between key and new_key.
1996-04-19 09:21:55 +00:00
Richard M. Stallman
b2b9ff5e6d
(x-select-text): Remember selected text.
...
(x-get-selection-value): Return nil if the clipboard data is
is the same as the remembered selected text.
1996-04-19 02:40:44 +00:00
Lars Magne Ingebrigtsen
bf8aeaf981
* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,
...
gnus-window-to-buffer): Pop up the shell buffer after piping
articles through a filter.
1996-04-18 19:36:33 +00:00
Lars Magne Ingebrigtsen
b5e8e90792
Make invisible text intangible as well.
1996-04-18 12:09:23 +00:00
Richard M. Stallman
d4d62e8d02
(syms_of_keyboard): Doc fix.
1996-04-18 06:04:32 +00:00
Richard M. Stallman
1976080b3b
(EmacsFrameRealize): Use STANDARD_EVENT_SET.
1996-04-18 04:13:19 +00:00
Richard M. Stallman
d2f764d0cc
(STANDARD_EVENT_SET): Remove PointerNotifyHintMask.
...
(CHECK_X_FRAME): Macro deleted.
1996-04-18 04:12:43 +00:00
Richard M. Stallman
f5bb65ecab
(note_mouse_movement): Don't call XQueryPointer.
...
(x_scroll_bar_note_movement): Don't call XQueryPointer.
(x_new_font): Intern FONT just once for finding full name.
1996-04-18 04:03:16 +00:00
Richard M. Stallman
092191c69d
Replace make-docfile' with make-doc.exe'. In case
...
src/Makefile needs to rebuild `make-doc.exe', use one command per line.
Undo the previous change.
1996-04-17 18:37:18 +00:00
Richard M. Stallman
a5dfed3e36
(occur): Fix up interactive code.
...
Strip text properties from regexp.
1996-04-17 17:30:51 +00:00
Richard M. Stallman
db50afc09f
Clarify MSDOS installing and unpacking.
1996-04-17 16:43:16 +00:00
Richard M. Stallman
95184b48ec
(decode_mode_spec): Use frame F, not selected frame.
...
On termcap frames, implicit names are ok.
1996-04-16 23:07:52 +00:00
Richard M. Stallman
9c6da96f00
(decode_mode_spec): For %F, use explicit name or `Emacs'.
1996-04-16 22:52:34 +00:00
Richard M. Stallman
c9b35eceec
(vc-comment-ring): Initialise using make-ring.
...
(vc-clear-context): Initialise vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here.
1996-04-16 22:33:07 +00:00
Richard M. Stallman
a92989c399
(w32_read_socket): Initialize frame_or_window field.
...
(x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset.
(win32_initialize): Call AttachThreadInput at the end.
1996-04-16 21:54:34 +00:00
Richard M. Stallman
8847d8908b
(defined_color): Map color to nearest in default palette.
...
(win32_wnd_proc): Special handling for WM_CLOSE.
1996-04-16 21:49:18 +00:00
Richard M. Stallman
2636719334
(check_timer): Removed; use gettime instead.
...
(sys_select): Call __dpmi_yield while waiting for input to
improve multitasking behaviour.
Do not check timer when no timeout.
1996-04-16 20:41:24 +00:00