bpt/emacs.git
27 years ago(set_frame_menubar): Use -1 for call_data
Richard M. Stallman [Thu, 25 Jul 1996 08:50:26 +0000 (08:50 +0000)]
(set_frame_menubar): Use -1 for call_data
in the deep_p = 0 case.

27 years ago(win32_read_socket): Never block reading from input queue.
Richard M. Stallman [Thu, 25 Jul 1996 07:14:14 +0000 (07:14 +0000)]
(win32_read_socket): Never block reading from input queue.

27 years ago(describe-mode): Put a formfeed between each two modes.
Richard M. Stallman [Wed, 24 Jul 1996 16:52:33 +0000 (16:52 +0000)]
(describe-mode): Put a formfeed between each two modes.
Print a message at the top explaining that minor modes come first
followed by the major mode.

27 years ago(edebug-trace-display): Save and restore current buffer.
Richard M. Stallman [Wed, 24 Jul 1996 16:36:41 +0000 (16:36 +0000)]
(edebug-trace-display): Save and restore current buffer.

27 years ago(TAGS): Make sure bin/etags.exe is current. Make
Richard M. Stallman [Wed, 24 Jul 1996 16:20:04 +0000 (16:20 +0000)]
(TAGS): Make sure bin/etags.exe is current.  Make
the rules always generate TAGS.

27 years ago(browse-url-choose-browser): New function.
Richard M. Stallman [Wed, 24 Jul 1996 16:11:21 +0000 (16:11 +0000)]
(browse-url-choose-browser): New function.
(browse-url-browser-function): Use browse-url-choose-browser
as the initial value.

27 years ago(Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
Karl Heuer [Wed, 24 Jul 1996 04:21:31 +0000 (04:21 +0000)]
(Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
since timezone environment variable is ignored.

27 years agoExplain range of time values, and what negative year numbers mean.
Richard M. Stallman [Wed, 24 Jul 1996 03:43:56 +0000 (03:43 +0000)]
Explain range of time values, and what negative year numbers mean.

27 years ago[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
Richard M. Stallman [Wed, 24 Jul 1996 03:38:46 +0000 (03:38 +0000)]
[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.

27 years ago(buffer_permanent_local_flags): New variable.
Richard M. Stallman [Tue, 23 Jul 1996 22:36:11 +0000 (22:36 +0000)]
(buffer_permanent_local_flags): New variable.
(init_buffer_once): Initialize it.
(reset_buffer_local_variables): New argument PERMANENT_TOO.
Callers changed.  Now declared static.

27 years ago(tag-exact-file-name-match-p): Fix previous change.
Erik Naggum [Tue, 23 Jul 1996 22:32:48 +0000 (22:32 +0000)]
(tag-exact-file-name-match-p): Fix previous change.

27 years ago(cmpl-hours-since-origin): Fix bug:
Richard M. Stallman [Tue, 23 Jul 1996 20:01:33 +0000 (20:01 +0000)]
(cmpl-hours-since-origin): Fix bug:
microseconds count was being used instead of seconds count.

27 years ago(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
Richard M. Stallman [Tue, 23 Jul 1996 18:30:23 +0000 (18:30 +0000)]
(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.

27 years ago(readline_internal) [DOS_NT]: Don't include CRs when
Richard M. Stallman [Tue, 23 Jul 1996 16:32:24 +0000 (16:32 +0000)]
(readline_internal) [DOS_NT]: Don't include CRs when
computing character positions in source files.

27 years ago(file-name-buffer-file-type-alist): Load TAGS files as text, not binary.
Richard M. Stallman [Tue, 23 Jul 1996 16:17:39 +0000 (16:17 +0000)]
(file-name-buffer-file-type-alist): Load TAGS files as text, not binary.

27 years ago(etags-goto-tag-location): New local variable LINE; use it.
Roland McGrath [Tue, 23 Jul 1996 16:17:33 +0000 (16:17 +0000)]
(etags-goto-tag-location): New local variable LINE; use it.
Fix typo in direct-file-tag case: position -> startpos.
(tag-word-match-p, tag-exact-file-name-match-p): Fix off-by-one errors.

27 years agoDescribe garbage-collection-messages.
Richard M. Stallman [Tue, 23 Jul 1996 15:50:58 +0000 (15:50 +0000)]
Describe garbage-collection-messages.

27 years agoAdd y-or-n-p-with-timeout.
Richard M. Stallman [Tue, 23 Jul 1996 15:50:32 +0000 (15:50 +0000)]
Add y-or-n-p-with-timeout.

27 years agoDescribe the version-specific site-list directory.
Richard M. Stallman [Tue, 23 Jul 1996 15:50:08 +0000 (15:50 +0000)]
Describe the version-specific site-list directory.

27 years agoExplain new keymap-parent functions.
Richard M. Stallman [Tue, 23 Jul 1996 15:48:58 +0000 (15:48 +0000)]
Explain new keymap-parent functions.
Reorder the info about extra stuff in a key binding
and document the menu-alias property.

27 years agoNew node Standard File Names.
Richard M. Stallman [Tue, 23 Jul 1996 15:46:12 +0000 (15:46 +0000)]
New node Standard File Names.
Document set-visited-file-name.
Add some magic file name operations.
Binary file types apply to MSDOS.

27 years agoAdd some xrefs.
Richard M. Stallman [Tue, 23 Jul 1996 15:41:53 +0000 (15:41 +0000)]
Add some xrefs.

27 years agoprint-length applies to vectors.
Richard M. Stallman [Tue, 23 Jul 1996 15:41:10 +0000 (15:41 +0000)]
print-length applies to vectors.

27 years agoLots of timer feature updates.
Richard M. Stallman [Tue, 23 Jul 1996 15:40:25 +0000 (15:40 +0000)]
Lots of timer feature updates.
encode-time takes additional arguments and ignores them.
Change linux to gnu/linux for system-type.
More information about key translation features.

27 years agoDocument line-move-ignore-invisible.
Richard M. Stallman [Tue, 23 Jul 1996 15:37:09 +0000 (15:37 +0000)]
Document line-move-ignore-invisible.

27 years ago(Lazy Properties): New node.
Richard M. Stallman [Tue, 23 Jul 1996 15:36:22 +0000 (15:36 +0000)]
(Lazy Properties): New node.

(buffer-undo-list): New type of element for marker adjustment.

27 years agoExplain how deletion of process doesn't affect process mark.
Richard M. Stallman [Tue, 23 Jul 1996 15:35:12 +0000 (15:35 +0000)]
Explain how deletion of process doesn't affect process mark.

27 years ago(main) [HAVE_SOCKETS]: Use two separate stdio
Richard M. Stallman [Tue, 23 Jul 1996 14:18:34 +0000 (14:18 +0000)]
(main) [HAVE_SOCKETS]: Use two separate stdio
streams, one for sending and one for reading the reply.

27 years ago(Fdecode_time, difftm): Work even if tm_year represents
Richard M. Stallman [Tue, 23 Jul 1996 14:00:08 +0000 (14:00 +0000)]
(Fdecode_time, difftm): Work even if tm_year represents
negative years; this is possible with 64-bit time_t values.

27 years ago(list-load-path-shadows): Doc fix.
Richard M. Stallman [Tue, 23 Jul 1996 13:56:33 +0000 (13:56 +0000)]
(list-load-path-shadows): Doc fix.

27 years ago(perldb-command-name): New variable.
Richard M. Stallman [Mon, 22 Jul 1996 19:06:26 +0000 (19:06 +0000)]
(perldb-command-name): New variable.
(perldb): Use it.

27 years agoComment change.
Richard M. Stallman [Mon, 22 Jul 1996 16:33:20 +0000 (16:33 +0000)]
Comment change.

27 years ago(dabbrev-case-fold-search, dabbrev-case-replace): Set
Richard M. Stallman [Mon, 22 Jul 1996 02:13:28 +0000 (02:13 +0000)]
(dabbrev-case-fold-search, dabbrev-case-replace): Set
`risky-local-variable' property, since these get eval'ed.

27 years ago(dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change.
Richard M. Stallman [Mon, 22 Jul 1996 02:13:10 +0000 (02:13 +0000)]
(dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change.

27 years ago(dabbrev--search): Don't downcase the result here.
Richard M. Stallman [Sun, 21 Jul 1996 23:45:15 +0000 (23:45 +0000)]
(dabbrev--search): Don't downcase the result here.
(dabbrev-completion): Bind completion-ignore-case.
(dabbrev--substitute-expansion): Downcase the expansion here,
but not if case pattern matches start of original expansion.

27 years ago(executable-find): Doc fix.
Richard M. Stallman [Sun, 21 Jul 1996 19:49:45 +0000 (19:49 +0000)]
(executable-find): Doc fix.

27 years ago(display-time): Fix prev change: use display-time-update.
Richard M. Stallman [Sun, 21 Jul 1996 19:47:53 +0000 (19:47 +0000)]
(display-time): Fix prev change: use display-time-update.

27 years ago(vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.
Karl Heuer [Sun, 21 Jul 1996 19:34:48 +0000 (19:34 +0000)]
(vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.

27 years ago(vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el.
Karl Heuer [Sun, 21 Jul 1996 19:34:15 +0000 (19:34 +0000)]
(vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el.

27 years ago(rmail-next-same-subject): Don't set search-regexp
Karl Heuer [Sun, 21 Jul 1996 19:21:11 +0000 (19:21 +0000)]
(rmail-next-same-subject): Don't set search-regexp
until after adjusting subject string.

27 years ago(display-time): Call display-time-event-handler directly
Richard M. Stallman [Sun, 21 Jul 1996 18:38:38 +0000 (18:38 +0000)]
(display-time): Call display-time-event-handler directly
to make the time appear right away.

27 years ago(executable-find): Doc fix.
Karl Heuer [Sun, 21 Jul 1996 17:53:08 +0000 (17:53 +0000)]
(executable-find): Doc fix.

27 years agoUpdate FSF address and phone number.
Karl Heuer [Sat, 20 Jul 1996 18:26:13 +0000 (18:26 +0000)]
Update FSF address and phone number.

27 years agoFix FSF address in comment.
Karl Heuer [Sat, 20 Jul 1996 18:10:35 +0000 (18:10 +0000)]
Fix FSF address in comment.

27 years agoUse current FSF address/phone in sample file.
Karl Heuer [Sat, 20 Jul 1996 17:33:58 +0000 (17:33 +0000)]
Use current FSF address/phone in sample file.

27 years agoDelete second (obsolete) copy of FSF address.
Karl Heuer [Sat, 20 Jul 1996 17:30:06 +0000 (17:30 +0000)]
Delete second (obsolete) copy of FSF address.

27 years ago(vip-ms-style-os-p): Doc fix.
Karl Heuer [Sat, 20 Jul 1996 17:20:16 +0000 (17:20 +0000)]
(vip-ms-style-os-p): Doc fix.

27 years ago(check_writable): Use euidaccess, not eaccess.
Karl Heuer [Sat, 20 Jul 1996 07:00:51 +0000 (07:00 +0000)]
(check_writable): Use euidaccess, not eaccess.

27 years ago(view-mode-auto-exit): Doc fix.
Karl Heuer [Sat, 20 Jul 1996 06:15:12 +0000 (06:15 +0000)]
(view-mode-auto-exit): Doc fix.

27 years ago(list-load-path-shadows): Fix ambiguous wording.
Karl Heuer [Sat, 20 Jul 1996 06:12:06 +0000 (06:12 +0000)]
(list-load-path-shadows): Fix ambiguous wording.

27 years agoDon't test X colors unless using X.
Karl Heuer [Sat, 20 Jul 1996 06:08:32 +0000 (06:08 +0000)]
Don't test X colors unless using X.

27 years ago(balance_intervals_internal): Recurse directly.
Erik Naggum [Sat, 20 Jul 1996 04:44:09 +0000 (04:44 +0000)]
(balance_intervals_internal): Recurse directly.

27 years agoClarify info about long filenames on MSDOS-like systems.
Karl Heuer [Fri, 19 Jul 1996 19:50:23 +0000 (19:50 +0000)]
Clarify info about long filenames on MSDOS-like systems.

27 years ago(copy_text_and_data) [DJGPP >= 2]: Switch off two bits
Karl Heuer [Fri, 19 Jul 1996 19:47:26 +0000 (19:47 +0000)]
(copy_text_and_data) [DJGPP >= 2]: Switch off two bits
in `_crt0_startup_flags' so they don't go into the dumped Emacs.
Restore the value of `_crt0_startup_flags' after .text and .data
were dumped.

27 years ago(_BSD_SIGNALS): Define.
Karl Heuer [Fri, 19 Jul 1996 19:41:03 +0000 (19:41 +0000)]
(_BSD_SIGNALS): Define.

27 years ago(SA_RESTART): Add #undef.
Karl Heuer [Fri, 19 Jul 1996 19:39:09 +0000 (19:39 +0000)]
(SA_RESTART): Add #undef.

27 years agoIf no dark magenta, use maroon.
Karl Heuer [Fri, 19 Jul 1996 19:29:01 +0000 (19:29 +0000)]
If no dark magenta, use maroon.
(gnus-face-dark-name-list): If no dark blue, use royal blue.

27 years ago(vip-get-filenames-from-buffer): Add &optional.
Karl Heuer [Wed, 17 Jul 1996 21:13:24 +0000 (21:13 +0000)]
(vip-get-filenames-from-buffer): Add &optional.

27 years ago(send-invisble): Comment fix.
Karl Heuer [Wed, 17 Jul 1996 21:09:42 +0000 (21:09 +0000)]
(send-invisble): Comment fix.

27 years ago(display-time): Starting time should be future, not past.
Karl Heuer [Wed, 17 Jul 1996 20:14:16 +0000 (20:14 +0000)]
(display-time): Starting time should be future, not past.

27 years agoChanges for Emacs 19.32.
Karl Heuer [Wed, 17 Jul 1996 04:54:04 +0000 (04:54 +0000)]
Changes for Emacs 19.32.

27 years ago* message.el (message-send): Don't use mail-hist by default.
Lars Magne Ingebrigtsen [Tue, 16 Jul 1996 23:29:39 +0000 (23:29 +0000)]
* message.el (message-send): Don't use mail-hist by default.

27 years ago(w32_read_socket): Need to erase background
Karl Heuer [Tue, 16 Jul 1996 23:25:18 +0000 (23:25 +0000)]
(w32_read_socket): Need to erase background
immediately before repainting exposed region.

27 years ago(clean): Use OBJDIR macro.
Karl Heuer [Tue, 16 Jul 1996 23:23:09 +0000 (23:23 +0000)]
(clean): Use OBJDIR macro.

27 years ago(DOC, clean): Use OBJDIR macro.
Karl Heuer [Tue, 16 Jul 1996 23:21:37 +0000 (23:21 +0000)]
(DOC, clean): Use OBJDIR macro.

27 years ago(Fx_create_frame): Do xlwmenu hack only if USE_LUCID.
Karl Heuer [Tue, 16 Jul 1996 23:13:51 +0000 (23:13 +0000)]
(Fx_create_frame): Do xlwmenu hack only if USE_LUCID.

27 years agoUndo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:39:31 +0000 (22:39 +0000)]
Undo previous change.

27 years agoUndo previous changes.
Karl Heuer [Tue, 16 Jul 1996 22:37:24 +0000 (22:37 +0000)]
Undo previous changes.

27 years ago(create_process_1, sigchld_handler): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:33:09 +0000 (22:33 +0000)]
(create_process_1, sigchld_handler): Undo previous change.

27 years ago(input_available_signal, interrupt_signal): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:23:11 +0000 (22:23 +0000)]
(input_available_signal, interrupt_signal): Undo previous change.

27 years ago(arith_error): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:19:09 +0000 (22:19 +0000)]
(arith_error): Undo previous change.

27 years agoTest HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
Karl Heuer [Tue, 16 Jul 1996 09:03:24 +0000 (09:03 +0000)]
Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
in case <termios.h> is present but unusable.

27 years ago(Fy_or_n_p): Pass 3rd arg to Flookup_key.
Karl Heuer [Tue, 16 Jul 1996 06:19:43 +0000 (06:19 +0000)]
(Fy_or_n_p): Pass 3rd arg to Flookup_key.

27 years ago(struct save_window_data, struct saved_window): First
Karl Heuer [Tue, 16 Jul 1996 06:17:37 +0000 (06:17 +0000)]
(struct save_window_data, struct saved_window): First
placeholder member is EMACS_INT, not int.

27 years ago(SET_SAVED_MENU_EVENT): New macro.
Karl Heuer [Tue, 16 Jul 1996 06:10:35 +0000 (06:10 +0000)]
(SET_SAVED_MENU_EVENT): New macro.
(SET_SAVED_BUTTON_EVENT, SET_SAVED_KEY_EVENT): New macros.
(XTread_socket): Use them.

27 years ago(x_activate_menubar): Allow any event, not just ButtonPress.
Karl Heuer [Tue, 16 Jul 1996 06:01:13 +0000 (06:01 +0000)]
(x_activate_menubar): Allow any event, not just ButtonPress.

27 years ago(struct x_output): Member saved_button_event replaced by
Karl Heuer [Tue, 16 Jul 1996 05:59:54 +0000 (05:59 +0000)]
(struct x_output): Member saved_button_event replaced by
saved_menu_event.

27 years ago(LIBS_TERMCAP): New definition.
Karl Heuer [Tue, 16 Jul 1996 05:45:45 +0000 (05:45 +0000)]
(LIBS_TERMCAP): New definition.

27 years ago(print): Fix args in strout calls.
Karl Heuer [Tue, 16 Jul 1996 05:39:06 +0000 (05:39 +0000)]
(print): Fix args in strout calls.

27 years ago(xlwmenu_default_font): Declare, but don't define.
Karl Heuer [Tue, 16 Jul 1996 05:22:55 +0000 (05:22 +0000)]
(xlwmenu_default_font): Declare, but don't define.

27 years ago(last_event_timestamp): Declare, but don't define.
Karl Heuer [Tue, 16 Jul 1996 05:19:28 +0000 (05:19 +0000)]
(last_event_timestamp): Declare, but don't define.

27 years ago(Qfont): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 05:12:55 +0000 (05:12 +0000)]
(Qfont): Delete redundant definition.
(syms_of_xfns): Delete the duplicate assignment and staticpro.

27 years ago(Qfont): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 05:10:26 +0000 (05:10 +0000)]
(Qfont): Delete redundant definition.
(syms_of_win32fns): Delete the duplicate assignment and staticpro.

27 years ago(Qfont): Declare here.
Karl Heuer [Tue, 16 Jul 1996 05:07:01 +0000 (05:07 +0000)]
(Qfont): Declare here.

27 years agoFix previous change. Use sed's y command instead.
Karl Heuer [Tue, 16 Jul 1996 04:47:46 +0000 (04:47 +0000)]
Fix previous change.  Use sed's y command instead.

27 years agoUse portable tr syntax.
Karl Heuer [Tue, 16 Jul 1996 03:53:55 +0000 (03:53 +0000)]
Use portable tr syntax.

27 years agoUndo previous change.
Karl Heuer [Tue, 16 Jul 1996 02:17:14 +0000 (02:17 +0000)]
Undo previous change.

27 years ago[__ELF__] (C_SWITCH_MACHINE): Define.
Karl Heuer [Tue, 16 Jul 1996 00:46:45 +0000 (00:46 +0000)]
[__ELF__] (C_SWITCH_MACHINE): Define.
(NO_TERMIO): Define this unconditionally.
(COFF): Omit this if ELF.

27 years ago[__ELF__] (START_FILES, LIB_STANDARD):
Karl Heuer [Tue, 16 Jul 1996 00:21:01 +0000 (00:21 +0000)]
[__ELF__] (START_FILES, LIB_STANDARD):
Use files in /alt/usr/lib, not /usr/lib.

27 years ago(Qmouse_leave_buffer_hook): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 00:05:12 +0000 (00:05 +0000)]
(Qmouse_leave_buffer_hook): Delete redundant definition.
(syms_of_frame_1): Delete the duplicate assignment and staticpro.

27 years ago(Qmouse_leave_buffer_hook): Declare it here.
Karl Heuer [Tue, 16 Jul 1996 00:04:15 +0000 (00:04 +0000)]
(Qmouse_leave_buffer_hook): Declare it here.

27 years ago(Qarith_error): Delete redundant definition.
Karl Heuer [Mon, 15 Jul 1996 23:53:58 +0000 (23:53 +0000)]
(Qarith_error): Delete redundant definition.

27 years agoAdd 64-bit ELF and Alpha/ELF support.
Karl Heuer [Mon, 15 Jul 1996 22:00:12 +0000 (22:00 +0000)]
Add 64-bit ELF and Alpha/ELF support.

27 years agoUse <config.h>.
Karl Heuer [Mon, 15 Jul 1996 21:58:10 +0000 (21:58 +0000)]
Use <config.h>.
[HAVE_TERMIOS_H]: Declare ospeed as speed_t.
[USG]: Include <string.h>.

27 years ago[HAVE_TERMIOS_H]: Declare ospeed as speed_t.
Karl Heuer [Mon, 15 Jul 1996 21:53:24 +0000 (21:53 +0000)]
[HAVE_TERMIOS_H]: Declare ospeed as speed_t.

27 years ago(create_process_1, sigchld_handler):
Karl Heuer [Mon, 15 Jul 1996 21:51:25 +0000 (21:51 +0000)]
(create_process_1, sigchld_handler):
Don't reinstall sig handler if POSIX_SIGNALS.

27 years ago(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
Karl Heuer [Mon, 15 Jul 1996 21:48:55 +0000 (21:48 +0000)]
(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
Omit these definitions if ELF.
(LINUX_SBRK_BUG): Omit this if using a recent GNU library.

27 years ago(input_available_signal, interrupt_signal):
Karl Heuer [Mon, 15 Jul 1996 21:41:00 +0000 (21:41 +0000)]
(input_available_signal, interrupt_signal):
Don't reinstall sig handler if POSIX_SIGNALS.

27 years agoDon't delare ospeed; cm.h already did it.
Karl Heuer [Mon, 15 Jul 1996 21:38:40 +0000 (21:38 +0000)]
Don't delare ospeed; cm.h already did it.

27 years ago(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
Karl Heuer [Mon, 15 Jul 1996 21:36:19 +0000 (21:36 +0000)]
(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.