]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Thu, 11 Apr 1996 15:26:55 +0000 (15:26 +0000)]
(redisplay_window): Move w->start marker before
running window-scroll-functions (in scroll_step case).
Richard M. Stallman [Thu, 11 Apr 1996 14:45:09 +0000 (14:45 +0000)]
(auto-mode-alist): Handle `.java'.
Richard M. Stallman [Thu, 11 Apr 1996 05:23:19 +0000 (05:23 +0000)]
(command-line-x-option-alist): -T sets only the title.
Richard M. Stallman [Thu, 11 Apr 1996 05:10:40 +0000 (05:10 +0000)]
(command-line-x-option-alist):
--title sets only the title. Allow -title as alias too.
Geoff Voelker [Thu, 11 Apr 1996 04:13:07 +0000 (04:13 +0000)]
(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.
Geoff Voelker [Thu, 11 Apr 1996 04:12:47 +0000 (04:12 +0000)]
(win32_color_map): Use PALETTERGB instead of RGB.
Richard M. Stallman [Thu, 11 Apr 1996 01:39:53 +0000 (01:39 +0000)]
[WINDOWSNT]: Include io.h.
Geoff Voelker [Wed, 10 Apr 1996 22:38:26 +0000 (22:38 +0000)]
(CTAGSOBJ): Compile with regexp support.
Richard M. Stallman [Wed, 10 Apr 1996 18:34:37 +0000 (18:34 +0000)]
(calculate_ins_del_char_costs): Use proper frame's width.
Richard M. Stallman [Wed, 10 Apr 1996 17:23:18 +0000 (17:23 +0000)]
(Fx_list_fonts): Handle X protocol errors.
Roland McGrath [Wed, 10 Apr 1996 10:09:16 +0000 (10:09 +0000)]
Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* make-dist: Exit if autoconf fails.
Richard M. Stallman [Wed, 10 Apr 1996 05:39:50 +0000 (05:39 +0000)]
(x-handle-display): Set DISPLAY envvar too.
Richard M. Stallman [Wed, 10 Apr 1996 05:29:39 +0000 (05:29 +0000)]
Set djgpp-ver, and unset it at the end.
Add a number ofconditionals for DJGPP version 2.
Rename label libsrc2 to libsrc3.
Substitute for LDFLAGS in src/Makefile.
Substitute for ALL_CFLAGS in lib-src/Makefile.
Richard M. Stallman [Wed, 10 Apr 1996 04:15:13 +0000 (04:15 +0000)]
[DJGPP v2]: Include fcntl.h.
(copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle.
Richard M. Stallman [Wed, 10 Apr 1996 04:13:40 +0000 (04:13 +0000)]
[MSDOS]: If DJGPP version 2, include fcntl.h.
(_crt0_startup_flags): Initialize it.
(internal_terminal_init): Change handling of EMACSCOLORS.
(init_environment): Call tzset, not init_gettimeofday.
(ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2.
(ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2.
(dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check.
Call setmode at the end and exit.
(dos_ttcooked): Call setmode at the end and exit.
(gethostname, gettimeofday): Don't define if DJGPP v2.
(alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2.
Richard M. Stallman [Wed, 10 Apr 1996 04:10:47 +0000 (04:10 +0000)]
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
Richard M. Stallman [Wed, 10 Apr 1996 04:10:14 +0000 (04:10 +0000)]
[MSDOS]: If DJGPP version 2, include unistd.h.
Include msdos.h somewhat earlier.
Richard M. Stallman [Wed, 10 Apr 1996 03:55:16 +0000 (03:55 +0000)]
[DJGPP v2] (etext, start): Declared.
(wait_for_termination) [DJGPP v2]: Just exit.
Richard M. Stallman [Wed, 10 Apr 1996 03:48:14 +0000 (03:48 +0000)]
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
(POSIX_SIGNALS): Define if DJGPP v2.
(LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR)
(LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.
Richard M. Stallman [Wed, 10 Apr 1996 01:51:27 +0000 (01:51 +0000)]
(read_minibuf): GCPRO ambient_dir.
Richard M. Stallman [Wed, 10 Apr 1996 01:00:12 +0000 (01:00 +0000)]
(main) [MSDOS]: Handle DJGPP version 2.
Richard M. Stallman [Wed, 10 Apr 1996 00:53:52 +0000 (00:53 +0000)]
entered into RCS
Richard M. Stallman [Tue, 9 Apr 1996 03:01:40 +0000 (03:01 +0000)]
(Fset_frame_size): Do call Fset_frame_size
if size is specified and there is a pending size change already.
Richard M. Stallman [Tue, 9 Apr 1996 03:01:02 +0000 (03:01 +0000)]
(x_set_frame_parameters): Do call Fset_frame_size
if size is specified and there is a pending size change already.
Richard M. Stallman [Tue, 9 Apr 1996 02:41:15 +0000 (02:41 +0000)]
(sit_for): Call swallow_events.
Richard M. Stallman [Mon, 8 Apr 1996 23:12:25 +0000 (23:12 +0000)]
Include locale.h if HAVE_SETLOCALE.
(x_term_init): Restore LC_TIME as well as LC_NUMERIC.
Miles Bader [Mon, 8 Apr 1996 23:02:15 +0000 (23:02 +0000)]
(HAVE_PTYS): #undef removed.
Michael Meissner [Mon, 8 Apr 1996 20:19:10 +0000 (20:19 +0000)]
Add Solaris on PowerPC support
Richard M. Stallman [Mon, 8 Apr 1996 15:36:48 +0000 (15:36 +0000)]
(disassemble-internal): Graceful error if compile failed.
Richard M. Stallman [Mon, 8 Apr 1996 14:05:57 +0000 (14:05 +0000)]
(garbage_collection_messages): New variable.
(syms_of_alloc): Set up Lisp variable.
(Fgarbage_collect): Variable controls whether to display messages.
Richard M. Stallman [Mon, 8 Apr 1996 13:47:00 +0000 (13:47 +0000)]
Test HAVE_LIBNCURSES, not HAVE_NCURSES
Richard M. Stallman [Mon, 8 Apr 1996 13:45:39 +0000 (13:45 +0000)]
(HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.
Richard M. Stallman [Mon, 8 Apr 1996 03:34:38 +0000 (03:34 +0000)]
(MANIFEST): Don't include lines from =files.
Richard M. Stallman [Mon, 8 Apr 1996 00:12:03 +0000 (00:12 +0000)]
Don't put lisp/dired.todo in the dist.
Edward M. Reingold [Sun, 7 Apr 1996 22:31:50 +0000 (22:31 +0000)]
Fix length of separator string.
Richard M. Stallman [Sun, 7 Apr 1996 16:44:38 +0000 (16:44 +0000)]
(r_alloc_check): Don't check alignment of h->start.
Richard M. Stallman [Sun, 7 Apr 1996 16:43:51 +0000 (16:43 +0000)]
(read_minibuf): Rearrange operations, mainly putting
the read_minibuf_unwind setup and the associated variable changes
together after saving the frame configuration.
Richard M. Stallman [Sun, 7 Apr 1996 03:22:54 +0000 (03:22 +0000)]
(calendar-mouse-goto-date): New function.
Call it instead of calendar-goto-date throughout this file.
(calendar-event-to-date): Switch buffers based on the event.
Richard M. Stallman [Fri, 5 Apr 1996 21:08:19 +0000 (21:08 +0000)]
Include locale.h.
Richard M. Stallman [Fri, 5 Apr 1996 20:08:52 +0000 (20:08 +0000)]
[HAVE_NCURSES] (LIBS_TERMCAP): New definition.
Richard M. Stallman [Fri, 5 Apr 1996 19:38:42 +0000 (19:38 +0000)]
(gomoku-click): Position on nearest square. Adapt keymap accordingly.
(gomoku-mouse-play): Use it to play nearest to mouse click.
(gomoku-terminate-game): Factorize messages.
(gomoku): Allow interactive passing of board size. Don't make a fuss
about restarting a game that hasn't progressed.
(gomoku-offer-a-draw): Give user the choice it pretended to give.
(gomoku-point-x): Deleted function.
(gomoku-point-y, gomoku-point-square): Simplified because point is
always on a square.
(gomoku-goto-xy, gomoku-plot-square): Fix line count due to
intangible newlines.
(gomoku-init-display): Once again fairly fast due to minimization of
characters in buffer and text-property operations. Cursor cannot be
be off a square.
(gomoku-display-statistics): Simplified equivalently.
(gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
(gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
only used for non-functional argument passing deleted.
(gomoku-cross-winning-qtuple): Accordingly deleted function and
(gomoku-check-filled-qtuple): Accordingly adapted.
(gomoku-cross-qtuple): Don't be confused by tabs.
(gomoku-move-down, gomoku-move-up): Simplified because point is always
on square.
(gomoku-beginning-of-line, gomoku-end-of-line): New commands necessary
because intangible newlines perverted these.
Richard M. Stallman [Fri, 5 Apr 1996 19:11:05 +0000 (19:11 +0000)]
(dired-noselect): Resolve symbolic links in argument.
Richard M. Stallman [Fri, 5 Apr 1996 18:17:07 +0000 (18:17 +0000)]
(x_term_init): Respecify LC_NUMERIC locale.
Richard M. Stallman [Fri, 5 Apr 1996 18:15:53 +0000 (18:15 +0000)]
(init_lread): Specify LC_NUMERIC locale.
Richard M. Stallman [Fri, 5 Apr 1996 18:11:00 +0000 (18:11 +0000)]
(HAVE_SETLOCALE): Add #undef.
Richard M. Stallman [Fri, 5 Apr 1996 16:05:03 +0000 (16:05 +0000)]
(electric-help-mode): Use add-hook mouse-leave-buffer-hook.
(electric-help-retain): Use remove-hook.
Richard M. Stallman [Fri, 5 Apr 1996 16:03:20 +0000 (16:03 +0000)]
(x_destroy_window): Do call XCloseIM if X11R6.
Richard M. Stallman [Thu, 4 Apr 1996 22:06:47 +0000 (22:06 +0000)]
(Electric-command-loop): Set universal-argument-other-key to 0.
Richard M. Stallman [Thu, 4 Apr 1996 17:01:45 +0000 (17:01 +0000)]
(rmail-summary-scroll-between-messages): New var.
(rmail-summary-scroll-msg-down, rmail-summary-scroll-msg-up): Obey that var.
Richard M. Stallman [Thu, 4 Apr 1996 16:38:59 +0000 (16:38 +0000)]
(isearch-mode): Use add-hook for mouse-leave-buffer-hook.
(isearch-done): Use remove-hook.
Richard M. Stallman [Thu, 4 Apr 1996 16:35:55 +0000 (16:35 +0000)]
(run-at-time): Allow floating REPEAT values.
Edward M. Reingold [Wed, 3 Apr 1996 22:04:51 +0000 (22:04 +0000)]
Spelling fix.
Karl Heuer [Wed, 3 Apr 1996 20:25:24 +0000 (20:25 +0000)]
(elisp): Make this be the default target.
Don't depend on makeinfo.
(install): Don't depend on elisp.dvi, since we don't install that.
Use mkinstalldirs.
(dist): Add mkinstalldirs.
Richard M. Stallman [Wed, 3 Apr 1996 19:30:03 +0000 (19:30 +0000)]
(wait_reading_process_input): Don't call
wait_reading_process_input_1 if time_limit is -1.
Richard M. Stallman [Wed, 3 Apr 1996 19:08:28 +0000 (19:08 +0000)]
(gud-mode): Doc fix.
Karl Heuer [Wed, 3 Apr 1996 19:06:08 +0000 (19:06 +0000)]
Update phone number.
Erik Naggum [Wed, 3 Apr 1996 18:22:06 +0000 (18:22 +0000)]
(gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.
Richard M. Stallman [Wed, 3 Apr 1996 17:22:57 +0000 (17:22 +0000)]
(destroy_all_children): When freeing a cascade button, free its submenu too.
(make_menu_in_widget): Use a cascade button gadget, not a widget.
Include Xm/CascadeBG.h.
Richard M. Stallman [Wed, 3 Apr 1996 17:22:11 +0000 (17:22 +0000)]
(hexlify-buffer, dehexlify-buffer): Clear out the undo
info, and don't record undo info for the conversion.
Richard M. Stallman [Wed, 3 Apr 1996 06:15:04 +0000 (06:15 +0000)]
Remove "text-based browser".
Richard M. Stallman [Wed, 3 Apr 1996 05:57:37 +0000 (05:57 +0000)]
(command-line-1): Document the C- and M- conventions more completely.
Richard M. Stallman [Wed, 3 Apr 1996 05:55:12 +0000 (05:55 +0000)]
(file-newest-backup): Return the newest backup for the
exact file name specified, not the newest backup of all files
whose names start with that substring.
Richard M. Stallman [Wed, 3 Apr 1996 04:51:35 +0000 (04:51 +0000)]
(mail): Once again set default dir to home dir.
Richard M. Stallman [Wed, 3 Apr 1996 04:42:55 +0000 (04:42 +0000)]
(mail): Put the auto-save file in the home dir.
Richard M. Stallman [Tue, 2 Apr 1996 15:39:19 +0000 (15:39 +0000)]
(absolute_filename): Use absolutefn.
Richard M. Stallman [Tue, 2 Apr 1996 15:14:29 +0000 (15:14 +0000)]
(timer-event-handler): Save copies of events too.
Richard M. Stallman [Tue, 2 Apr 1996 01:35:43 +0000 (01:35 +0000)]
(main): Initialize displayname.
Richard M. Stallman [Tue, 2 Apr 1996 00:34:57 +0000 (00:34 +0000)]
(x_destroy_window) [SOLARIS2]: Don't free the IC or IM.
Richard M. Stallman [Mon, 1 Apr 1996 20:38:35 +0000 (20:38 +0000)]
(absolutefn) [DOS_NT]: Support Novell drives whose drive
letter isn't an alphabetic character.
(main) [DOS_NT]: Use binary mode on redirected `stdout'.
(process_file) [DOS_NT]: Convert all slashes to forward style.
(absolute_filename) [DOS_NT]: Emit error message for relative
paths with a drive letter.
(absolute_filename) [DOS_NT]: Handle absolute pathnames with
DOS/NT drive letters which try to reference the parent of the root.
(absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
info, and don't record undo info for the conversion.
Richard M. Stallman [Sun, 31 Mar 1996 20:27:53 +0000 (20:27 +0000)]
Update MSDOS info.
Richard M. Stallman [Sat, 30 Mar 1996 16:09:50 +0000 (16:09 +0000)]
(TERMINFO): Do define (if HAVE_NCURSES).
Edward M. Reingold [Sat, 30 Mar 1996 00:07:35 +0000 (00:07 +0000)]
Fixed solar-arcsin/arcos stuff.
Richard M. Stallman [Fri, 29 Mar 1996 22:40:05 +0000 (22:40 +0000)]
(rmail-forward): Put the "end" line right after the
forwarded message; the signature goes after.
Edward M. Reingold [Fri, 29 Mar 1996 17:47:01 +0000 (17:47 +0000)]
Add references to Persian calendar.
Edward M. Reingold [Fri, 29 Mar 1996 17:34:02 +0000 (17:34 +0000)]
Initial revision
Richard M. Stallman [Fri, 29 Mar 1996 14:52:56 +0000 (14:52 +0000)]
(tags): New target.
Geoff Voelker [Fri, 29 Mar 1996 04:24:58 +0000 (04:24 +0000)]
(rename): New function.
Doug Evans [Fri, 29 Mar 1996 01:49:55 +0000 (01:49 +0000)]
(aux): Delete another duplicate entry.
Doug Evans [Fri, 29 Mar 1996 01:46:52 +0000 (01:46 +0000)]
(aux): Delete duplicate entry.
Michael Kifer [Fri, 29 Mar 1996 01:02:28 +0000 (01:02 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 28 Mar 1996 21:21:18 +0000 (21:21 +0000)]
File censored.
Richard M. Stallman [Thu, 28 Mar 1996 19:56:02 +0000 (19:56 +0000)]
(EmacsFrameResize): We may be called from an interrupt,
so delay the resize operation.
Richard M. Stallman [Thu, 28 Mar 1996 19:31:28 +0000 (19:31 +0000)]
(Frename_file) [WINDOWSNT]: Remove conditional code.
Richard M. Stallman [Thu, 28 Mar 1996 18:39:26 +0000 (18:39 +0000)]
(TAGS): Renamed from `tags' and fixed to work.
Richard M. Stallman [Thu, 28 Mar 1996 18:35:56 +0000 (18:35 +0000)]
(last_timer_event): New variable.
(timer_check): Set that variable.
Richard M. Stallman [Thu, 28 Mar 1996 18:23:18 +0000 (18:23 +0000)]
(make_frame_glyphs): Zero the correct number of bytes.
Richard M. Stallman [Thu, 28 Mar 1996 18:16:43 +0000 (18:16 +0000)]
(tmm-define-keys): New arg MINIBUFFER.
(tmm-add-prompt): Pass new arg in both calls.
Richard M. Stallman [Thu, 28 Mar 1996 04:40:34 +0000 (04:40 +0000)]
(list-text-properties-at): Display category's properties.
Geoff Voelker [Thu, 28 Mar 1996 04:40:02 +0000 (04:40 +0000)]
(DEL): Defined.
(DELTREE) [win95]: Defined.
(SYS_LDFLAGS): Set executable versions to 3.10.
Geoff Voelker [Thu, 28 Mar 1996 04:39:51 +0000 (04:39 +0000)]
Change uses of del to $(DEL).
Richard M. Stallman [Wed, 27 Mar 1996 23:32:46 +0000 (23:32 +0000)]
(rmail-fontify-message, rmail-unfontify-buffer-function):
Reset the buffer modified state if necessary.
Richard M. Stallman [Wed, 27 Mar 1996 22:38:19 +0000 (22:38 +0000)]
(mouse-avoidance-old-pointer-shape): New vbl.
(mouse-avoidance-mode): Save old pointer shape when entering
protean mode; restore when exiting.
Richard M. Stallman [Wed, 27 Mar 1996 19:11:10 +0000 (19:11 +0000)]
(x_connection_closed): Don't check _Xdebug.
Richard M. Stallman [Wed, 27 Mar 1996 03:54:10 +0000 (03:54 +0000)]
(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.
Richard M. Stallman [Wed, 27 Mar 1996 02:49:44 +0000 (02:49 +0000)]
Accept lignux in configuration name.
Use lignux instead of linux as value of opsys.
(linux/version.h): Check for this header.
Richard M. Stallman [Wed, 27 Mar 1996 02:45:32 +0000 (02:45 +0000)]
Renamed from s/linux.h.
(SYSTEM_TYPE): Changed to "lignux".
Richard M. Stallman [Wed, 27 Mar 1996 02:39:09 +0000 (02:39 +0000)]
(sh-alias-alist): Recognize lignux.
Richard M. Stallman [Wed, 27 Mar 1996 02:37:57 +0000 (02:37 +0000)]
(dired-chown-program): Recognize lignux.
Richard M. Stallman [Wed, 27 Mar 1996 02:35:15 +0000 (02:35 +0000)]
(wait_reading_process_input_1): New (empty) function.
(wait_reading_process_input): Call wait_reading_process_input_1.
If timer_check runs some timers, retry it.
Richard M. Stallman [Wed, 27 Mar 1996 00:14:20 +0000 (00:14 +0000)]
(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.