]> git.eshelyaron.com Git - emacs.git/log
emacs.git
29 years ago[win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, face-menu...
Geoff Voelker [Tue, 7 Nov 1995 07:48:36 +0000 (07:48 +0000)]
[win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, face-menu-get-face):
Test for 'win32 window system as well as 'x.

29 years ago[win32] (make-face, make-face-x-resource-internal):
Geoff Voelker [Tue, 7 Nov 1995 07:48:12 +0000 (07:48 +0000)]
[win32] (make-face, make-face-x-resource-internal):
Test for 'win32 window system as well as 'x.

29 years agomouse.el [win32] (mouse-set-region):
Geoff Voelker [Tue, 7 Nov 1995 07:47:47 +0000 (07:47 +0000)]
mouse.el [win32] (mouse-set-region):
Test for 'win32 window system as well as 'x.

29 years ago[win32] (normal-top-level, command-line, command-line-1):
Geoff Voelker [Tue, 7 Nov 1995 07:47:22 +0000 (07:47 +0000)]
[win32] (normal-top-level, command-line, command-line-1):
Test for 'win32 window system as well as 'x.

29 years ago(DOC): Include strings from w32term.c, w32xfns.c,
Geoff Voelker [Tue, 7 Nov 1995 07:44:54 +0000 (07:44 +0000)]
(DOC): Include strings from w32term.c, w32xfns.c,
w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
Win95 conditional.

29 years ago(SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker [Tue, 7 Nov 1995 07:36:36 +0000 (07:36 +0000)]
(SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
(w32term.obj, w32xfns.obj, w32fns.obj w32faces.obj, w32select.obj,
w32menu.obj, w32reg.obj): Defined.
(LINK_FLAGS): Use SUBSYSTEM.
(OBJ1): Remove lastfile.obj.
(LIBS, TEMACS): Use TLASTLIB.
(LIBS) [NTGUI]: Use TLIBW32 and GUI libs.
(EMACS): Remove Win95 conditional.
(clean): Remove paths.h.

29 years ago(nt_get_resource, init_environment): Defined.
Geoff Voelker [Tue, 7 Nov 1995 07:36:09 +0000 (07:36 +0000)]
(nt_get_resource, init_environment): Defined.
(prepare_standard_handles, restore_standard_handles) [HAVE_NTGUI]:
Don't duplicate or restore standard handles.

29 years ago(nt_get_resource): Prototype defined.
Geoff Voelker [Tue, 7 Nov 1995 07:35:54 +0000 (07:35 +0000)]
(nt_get_resource): Prototype defined.

29 years ago[HAVE_NTGUI] (create_child): Pass handles to children.
Geoff Voelker [Tue, 7 Nov 1995 07:35:38 +0000 (07:35 +0000)]
[HAVE_NTGUI] (create_child): Pass handles to children.
[HAVE_NTGUI1] (sys_select): Support alternate keyboard handling.

29 years ago(nt_ring_bell): Renamed from ring_bell, now global.
Geoff Voelker [Tue, 7 Nov 1995 07:35:06 +0000 (07:35 +0000)]
(nt_ring_bell): Renamed from ring_bell, now global.
(initialize_win_nt_display): Use nt_ring_bell.
[HAVE_NTGUI] (pixel_to_glyph_coords, glyph_to_pixel_coords): Don't define.

29 years ago[HAVE_NTGUI] (WinMain): New procedure.
Geoff Voelker [Tue, 7 Nov 1995 07:34:42 +0000 (07:34 +0000)]
[HAVE_NTGUI] (WinMain): New procedure.
[HAVE_NTGUI] (hinst, hprevinst, lpCmdLine, nCmdShow): New variables.
[HAVE_NTGUI] (_start): Invoke WinMainCRTStartup.

29 years ago[HAVE_NTGUI] (abort): New macro.
Geoff Voelker [Tue, 7 Nov 1995 07:32:46 +0000 (07:32 +0000)]
[HAVE_NTGUI] (abort): New macro.
[HAVE_NTGUI] (HAVE_FACES): Defined.

[HAVE_NTGUI] (HAVE_WINDOW_SYSTEM): New macro.

29 years ago[HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro.
Geoff Voelker [Tue, 7 Nov 1995 07:31:45 +0000 (07:31 +0000)]
[HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro.

29 years ago(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.
Geoff Voelker [Tue, 7 Nov 1995 07:31:20 +0000 (07:31 +0000)]
(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.

29 years ago[HAVE_NTGUI] (set_menu_framebar): Declare external.
Geoff Voelker [Tue, 7 Nov 1995 07:28:29 +0000 (07:28 +0000)]
[HAVE_NTGUI] (set_menu_framebar): Declare external.
[HAVE_NTGUI] (frame_title_buf, frame_title_ptr): Include variables
for Win32 window system.
[HAVE_NTGUI] (store_frame_title, x_consider_frame_title): Include
procedures for Win32 window system.
[HAVE_NTGUI] (x_consider_frame_title): Test for Win32 frame.
[HAVE_NTGUI] (display_text_line): Test for Win32 frame on face change.
[HAVE_NTGUI] (display_menu_bar): Perform no-op for NT window system.

(update_menu_bar, redisplay_window): Test for definition
of FRAME_EXTERNAL_MENU_BAR before using it.

Use FRAME_WINDOW_P of FRAME_EXTERNAL_MENU_BAR before using it.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines.
Geoff Voelker [Tue, 7 Nov 1995 07:27:45 +0000 (07:27 +0000)]
[HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
Geoff Voelker [Tue, 7 Nov 1995 07:27:19 +0000 (07:27 +0000)]
[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.

29 years ago[HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Geoff Voelker [Tue, 7 Nov 1995 07:26:18 +0000 (07:26 +0000)]
[HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Don't initialize terminal mode when using window system.
[HAVE_NTGUI] (BUFFER_SIZE_FACTOR): Increase for use with window system.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.
Geoff Voelker [Tue, 7 Nov 1995 07:25:15 +0000 (07:25 +0000)]
[HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.

Use FRAME_WINDOW_P instead of testing for specific window system frames.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Geoff Voelker [Tue, 7 Nov 1995 07:23:14 +0000 (07:23 +0000)]
[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker [Tue, 7 Nov 1995 07:20:59 +0000 (07:20 +0000)]
[HAVE_NTGUI]: Include w32term.h.
[HAVE_NTGUI] (KBD_BUFFER_SIZE): Increase for NT window system.
[HAVE_NTGUI] (POLL_FOR_INPUT): Define.
[HAVE_NTGUI] (kbd_buffer_get_event): Enable windowing and menu events.
[HAVE_NTGUI] (lispy_function_keys): Define array for NT.
[HAVE_NTGUI] (make_lispy_event): Enable menu bar events.
[HAVE_NTGUI] (modify_event_symbol): Map symbol to keysym.
[HAVE_NTGUI] (read_char_x_menu_prompt): Display menus.

(FUNCTION_KEY_OFFSET): New macro.
(make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes
before applying modifiers.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
Geoff Voelker [Tue, 7 Nov 1995 07:19:52 +0000 (07:19 +0000)]
[HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
Use FRAME_WINDOW_P instead of testing for specific window system frames.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago(output_method): New method: output_win32.
Geoff Voelker [Tue, 7 Nov 1995 07:18:50 +0000 (07:18 +0000)]
(output_method): New method: output_win32.
(output_data): New data: win32.
(FRAME_WIN32_P): New macro.
[HAVE_NTGUI] (external_menu_bar): Define variable.
[HAVE_NTGUI] (FRAME_EXTERNAL_MENU_BAR): Defined macro.
[HAVE_X_WINDOWS] (FRAME_WINDOW_P): Macro defined.

29 years ago[HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.
Geoff Voelker [Tue, 7 Nov 1995 07:18:17 +0000 (07:18 +0000)]
[HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.

29 years ago[HAVE_NTGUI]: Declare Vwindow_system.
Geoff Voelker [Tue, 7 Nov 1995 07:16:44 +0000 (07:16 +0000)]
[HAVE_NTGUI]: Declare Vwindow_system.
[HAVE_NTGUI] (main): Enable inhibit_window_system.
Initialize environment from registry.
Declare syms of Win32 windowing modules.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker [Tue, 7 Nov 1995 07:14:59 +0000 (07:14 +0000)]
[HAVE_NTGUI]: Include w32term.h.
Include dispextern.h before cm.h since dispextern.h includes windows.h.
[HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines,
update_frame, update_line): Test for WIN32 frame.
[HAVE_NTGUI] (init_display): Initialize WIN32 window system.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years ago[HAVE_NTGUI]: Include win32.h.
Geoff Voelker [Tue, 7 Nov 1995 07:13:46 +0000 (07:13 +0000)]
[HAVE_NTGUI]: Include win32.h.
HAVE_NTGUI] (struct frame_glyphs): Include pixel fields.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

29 years agoBreak the hard link on alloca.c.
Karl Heuer [Mon, 6 Nov 1995 22:05:26 +0000 (22:05 +0000)]
Break the hard link on alloca.c.

29 years ago(debug_print): Print newline to stderr, too.
Erik Naggum [Mon, 6 Nov 1995 18:31:51 +0000 (18:31 +0000)]
(debug_print): Print newline to stderr, too.

29 years ago* etags.c (get_lang_from_name, get_lang_from_interpreter,
Francesco Potortì [Mon, 6 Nov 1995 17:21:24 +0000 (17:21 +0000)]
* etags.c (get_lang_from_name, get_lang_from_interpreter,
get_lang_from_suffix): New functions.
(get_language): Function deleted.
(lang_entry): Two members added to struct.
(lang_names): Reflect the new layout of lang_entry.
(print_language_names, main, find_entries): Use the new functions.
(find_entries): Look at the first line for #! if no language.
(C_entries): Invalidate the token when funcdef is reset.
(Perl_functions): New function.
(lang_suffixes): .pl and .pm are Perl suffixes.

29 years agoMake byte-force-recompile suitably interactive.
Simon Marshall [Mon, 6 Nov 1995 13:27:08 +0000 (13:27 +0000)]
Make byte-force-recompile suitably interactive.

29 years ago(makefile-define-space-face): Don't make face if non-X.
Karl Heuer [Sun, 5 Nov 1995 04:40:19 +0000 (04:40 +0000)]
(makefile-define-space-face): Don't make face if non-X.

29 years agoentered into RCS
Lars Magne Ingebrigtsen [Sat, 4 Nov 1995 03:54:42 +0000 (03:54 +0000)]
entered into RCS

29 years agoRemoved old gnus hooks.
Erik Naggum [Sat, 4 Nov 1995 02:26:16 +0000 (02:26 +0000)]
Removed old gnus hooks.
(gnus-group-mode): Adapt to new Gnus.
(gnus-summary-mode): Removed.

29 years ago(tex-send-command): Give meaningful error message.
Karl Heuer [Sat, 4 Nov 1995 00:39:25 +0000 (00:39 +0000)]
(tex-send-command): Give meaningful error message.

29 years ago(mail): Don't change directory for *mail* buffer.
Karl Heuer [Sat, 4 Nov 1995 00:39:03 +0000 (00:39 +0000)]
(mail): Don't change directory for *mail* buffer.
(sendmail-send-it, mail-recover): Instead, temporarily change to a
safe directory for just the subprocess.

29 years ago(choose_minibuf_frame): Moved here from frame.c.
Karl Heuer [Sat, 4 Nov 1995 00:21:08 +0000 (00:21 +0000)]
(choose_minibuf_frame): Moved here from frame.c.

29 years ago[!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
Karl Heuer [Sat, 4 Nov 1995 00:19:00 +0000 (00:19 +0000)]
[!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
declaration and initialization.
[MULTI_FRAME] (choose_minibuf_frame): Moved to minibuf.c; now
unconditional.

29 years ago(struct x_output): Rename from struct x_display.
Karl Heuer [Sat, 4 Nov 1995 00:12:52 +0000 (00:12 +0000)]
(struct x_output): Rename from struct x_display.
(the_only_x_display): Type is now struct x_output.

29 years ago(the_only_x_display): Type is now struct x_output.
Karl Heuer [Sat, 4 Nov 1995 00:10:43 +0000 (00:10 +0000)]
(the_only_x_display): Type is now struct x_output.
(internal_terminal_init): frame member is now named output_data.
(init_environment): Fix timezone rules.

29 years ago(main): [MSDOS] Call init_gettimeofday.
Karl Heuer [Sat, 4 Nov 1995 00:04:41 +0000 (00:04 +0000)]
(main): [MSDOS] Call init_gettimeofday.

29 years ago(install): Don't mv make-doc.exe into ../bin/.
Karl Heuer [Sat, 4 Nov 1995 00:02:57 +0000 (00:02 +0000)]
(install): Don't mv make-doc.exe into ../bin/.

29 years ago(sh-shells): Eliminated variable redundant with
Karl Heuer [Fri, 3 Nov 1995 03:29:46 +0000 (03:29 +0000)]
(sh-shells): Eliminated variable redundant with
`interpreter-mode-alist'.
(sh-beginning-of-command): Take into account \quoted newline.
(sh-builtins, sh-leading-keywords, sh-other-keywords): Now three
distinct sets for font-locking.
(sh-font-lock-keywords-1, sh-font-lock-keywords-2): New variables
and functions to give the user finer control over how much to fontify,
including new distinction between keywords and builtins.
(sh-mode): Use new features of `font-lock-defaults' and adaptation
to skeleton changes.
(sh-while): Fix csh, es & rc skeletons.

29 years ago(skeleton-end-hook): Now defvared and responsible for
Karl Heuer [Fri, 3 Nov 1995 03:29:04 +0000 (03:29 +0000)]
(skeleton-end-hook): Now defvared and responsible for
pushing out anything following skeleton to next line.  Thus this
behaviour can now be controlled by modes.
(skeleton-insert): Parameter `no-newline' removed.
(skeleton-read): Take this into account.
(skeleton-internal-1): Less spurious empty lines when wrapping.

29 years ago(sh-remember-variable): Set variable to empty string,
Karl Heuer [Fri, 3 Nov 1995 03:16:36 +0000 (03:16 +0000)]
(sh-remember-variable): Set variable to empty string,
so as not to mess up subprocesses' environment.  Not so nice for
completion.

29 years ago(minor-mode-map-alist): Use substitute-key-definition
Karl Heuer [Fri, 3 Nov 1995 03:11:24 +0000 (03:11 +0000)]
(minor-mode-map-alist): Use substitute-key-definition
to find the appropriate bindings for window enlarge/shrink.
(2C-shrink-window-horizontally, 2C-enlarge-window-horizontally):
Renamed from shrink-window-horizontally, enlarge-window-horizontally
to avoid redefining the standard functions.

29 years agoComment change.
Karl Heuer [Fri, 3 Nov 1995 02:30:17 +0000 (02:30 +0000)]
Comment change.

29 years ago(mh-goto-msg): binary search (much faster!).
Karl Heuer [Fri, 3 Nov 1995 02:29:09 +0000 (02:29 +0000)]
(mh-goto-msg): binary search (much faster!).
(mh-prompt-for-folder): error if regular file.

29 years agoreporter.el support.
Karl Heuer [Fri, 3 Nov 1995 02:28:52 +0000 (02:28 +0000)]
reporter.el support.

29 years ago(mh-make-folder-mode-line): support mh-msg-count.
Karl Heuer [Fri, 3 Nov 1995 02:28:26 +0000 (02:28 +0000)]
(mh-make-folder-mode-line): support mh-msg-count.
(mh-delete-scan-msgs): use fast new mh-goto-msg.

29 years ago(src, lib-src): Don't distribute Makefile.c.
Karl Heuer [Thu, 2 Nov 1995 23:29:42 +0000 (23:29 +0000)]
(src, lib-src): Don't distribute Makefile.c.
(etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.

29 years agoCreate lisp/MANIFEST.
Karl Heuer [Thu, 2 Nov 1995 23:26:19 +0000 (23:26 +0000)]
Create lisp/MANIFEST.

29 years ago(with-electric-help): Add missing argument MINHEIGHT.
Erik Naggum [Thu, 2 Nov 1995 20:30:38 +0000 (20:30 +0000)]
(with-electric-help): Add missing argument MINHEIGHT.

29 years ago* etags.c (lowcase): Use the standard tolower function.
Francesco Potortì [Thu, 2 Nov 1995 16:30:14 +0000 (16:30 +0000)]
* etags.c (lowcase): Use the standard tolower function.
(substitute): Remove some wrong and some useless code related with
escape `\` character in regexp replacement string.
(TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
(lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
.bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
.prolog for prolog (.pl removed).
(massage_name, etags_getcwd): Use lowcase instead of tolower.
(regex.h): Don't include it if REGEX_IN_LIBC is defined.
(C_entries, find_entries): Added comments about memory leakage.
(add_node): Dead code removed.

29 years ago(vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.
André Spiegel [Thu, 2 Nov 1995 09:36:01 +0000 (09:36 +0000)]
(vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.

29 years ago(vc-utc-string): Use timezone of TIMEVAL for the correction, not the
André Spiegel [Thu, 2 Nov 1995 09:35:04 +0000 (09:35 +0000)]
(vc-utc-string): Use timezone of TIMEVAL for the correction, not the
current one.
(vc-rcsdiff-knows-brief): New variable.
(vc-rcs-lock-from-diff): Use it.

29 years ago(tpu-set-mode-line): Add element for column number.
Karl Heuer [Thu, 2 Nov 1995 04:40:07 +0000 (04:40 +0000)]
(tpu-set-mode-line): Add element for column number.

29 years agoDon't require initial whitespace in vendor name.
Karl Heuer [Thu, 2 Nov 1995 04:37:30 +0000 (04:37 +0000)]
Don't require initial whitespace in vendor name.

29 years agoAlways load menu-bar.
Richard M. Stallman [Tue, 31 Oct 1995 20:59:01 +0000 (20:59 +0000)]
Always load menu-bar.

29 years ago(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Karl Heuer [Tue, 31 Oct 1995 17:20:16 +0000 (17:20 +0000)]
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.

29 years agoInitial revision
Karl Heuer [Tue, 31 Oct 1995 16:57:10 +0000 (16:57 +0000)]
Initial revision

29 years ago(msb--toggle-menu-type): Pass t as arg.
Richard M. Stallman [Tue, 31 Oct 1995 15:13:09 +0000 (15:13 +0000)]
(msb--toggle-menu-type): Pass t as arg.

29 years ago(command-line-1): Say how to invoke menu bar, if not X.
Richard M. Stallman [Tue, 31 Oct 1995 14:41:51 +0000 (14:41 +0000)]
(command-line-1): Say how to invoke menu bar, if not X.

(command-line): If not X, do enable menu bar.

29 years agoAdd some commented-out code.
Richard M. Stallman [Tue, 31 Oct 1995 14:27:13 +0000 (14:27 +0000)]
Add some commented-out code.

29 years agoInitial revision
Richard M. Stallman [Tue, 31 Oct 1995 08:44:46 +0000 (08:44 +0000)]
Initial revision

29 years ago(m68k-*-linux*): New alternative.
Richard M. Stallman [Tue, 31 Oct 1995 08:39:19 +0000 (08:39 +0000)]
(m68k-*-linux*): New alternative.

29 years agoExplain when user-mail-address is set.
Richard M. Stallman [Tue, 31 Oct 1995 05:59:44 +0000 (05:59 +0000)]
Explain when user-mail-address is set.

29 years agoFix previous change.
Richard M. Stallman [Tue, 31 Oct 1995 05:26:32 +0000 (05:26 +0000)]
Fix previous change.

29 years ago(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer [Tue, 31 Oct 1995 05:22:28 +0000 (05:22 +0000)]
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Used new names for those macros in all references.

29 years ago(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman [Tue, 31 Oct 1995 02:48:28 +0000 (02:48 +0000)]
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
(BITS_PER_LONG): Define if not already defined.

29 years ago(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Karl Heuer [Tue, 31 Oct 1995 02:34:16 +0000 (02:34 +0000)]
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Rename from SHORTBITS, INTBITS, LONGBITS.

29 years ago(mail-abbrev-syntax-table): Fix initialization.
Richard M. Stallman [Tue, 31 Oct 1995 02:08:29 +0000 (02:08 +0000)]
(mail-abbrev-syntax-table): Fix initialization.

29 years ago(debug_print): Print a newline here.
Richard M. Stallman [Tue, 31 Oct 1995 00:58:32 +0000 (00:58 +0000)]
(debug_print): Print a newline here.

29 years ago(pr): Don't print newline here.
Richard M. Stallman [Tue, 31 Oct 1995 00:56:39 +0000 (00:56 +0000)]
(pr): Don't print newline here.

29 years agoDo `set main' to make gdb_valbits etc. available.
Richard M. Stallman [Tue, 31 Oct 1995 00:55:50 +0000 (00:55 +0000)]
Do `set main' to make gdb_valbits etc. available.

29 years ago(describe-function): Call documentation just once.
Richard M. Stallman [Tue, 31 Oct 1995 00:43:22 +0000 (00:43 +0000)]
(describe-function): Call documentation just once.
(describe-key): Likewise.

29 years ago(CHECK_CHAR_TABLE): Don't accept nil.
Richard M. Stallman [Tue, 31 Oct 1995 00:01:29 +0000 (00:01 +0000)]
(CHECK_CHAR_TABLE): Don't accept nil.

29 years agoupdate some doc strings.
Karl Heuer [Tue, 31 Oct 1995 00:01:15 +0000 (00:01 +0000)]
update some doc strings.
(time-stamp-strftime): ignore some additional chars we might want
to use in the future for additional controls or parameters.
(time-stamp): minor optimizations.

29 years ago(prefix-args): Use LDFLAGS, not ALL_LDFLAGS.
Richard M. Stallman [Mon, 30 Oct 1995 22:48:33 +0000 (22:48 +0000)]
(prefix-args): Use LDFLAGS, not ALL_LDFLAGS.

29 years agoComment change
Erik Naggum [Mon, 30 Oct 1995 22:13:36 +0000 (22:13 +0000)]
Comment change

29 years agoComment change.
Erik Naggum [Mon, 30 Oct 1995 22:02:58 +0000 (22:02 +0000)]
Comment change.

29 years agoCorrect initial line typo.
Erik Naggum [Mon, 30 Oct 1995 21:55:54 +0000 (21:55 +0000)]
Correct initial line typo.

29 years ago(getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman [Mon, 30 Oct 1995 21:34:10 +0000 (21:34 +0000)]
(getdate.o, movemail.o): Specify -Demacs.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.

29 years ago(sparc-*-nextstep*): Remove incorrect .h's.
Richard M. Stallman [Mon, 30 Oct 1995 21:31:37 +0000 (21:31 +0000)]
(sparc-*-nextstep*): Remove incorrect .h's.

29 years agoDocument \= in doc string.
Richard M. Stallman [Mon, 30 Oct 1995 21:19:36 +0000 (21:19 +0000)]
Document \= in doc string.

29 years ago(describe-variable): Don't call substitute-command-keys.
Richard M. Stallman [Mon, 30 Oct 1995 21:18:39 +0000 (21:18 +0000)]
(describe-variable): Don't call substitute-command-keys.

29 years ago(Fencode_time): Add cast.
Richard M. Stallman [Mon, 30 Oct 1995 19:47:29 +0000 (19:47 +0000)]
(Fencode_time): Add cast.
(Fset_time_zone_rule): Add cast.

29 years agoMove the include of Xlocale.h after setting HAVE_X11R5.
Richard M. Stallman [Mon, 30 Oct 1995 19:41:44 +0000 (19:41 +0000)]
Move the include of Xlocale.h after setting HAVE_X11R5.

29 years ago(temp_echo_area_glyphs): Only delete the temporary message.
Richard M. Stallman [Mon, 30 Oct 1995 19:38:38 +0000 (19:38 +0000)]
(temp_echo_area_glyphs): Only delete the temporary message.

29 years ago(Fsafe_length): Add missing parentheses around & within comparison.
Richard M. Stallman [Mon, 30 Oct 1995 19:34:27 +0000 (19:34 +0000)]
(Fsafe_length): Add missing parentheses around & within comparison.

29 years ago(describe_translation): Insert newline after key description.
Richard M. Stallman [Mon, 30 Oct 1995 19:33:01 +0000 (19:33 +0000)]
(describe_translation): Insert newline after key description.

29 years ago(finding existing executable versions): Add a period to the end of BASE.
Richard M. Stallman [Mon, 30 Oct 1995 19:28:49 +0000 (19:28 +0000)]
(finding existing executable versions): Add a period to the end of BASE.

29 years ago(select-tags-table): Don't modify the value of tags-table-list.
Richard M. Stallman [Mon, 30 Oct 1995 19:25:04 +0000 (19:25 +0000)]
(select-tags-table): Don't modify the value of tags-table-list.

29 years ago(disassemble-internal): Handle lazy-loaded doc strings.
Richard M. Stallman [Mon, 30 Oct 1995 19:22:23 +0000 (19:22 +0000)]
(disassemble-internal): Handle lazy-loaded doc strings.
(disassemble-1): Handle lazy-loaded bytecode objects.

29 years ago(archive-zoo-summarize): Handle archives with long file names.
Richard M. Stallman [Mon, 30 Oct 1995 19:18:52 +0000 (19:18 +0000)]
(archive-zoo-summarize): Handle archives with long file names.

29 years ago(byte-recompile-directory): New arg FORCE.
Richard M. Stallman [Mon, 30 Oct 1995 18:01:22 +0000 (18:01 +0000)]
(byte-recompile-directory): New arg FORCE.
(byte-force-recompile): New function.

29 years agoComment change.
Richard M. Stallman [Mon, 30 Oct 1995 17:35:01 +0000 (17:35 +0000)]
Comment change.

29 years agoComment change.
Richard M. Stallman [Mon, 30 Oct 1995 17:22:28 +0000 (17:22 +0000)]
Comment change.

29 years agoInitial revision
Richard M. Stallman [Mon, 30 Oct 1995 17:13:16 +0000 (17:13 +0000)]
Initial revision

29 years ago(tmm-old-mb-map): Initialize to nil.
Richard M. Stallman [Mon, 30 Oct 1995 16:33:49 +0000 (16:33 +0000)]
(tmm-old-mb-map): Initialize to nil.
(tmm-delete-map): Don't use tmm-old-mb-map if nil.
(tmm-add-prompt): Bind C-n and C-p.
Put only the shortcuts into the completion buffer's map.
Produce the completion list by hand so as not to sort it.
(tmm-prompt): Start at the first item in the menu.
Don't reverse tmm-km-list; reverse compl-list instead.
Use try-completion in last-ditch attempt to find a match.
Rename compl-list to history.
(tmm-get-keybind): Put more local bindings last in a menu.
Major rewrite.
(tmm-menubar): Handle menu-bar-final-items.
(tmm-remove-shortcuts): Function deleted.
(tmm-add-shortcuts): If we can't find a letter shortcut,
use a numeric shortcut.