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

15186 Commits

Author SHA1 Message Date
Richard M. Stallman
a0bd2457ad (pascal-end-of-statement, pascal-calculate-indent):
Set parse-sexp-ignore-comments to t before parsing.
(pascal-indent-case): Save position of cursor, and restores it
after reindenting the code.
1996-05-13 16:25:13 +00:00
Richard M. Stallman
9bf7b6aa50 (note_mouse_movement): Upwards mouse movement recognition corrected. 1996-05-13 15:24:25 +00:00
Richard M. Stallman
0d05360db7 (allocate_heap): Clean up conditional. 1996-05-13 15:06:32 +00:00
Richard M. Stallman
4c145b9e93 (vc-rename-file): After renaming, update VC info and modeline.
Preserve buffer-read-only.
1996-05-13 01:31:28 +00:00
Richard M. Stallman
5066676655 (init_dosfns) [DJGPP >= 2]: Make `opendir' preserve
filename case (under Win95) and find hidden files.
1996-05-13 01:28:24 +00:00
Richard M. Stallman
cd5f8f60db (Fcall_process): Fix previous change (now !MSDOS only). 1996-05-12 22:50:25 +00:00
Richard M. Stallman
25a1fadb43 Delete the Emacs local variables spec. 1996-05-12 22:19:55 +00:00
Karl Heuer
96a6034956 (Fstart_kbd_macro): Add missing xrealloc arg. 1996-05-12 20:07:43 +00:00
Richard M. Stallman
323fa9398e (Fmsdos_downcase_filename): Don't change the argument, return a copy. 1996-05-12 17:45:36 +00:00
Richard M. Stallman
bef2adcfdb (MSDOS_SUPPORT): Use full name disp-table.elc. 1996-05-12 17:43:29 +00:00
Richard M. Stallman
2f019854db (FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase. 1996-05-11 21:23:34 +00:00
Richard M. Stallman
21319b18dc (msdos_downcase_filename): New function to convert case in filenames.
(Fmsdos_downcase_filename): New function.
(syms_of_msdos): Defsubr it.
1996-05-11 21:23:08 +00:00
Geoff Voelker
4d105bce0a (using-unix-filesystems): Update doc string. 1996-05-11 20:55:33 +00:00
Richard M. Stallman
0dd1fa0f19 (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start. 1996-05-11 18:44:09 +00:00
Richard M. Stallman
2c28562d01 (x_scroll_bar_set_handle): Always use start in calling SetScrollPos.
(x_scroll_bar_handle_click): In line up/down cases, don't alter y.
Don't call x_scroll_bar_set_handle.
1996-05-11 18:38:11 +00:00
Richard M. Stallman
aeee66be3b (scroll-bar-drag-position): New function.
(scroll-bar-maybe-set-window-start): New function.
1996-05-11 18:30:16 +00:00
Richard M. Stallman
12c11fcd42 (re_match_2_internal): Fix off-by-one error; don't use
length of exactn as character, and don't use length of bitmap of
charset as bitmap.
1996-05-11 18:05:52 +00:00
Richard M. Stallman
fc85cb2995 (map_win32_filename): If not a fat volume, cvt name to dos. 1996-05-11 17:26:00 +00:00
Richard M. Stallman
e38ee395e8 (term-emulate-terminal): On CR, set term-current-column
to term-start-line-column, not 0.
1996-05-11 17:11:06 +00:00
Richard M. Stallman
8060ee8f14 Lots of fixes. 1996-05-11 11:08:11 +00:00
Richard M. Stallman
70ffb393ea (Fcall_process): Close fd_error if successful. 1996-05-11 10:53:17 +00:00
Richard M. Stallman
00af31ec33 Mention Windows 95. 1996-05-11 10:52:47 +00:00
Geoff Voelker
709fd16b8e (allocate_heap): Bump heap base up to 27MB to
wsatisfy Win95.
1996-05-11 06:38:25 +00:00
Richard M. Stallman
f885e95c76 (f90-hilit-patterns): Avoid using undefined variables. 1996-05-11 00:29:46 +00:00
Geoff Voelker
4ba07e8852 (win32_wnd_proc): Disable setting of Vquit_flag
at this opoint
1996-05-10 23:07:10 +00:00
Richard M. Stallman
3cb20f4a49 (win_msg_worker): Use post_msg.
(win32_wnd_proc): Don't abort if button_state & this, just return.
Use post_msg instead of my_post_msg in some places.
(win32_to_x_font): Major rewrite.
(struct enumfont_t): New element logfont.
(enum_font_cb2): Add special code for TRUETYPE_FONTTYPE.
(Fx_list_fonts): Call x_to_win32_font.
1996-05-10 20:40:49 +00:00
Richard M. Stallman
0b287713ac (x_scroll_bar_move): Call my_show_window.
(x_scroll_bar_clear): Likewise.
1996-05-10 20:35:50 +00:00
Richard M. Stallman
b6823b2740 (prev_console_mode): New variable.
(unset_kbd): Use prev_console_mode.
(reset_kbd): Set prev_console_mode.  Call Fset_input_mode.
1996-05-10 20:33:26 +00:00
Richard M. Stallman
05687c547b (main) [WINDOWSNT]: Call syms_of_ntproc. 1996-05-10 20:31:20 +00:00
Richard M. Stallman
93fdf2f820 (Vwin32_quote_process_args): New variable.
(sys_spawnve): If Vwin32_quote_process_args, quote the args.
(syms_of_ntproc): Set up Lisp variable.
1996-05-10 20:29:43 +00:00
Richard M. Stallman
ff38b71572 (x_connection_signal_1): Call x_connection_closed properly. 1996-05-10 16:05:26 +00:00
Richard M. Stallman
58684193b8 (gud-filter): Cal gud-display-frame even if process-window is nil. 1996-05-10 02:41:59 +00:00
Erik Naggum
378f60427d Fix minor typo. 1996-05-09 23:42:08 +00:00
Richard M. Stallman
f5ec5d3d8c Comment changes. 1996-05-09 23:21:54 +00:00
Richard M. Stallman
227d2bed63 (vc-find-file-hook): Follow multiple links all the way. 1996-05-09 19:45:49 +00:00
Richard M. Stallman
9998d430a7 Comment change. 1996-05-09 17:41:53 +00:00
Richard M. Stallman
a0844449c5 (ispell-check-comments): Default is now t. 1996-05-09 17:36:03 +00:00
Richard M. Stallman
5e0e5feb88 (bookmark-bmenu-delete-backwards)
(bookmark-write, bookmark-relocate, bookmark-insert-buffer-name)
(bookmark-insert-current-bookmark, bookmark-send-edited-annotation)
(bookmark-read-annotation, bookmark-read-annotation-text-func)
(bookmark-send-annotation, bookmark-insert-file-format-version-stamp):
Doc fixes.
1996-05-09 17:34:55 +00:00
Richard M. Stallman
6f96f4c9e7 Undo previous change.
Delete the version number entirely;
fix up whitespace that was changed before.
1996-05-08 20:37:19 +00:00
Richard M. Stallman
25e2c3c778 Revert to version 1.9. 1996-05-08 20:18:35 +00:00
Karl Fogel
cf3a09b258 Merged cosmetic differences between FSF version and local copy. In
the future, diffmon will make this unnecessary.
(save-place-version): new var; init to 1.4.
(save-place-limit): init to nil.
1996-05-08 20:02:29 +00:00
Karl Fogel
fbd98d61b9 (bookmark-locate): ;;;###autoload this alias.
(bookmark-bmenu-mode-map): bind C-c C-c to bookmark-bmenu-this-window,
analogously to other Emacs listing modes such as *grep* and *occur*.
(bookmark-version): upped to 2.6.4.
1996-05-08 19:16:51 +00:00
Richard M. Stallman
8a7a40e536 (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. 1996-05-08 17:50:59 +00:00
Richard M. Stallman
9c7771996c (convert-standard-filename): Test msdos-long-file-names.
Return "." or ".." unchanged.
1996-05-08 17:40:51 +00:00
Richard M. Stallman
54bd13807d (syms_of_msdos): Fix typo. 1996-05-08 17:13:31 +00:00
Richard M. Stallman
c7856dbefc (gud-filter): Move the call to gud-display-frame
outside of the save-excursion.
1996-05-08 04:36:21 +00:00
Karl Fogel
1747a1941c (mail-hist-version): upped to 1.3.4.
(mail-hist-put-headers-into-history): wrap relevant body in a
`save-excursion'.
(mail-hist-add-header-contents-to-ring): doc fix.
Use `mail-hist-text-size-limit' directly.
(mail-hist-text-size-limit): doc fix.
(mail-hist-text-too-long-p): removed, we don't need this func.
(mail-hist-forward-header): move to point just after colon, don't try
to treat whitespace specially.
(mail-hist-next-or-previous-input): new func, abstracts two funcs
below.
Error informatively if not in a header.
Compensate for the extra SPACE char in "virgin" headers.
(mail-hist-next-input): just call above.
(mail-hist-previous-input): same.
(mail-hist-header-virgin-p): new func.
1996-05-08 02:38:37 +00:00
Karl Fogel
a15269c0d0 (bookmark-make): take optional arg `info-node', pass it on to
bookmark-make-cell.
(bookmark-make-cell): if new optional arg `info-node' is non-nil, make
it be the bookmark's info-node.
(bookmark-info-current-node): new func.
(bookmark-set): call bookmark-make, passing result from above
bookmark-info-current-node.
(bookmark-send-annotation): same as above.
(bookmark-locate): defalias to bookmark-insert-location for backward
compatibility.
(bookmark-version): upped to 2.6.3.
1996-05-08 02:22:12 +00:00
Noah Friedman
9fa128e82a (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to output
filter functions, so user can remove it if desired.
1996-05-08 00:52:30 +00:00
Richard M. Stallman
dc929aa99d (enum scroll_bar_part): Delete extra comma. 1996-05-08 00:04:11 +00:00