]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 3 Jun 1996 05:05:54 +0000 (05:05 +0000)]
Comment change.
Richard M. Stallman [Sun, 2 Jun 1996 21:33:01 +0000 (21:33 +0000)]
(re_max_failures): Reduce to 8000.
Richard M. Stallman [Sun, 2 Jun 1996 13:47:53 +0000 (13:47 +0000)]
(msdos-color-aliases): Define more colors. (msdos-color-translate):
Fix `substring' arguments. Recognize ``medium'' prefix.
Richard M. Stallman [Sat, 1 Jun 1996 12:19:27 +0000 (12:19 +0000)]
(reset_modifiers): Only clear a modifier if the modifier key has been
detected to have been released since Emacs lost focus.
(win32_wnd_proc): Have Windows translate VK_NUMLOCK and VK_SCROLL key
downs; don't reset the modifier state when Emacs loses focus.
Richard M. Stallman [Sat, 1 Jun 1996 02:23:06 +0000 (02:23 +0000)]
(Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
when newdir is just "//".
(Ffile_name_directory) [WINDOWSNT]: Return Qnil if filename is a
partial UNC name such as "//foo".
Richard M. Stallman [Fri, 31 May 1996 20:12:44 +0000 (20:12 +0000)]
(ispell-region): Handle ispell-skip-sgml properly with an re-search.
Richard M. Stallman [Fri, 31 May 1996 20:10:02 +0000 (20:10 +0000)]
(single_submenu): Handle non-keymap lists like symbols.
Richard M. Stallman [Fri, 31 May 1996 15:33:29 +0000 (15:33 +0000)]
(electric-helpify): Allow NAME to be given as arg.
(electric-command-apropos): Specify *Apropos* as buffer name.
Richard M. Stallman [Fri, 31 May 1996 04:17:17 +0000 (04:17 +0000)]
(reporter-submit-bug-report):
Use display-buffer to re-show the original buffer.
Richard M. Stallman [Fri, 31 May 1996 04:17:02 +0000 (04:17 +0000)]
(fill-individual-paragraphs): Don't get stuck
if no newline at the end of the region.
Richard M. Stallman [Thu, 30 May 1996 23:11:14 +0000 (23:11 +0000)]
(Fpop_to_buffer): Doc fix.
Richard M. Stallman [Thu, 30 May 1996 23:09:44 +0000 (23:09 +0000)]
(Fdisplay_buffer): Doc fix.
Karl Heuer [Thu, 30 May 1996 20:44:17 +0000 (20:44 +0000)]
(shell-command-on-region): In output buffer, display
first page by setting point, not window-start (which can leave
point in an unexpected place).
Karl Heuer [Thu, 30 May 1996 19:46:24 +0000 (19:46 +0000)]
(Info-insert-dir): Fix default directory.
Karl Heuer [Thu, 30 May 1996 17:12:48 +0000 (17:12 +0000)]
(event-point): Fix fboundp test surrounding this.
Karl Heuer [Wed, 29 May 1996 17:17:34 +0000 (17:17 +0000)]
Use executing-kbd-macro, not executing-macro.
Karl Heuer [Wed, 29 May 1996 14:56:45 +0000 (14:56 +0000)]
Check for long file names.
Karl Heuer [Tue, 28 May 1996 15:54:53 +0000 (15:54 +0000)]
Fix previous change.
Karl Heuer [Tue, 28 May 1996 15:46:49 +0000 (15:46 +0000)]
(change-log-font-lock-keywords): Require colon after
parenthesized function name.
Karl Heuer [Tue, 28 May 1996 15:43:27 +0000 (15:43 +0000)]
(gnus-inews-date): Avoid race condition.
Karl Heuer [Tue, 28 May 1996 15:42:20 +0000 (15:42 +0000)]
* gnus.el (gnus-article-date-ut): Avoid race condition.
Karl Heuer [Tue, 28 May 1996 15:22:05 +0000 (15:22 +0000)]
(gnus-gmt-to-local): When rewriting a date to local time,
use the UTC offset in effect then, not the current UTC offset.
Karl Heuer [Tue, 28 May 1996 00:53:21 +0000 (00:53 +0000)]
(LIBS_SYSTEM): Define this.
Karl Heuer [Tue, 28 May 1996 00:17:16 +0000 (00:17 +0000)]
[SOLARIS2]: Define SUNOS_5.
Roland McGrath [Sun, 26 May 1996 23:12:01 +0000 (23:12 +0000)]
(mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
to avoid recursion in indent-relative expanding part of the abbrev
expansion as an abbrev itself.
Karl Heuer [Sat, 25 May 1996 23:37:13 +0000 (23:37 +0000)]
[SOLARIS2]: Include string.h.
Karl Heuer [Sat, 25 May 1996 23:21:39 +0000 (23:21 +0000)]
Rephrase the first page to fit on a standard tty screen.
Karl Heuer [Sat, 25 May 1996 17:49:03 +0000 (17:49 +0000)]
(Vwin32_mouse_move_interval): New lisp variable.
(syms_of_win32fns): Add Vwin32_mouse_move_interval to syms.
(saved_mouse_msg): Renamed to saved_mouse_button_msg.
(timer_id): Renamed to mouse_button_timer.
(saved_mouse_move_msg, mouse_move_timer): New variables.
(win_msg_worker): Delete WM_TIMER code.
(win32_wnd_proc): Handle WM_TIMER events here. Use separate timers
for mouse down and mouse move (including scroll bar drag) events.
Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events.
Only filter WM_MOUSEMOVE events when a button is held down.
Always pass on message to DefWindowProc after calling
TranslateMessage. Reset keyboard modifiers when losing focus.
(win32_wnd_proc): When passing modifier keystrokes back
to Windows, invoke TranslateMessage on them.
Karl Heuer [Sat, 25 May 1996 17:48:23 +0000 (17:48 +0000)]
(x_scroll_bar_handle_click): Repaint scroll bar handle
when drag is finished.
Karl Heuer [Sat, 25 May 1996 14:42:59 +0000 (14:42 +0000)]
[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
Karl Heuer [Sat, 25 May 1996 14:38:33 +0000 (14:38 +0000)]
Recognize sparc-*-lignux.
Roland McGrath [Fri, 24 May 1996 22:34:49 +0000 (22:34 +0000)]
(AViiON:dgux:*:*): Fix typo in recognizing mc88110.
Roland McGrath [Fri, 24 May 1996 18:33:30 +0000 (18:33 +0000)]
Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* regex.c [_LIBC] (re_comp, re_exec): Define these, but weakly.
Karl Heuer [Thu, 23 May 1996 19:20:43 +0000 (19:20 +0000)]
Comment fix.
Karl Heuer [Thu, 23 May 1996 16:16:12 +0000 (16:16 +0000)]
(init_lread): Init Vload_file_name to Qnil.
Karl Heuer [Thu, 23 May 1996 01:34:07 +0000 (01:34 +0000)]
Comment fix.
Roland McGrath [Wed, 22 May 1996 21:47:37 +0000 (21:47 +0000)]
[WIN32]: No-op as for [MSDOS].
Karl Heuer [Wed, 22 May 1996 03:26:55 +0000 (03:26 +0000)]
(modifier_set): Check toggle state of CapsLock even
if modifiers are not being recorded.
Karl Heuer [Wed, 22 May 1996 00:36:27 +0000 (00:36 +0000)]
(get_volume_info): Always update *pPath correctly, even if
UNC header is incomplete.
Karl Heuer [Wed, 22 May 1996 00:33:28 +0000 (00:33 +0000)]
(compute_motion): When calling Fget_char_property,
don't pass window if window is displaying the wrong buffer.
Roland McGrath [Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)]
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
removed in the last change.
Richard M. Stallman [Tue, 21 May 1996 18:09:43 +0000 (18:09 +0000)]
Include buffer.h.
(set_frame_menubar): Make sure input is unblocked
when we call create_menu_items.
Switch temporarily to proper buffer, bind inhibit-quit to t,
and run the same hooks as in smenu.c.
(syms_of_win32menu): Initialize and staticpro Qdebug_on_next_call.
Richard M. Stallman [Tue, 21 May 1996 18:06:40 +0000 (18:06 +0000)]
(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.
Richard M. Stallman [Tue, 21 May 1996 18:04:41 +0000 (18:04 +0000)]
(ncurses): Check this after checking fns like strerror.
(HAVE_NCURSES): Look for library named ncurses.
(setlocale): Check for it.
(*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
Karl Heuer [Tue, 21 May 1996 17:32:00 +0000 (17:32 +0000)]
(init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
Karl Heuer [Tue, 21 May 1996 17:29:20 +0000 (17:29 +0000)]
(Fexecute_extended_command): Don't look for
a key binding if executing a kbd macro.
Karl Heuer [Tue, 21 May 1996 17:26:31 +0000 (17:26 +0000)]
(mh-version): Use mh-e-RCS-id rather than mh-e-version
and mh-e-time-stamp.
Karl Heuer [Tue, 21 May 1996 17:24:24 +0000 (17:24 +0000)]
(Fprin1_to_string): Preserve Vdeactivate_mark.
Karl Heuer [Tue, 21 May 1996 17:21:25 +0000 (17:21 +0000)]
(make-backup-file-name): Check msdos-long-file-names.
(basic-save-buffer-1, make-auto-save-file-name): Likewise.
Karl Heuer [Tue, 21 May 1996 15:42:13 +0000 (15:42 +0000)]
(c-macro-expansion): Delete ??! trigraph in uniquestring.
Use same syntax table in outbuf as in inbuf.
Insert newline instead of space at end, for
proprocessors which don't like truncated lines.
Karl Heuer [Tue, 21 May 1996 14:51:17 +0000 (14:51 +0000)]
(c-macro-expansion): Correct bug in creating tempname.
Karl Heuer [Tue, 21 May 1996 14:43:54 +0000 (14:43 +0000)]
[__GNU_LIBRARY__]: #include <sys/ioctl.h>.
Karl Heuer [Tue, 21 May 1996 14:40:56 +0000 (14:40 +0000)]
(win32-handle-scroll-bar-event): Restore
original window selection after scrolling.
Karl Heuer [Tue, 21 May 1996 14:40:27 +0000 (14:40 +0000)]
(scroll-bar-maybe-set-window-start): Always set
window start, to ensure scroll bar position is updated.
Karl Heuer [Tue, 21 May 1996 14:31:40 +0000 (14:31 +0000)]
(do-auto-fill): Return t if real work was done.
Karl Heuer [Tue, 21 May 1996 14:29:56 +0000 (14:29 +0000)]
(internal_self_insert): Don't return 2 for auto-fill
unless the auto_fill_function returns non-nil.
Erik Naggum [Mon, 20 May 1996 21:07:10 +0000 (21:07 +0000)]
Fixed up initial line
Jeff Law [Mon, 20 May 1996 16:02:45 +0000 (16:02 +0000)]
* config.sub: Recognize -proelf as a basic system type.
Karl Heuer [Mon, 20 May 1996 15:43:53 +0000 (15:43 +0000)]
Renamed from cal-persian.el to avoid 14-character limitation.
Karl Heuer [Mon, 20 May 1996 15:42:58 +0000 (15:42 +0000)]
Change autoload references from cal-persian to cal-persia.
Karl Heuer [Sat, 18 May 1996 20:15:02 +0000 (20:15 +0000)]
Hold previous change until after the release.
Erik Naggum [Sat, 18 May 1996 16:38:57 +0000 (16:38 +0000)]
(sc::menu): Fix typo.
Karl Heuer [Fri, 17 May 1996 22:39:11 +0000 (22:39 +0000)]
(lisp): Include dos-win32.elc.
Karl Heuer [Fri, 17 May 1996 22:37:41 +0000 (22:37 +0000)]
Initial revision
Karl Heuer [Fri, 17 May 1996 22:36:39 +0000 (22:36 +0000)]
(path-separator, grep-null-device,
grep-regexp-alist, file-name-buffer-file-type-alist,
find-buffer-file-type, find-file-not-found-set-buffer-file-type,
find-file-binary, find-file-text, mode-line-format):
Moved to dos-win32.el.
Karl Heuer [Fri, 17 May 1996 22:30:36 +0000 (22:30 +0000)]
(save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):
Functions removed.
Karl Heuer [Fri, 17 May 1996 22:29:35 +0000 (22:29 +0000)]
[windows-nt, ms-dos]: Load dos-win32.
Karl Heuer [Fri, 17 May 1996 22:25:53 +0000 (22:25 +0000)]
(MSDOS_SUPPORT, WINNT_SUPPORT, shortlisp):
Include dos-win32.elc.
Karl Heuer [Fri, 17 May 1996 21:45:30 +0000 (21:45 +0000)]
(_sys_read_ahead): Handle sleep here.
(sys_read): Not here.
(init_ntproc): Initialize can_run_dos_process, dos_process_running.
Karl Heuer [Fri, 17 May 1996 21:42:27 +0000 (21:42 +0000)]
(struct _child_process): New member is_dos_process.
Karl Heuer [Fri, 17 May 1996 21:39:36 +0000 (21:39 +0000)]
(Vwin32_pipe_read_delay): New var.
(can_run_dos_process, dos_process_running): New vars.
(win32_is_dos_binary): New function.
(reap_subprocess, sys_spawnve): Use them.
(syms_of_ntproc): Defvar and initialize Vwin32_pipe_read_delay.
Karl Heuer [Fri, 17 May 1996 21:16:00 +0000 (21:16 +0000)]
(term-send-raw-string): send-string -> process-send-string.
(term-arguments): Remove unused local `values'.
(term-handle-deferred-scroll): Fix off-by-one bug.
Karl Heuer [Fri, 17 May 1996 21:13:14 +0000 (21:13 +0000)]
(display_menu_bar) [HAVE_NTGUI]: Enable the display of
menus in --no-window mode on NT.
Karl Heuer [Fri, 17 May 1996 21:02:41 +0000 (21:02 +0000)]
Delete the hilit19 support--it doesn't work.
(f90-face-*, f90-auto-hilit19, f90-hilit-patterns): Vars deleted.
(f90-mode, f90-update-line): Delete the hilit19 support code.
Francesco Potortì [Fri, 17 May 1996 16:48:02 +0000 (16:48 +0000)]
* etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
(Pascal_functions): Increase linecharno by the correct number of
chars, inline the GET_NEW_LINE macro and delete its definition.
Geoff Voelker [Fri, 17 May 1996 06:12:35 +0000 (06:12 +0000)]
(w32_read_socket): Mask out lower 4 bits of wParam
for WM_SYSCOMMAND messages.
Karl Heuer [Wed, 15 May 1996 21:56:33 +0000 (21:56 +0000)]
(Fformat_time_string): Doc fix.
Richard M. Stallman [Wed, 15 May 1996 15:17:41 +0000 (15:17 +0000)]
(latex-imenu-create-index):
Change the regexp to match the * versions of commands.
(latex-mode): Make imenu-create-index-function buffer-local.
Karl Heuer [Wed, 15 May 1996 14:56:35 +0000 (14:56 +0000)]
Several doc fixes.
(enriched-mode-hook): Renamed from enriched-mode-hooks.
Karl Heuer [Wed, 15 May 1996 14:42:28 +0000 (14:42 +0000)]
Fix typo in previous patch.
Karl Heuer [Wed, 15 May 1996 14:38:30 +0000 (14:38 +0000)]
(sys_read): Introduce a small delay before reading from
a pipe or socket to allow more data to be buffered; otherwise,
process output is read one byte at a time on fast machines
(which is slow).
Karl Heuer [Wed, 15 May 1996 14:32:37 +0000 (14:32 +0000)]
(Fcall_process): Don't close the same fd twice.
Karl Heuer [Tue, 14 May 1996 19:01:53 +0000 (19:01 +0000)]
(QCLIPBOARD): New symbol.
(Fx_selection_exists_p): New function.
(syms_of_win32select): Initialize/staticpro and defsubr them.
Geoff Voelker [Tue, 14 May 1996 17:44:15 +0000 (17:44 +0000)]
(SYSTEM_PURESIZE_EXTRA): Macro defined.
Richard M. Stallman [Mon, 13 May 1996 19:57:17 +0000 (19:57 +0000)]
(w32*.o): Fix deps.
Richard M. Stallman [Mon, 13 May 1996 18:30:56 +0000 (18:30 +0000)]
(win32_wnd_proc): Reenable quit_char detection.
Richard M. Stallman [Mon, 13 May 1996 18:28:09 +0000 (18:28 +0000)]
Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
Richard M. Stallman [Mon, 13 May 1996 16:25:13 +0000 (16:25 +0000)]
(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.
Richard M. Stallman [Mon, 13 May 1996 15:24:25 +0000 (15:24 +0000)]
(note_mouse_movement): Upwards mouse movement recognition corrected.
Richard M. Stallman [Mon, 13 May 1996 15:06:32 +0000 (15:06 +0000)]
(allocate_heap): Clean up conditional.
Richard M. Stallman [Mon, 13 May 1996 01:31:28 +0000 (01:31 +0000)]
(vc-rename-file): After renaming, update VC info and modeline.
Preserve buffer-read-only.
Richard M. Stallman [Mon, 13 May 1996 01:28:24 +0000 (01:28 +0000)]
(init_dosfns) [DJGPP >= 2]: Make `opendir' preserve
filename case (under Win95) and find hidden files.
Richard M. Stallman [Sun, 12 May 1996 22:50:25 +0000 (22:50 +0000)]
(Fcall_process): Fix previous change (now !MSDOS only).
Richard M. Stallman [Sun, 12 May 1996 22:19:55 +0000 (22:19 +0000)]
Delete the Emacs local variables spec.
Karl Heuer [Sun, 12 May 1996 20:07:43 +0000 (20:07 +0000)]
(Fstart_kbd_macro): Add missing xrealloc arg.
Richard M. Stallman [Sun, 12 May 1996 17:45:36 +0000 (17:45 +0000)]
(Fmsdos_downcase_filename): Don't change the argument, return a copy.
Richard M. Stallman [Sun, 12 May 1996 17:43:29 +0000 (17:43 +0000)]
(MSDOS_SUPPORT): Use full name disp-table.elc.
Richard M. Stallman [Sat, 11 May 1996 21:23:34 +0000 (21:23 +0000)]
(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
Richard M. Stallman [Sat, 11 May 1996 21:23:08 +0000 (21:23 +0000)]
(msdos_downcase_filename): New function to convert case in filenames.
(Fmsdos_downcase_filename): New function.
(syms_of_msdos): Defsubr it.
Geoff Voelker [Sat, 11 May 1996 20:55:33 +0000 (20:55 +0000)]
(using-unix-file\b systems): Update doc string.