]> code.delx.au - gnu-emacs/log
gnu-emacs
30 years ago(c-delete-backslash): Do nothing if empty line.
Richard M. Stallman [Thu, 23 Dec 1993 04:46:18 +0000 (04:46 +0000)]
(c-delete-backslash): Do nothing if empty line.

30 years ago(inferior-scheme-mode):
Richard M. Stallman [Thu, 23 Dec 1993 04:44:57 +0000 (04:44 +0000)]
(inferior-scheme-mode):
Don't let `comint-prompt-regexp' match more than one line.

30 years ago(inferior-lisp-prompt): Don't match more than one line.
Richard M. Stallman [Thu, 23 Dec 1993 04:43:53 +0000 (04:43 +0000)]
(inferior-lisp-prompt): Don't match more than one line.

30 years ago(remove-hook): Use equal to see if hook is just that fcn.
Richard M. Stallman [Thu, 23 Dec 1993 04:43:01 +0000 (04:43 +0000)]
(remove-hook): Use equal to see if hook is just that fcn.
(add-hook): Use member to see if a lambda expr is already in the list.

30 years ago(add-log-current-defun):
Richard M. Stallman [Thu, 23 Dec 1993 04:42:26 +0000 (04:42 +0000)]
(add-log-current-defun):
Remove spurious quote on c++-mode.  Recognize c++-c-mode.

30 years ago(c++-indent-line, calculate-c++-indent):
Richard M. Stallman [Thu, 23 Dec 1993 04:41:41 +0000 (04:41 +0000)]
(c++-indent-line, calculate-c++-indent):
(indent-c++-exp): Recognize `friend' without `class'.

30 years ago(dired-in-this-tree): Call expand-file-name.
Richard M. Stallman [Thu, 23 Dec 1993 04:40:58 +0000 (04:40 +0000)]
(dired-in-this-tree): Call expand-file-name.

(dired-goto-file): Call expand-file-name.

30 years ago(perform-replace): Prompt now says how to get help.
Richard M. Stallman [Thu, 23 Dec 1993 04:40:13 +0000 (04:40 +0000)]
(perform-replace): Prompt now says how to get help.

30 years ago(apropos-match-keys): If REGEXP is nil, always act as if it matched.
Richard M. Stallman [Thu, 23 Dec 1993 04:39:33 +0000 (04:39 +0000)]
(apropos-match-keys): If REGEXP is nil, always act as if it matched.

30 years ago(;; Keywords:): Changed to "abbrev".
Richard M. Stallman [Thu, 23 Dec 1993 04:38:57 +0000 (04:38 +0000)]
(;; Keywords:): Changed to "abbrev".
(hippie-expand-ignore-buffers): New variable.
(he-regexp-member): New function.
(hippie-expand-try-functions-list): Added `try-expand-list'.
(try-expand-line-all-buffers, try-expand-list-all-buffers,
try-expand-dabbrev-all-buffers): Use `he-regexp-member' and
`hippie-expand-ignore-buffers'.
(he-list-search): Don't find list containing point.
(he-dab-search-regexp): Just match at beginning of words.
(he-dabbrev-beg): Never move point forward.

30 years ago(gnus-post-news): Call gnus-read-distributions-file.
Richard M. Stallman [Thu, 23 Dec 1993 04:37:27 +0000 (04:37 +0000)]
(gnus-post-news): Call gnus-read-distributions-file.

30 years ago(font-lock-set-defaults): Do nothing if font-lock-keywords is already set.
Richard M. Stallman [Thu, 23 Dec 1993 04:36:41 +0000 (04:36 +0000)]
(font-lock-set-defaults): Do nothing if font-lock-keywords is already set.

30 years agoDon't imply private dictionary is always ispell.words.
Richard M. Stallman [Thu, 23 Dec 1993 04:35:44 +0000 (04:35 +0000)]
Don't imply private dictionary is always ispell.words.

Don't repeat at load time any bindings that are autoloaded.

30 years ago(hack-local-variables-prop-line): If we can't switch-to-buffer
Richard M. Stallman [Thu, 23 Dec 1993 03:49:15 +0000 (03:49 +0000)]
(hack-local-variables-prop-line): If we can't switch-to-buffer
in selected window, try another window, then a new frame.

(set-visited-file-name): Don't rename-buffer if buffer
already has the desired name.

(insert-file): Add * to interactive spec.

30 years ago(fill-region-as-paragraph): Do allow breaking line at a period
Richard M. Stallman [Thu, 23 Dec 1993 03:47:45 +0000 (03:47 +0000)]
(fill-region-as-paragraph): Do allow breaking line at a period
followed by two spaces, in the case where we are insisting on having at
least one complete word.

30 years ago(reposition-window): Fix whitespace-skipping regexp.
Richard M. Stallman [Thu, 23 Dec 1993 03:47:06 +0000 (03:47 +0000)]
(reposition-window): Fix whitespace-skipping regexp.

(reposition-window): Don't err if comment-height = 0.

Don't repeat at load time any bindings that are autoloaded.

30 years ago(mail-fetch-field): Add autoload cookie.
Richard M. Stallman [Thu, 23 Dec 1993 03:46:01 +0000 (03:46 +0000)]
(mail-fetch-field): Add autoload cookie.

30 years ago(shadow-noquery): Use it.
Richard M. Stallman [Thu, 23 Dec 1993 03:45:09 +0000 (03:45 +0000)]
(shadow-noquery): Use it.
(shadow-copy-file): Use abbreviate-file-name to
avoid incorrect warnings.
Lucid support commented out (didn't work and caused compiler warnings).

30 years ago(time-stamp-month-dd-yyyy): no leading zero on day.
Richard M. Stallman [Thu, 23 Dec 1993 03:43:13 +0000 (03:43 +0000)]
(time-stamp-month-dd-yyyy): no leading zero on day.

30 years ago(sc-read-string): Don't pass a history arg to read-string.
Richard M. Stallman [Thu, 23 Dec 1993 03:42:20 +0000 (03:42 +0000)]
(sc-read-string): Don't pass a history arg to read-string.

30 years ago(shell-mode): Pass t to comint-read-input-ring.
Richard M. Stallman [Thu, 23 Dec 1993 03:41:22 +0000 (03:41 +0000)]
(shell-mode): Pass t to comint-read-input-ring.

30 years ago(comint-read-input-ring): New arg SILENT.
Richard M. Stallman [Thu, 23 Dec 1993 03:39:27 +0000 (03:39 +0000)]
(comint-read-input-ring): New arg SILENT.

(comint-replace-by-expanded-history): New arg SILENT.
(comint-send-input): Pass t as new arg.

(comint-mode-map): Put comint-show-output on C-M-l.

(comint-preinput-scroll-to-bottom): Removed calls to
window-minibuffer-p and 'not-minibuf arg to walk-windows.
Removed mouse-yank-at-click from command list and doc string.
Removed duplicate test for comint-scroll-to-bottom-on-input (scroll).
Removed test for 'this within walk-windows code.

(comint-postoutput-scroll-to-bottom):
Don't select a different buffer permanently.

(comint-prompt-regexp): Fixed documentation.

(comint-replace-by-expanded-history):
Use skip-chars-forward to advance in main loop.

30 years ago(byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.
Richard M. Stallman [Thu, 23 Dec 1993 03:37:27 +0000 (03:37 +0000)]
(byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.

(byte-recompile-directory): Don't treat symlinks as dirs.

(batch-byte-recompile-directory): Add autoload cookie.

30 years ago(make-doctor-variables): Fix some local var names.
Richard M. Stallman [Thu, 23 Dec 1993 03:36:02 +0000 (03:36 +0000)]
(make-doctor-variables): Fix some local var names.

(doctor-adverbp): Don't die if doctor-make-string
gives a string of length < 2.

30 years agoAutoload dired-.*-file.
Richard M. Stallman [Thu, 23 Dec 1993 03:34:57 +0000 (03:34 +0000)]
Autoload dired-.*-file.

(dired-insert-subdir-validate): Call expand-file-name.

30 years ago(mouse-kill-secondary): Get rid of CLICK argument.
Richard M. Stallman [Thu, 23 Dec 1993 03:33:34 +0000 (03:33 +0000)]
(mouse-kill-secondary): Get rid of CLICK argument.
Instead, use this-command-keys.

(x-fixed-font-alist): For 6x10, look for normal font, not semicondensed.

(mouse-yank-secondary): Doc fix.

30 years ago(visit-tags-table-buffer): Change "Add to list" question.
Richard M. Stallman [Thu, 23 Dec 1993 03:31:03 +0000 (03:31 +0000)]
(visit-tags-table-buffer): Change "Add to list" question.

(etags-goto-tag-location): Improve not-found error msg.

30 years ago(rmail-output-to-rmail-file): Call rmail-update-summary.
Richard M. Stallman [Thu, 23 Dec 1993 03:30:12 +0000 (03:30 +0000)]
(rmail-output-to-rmail-file): Call rmail-update-summary.

(rmail-output-to-rmail-file): Turn off the deleted
attribute outside of the save-restriction.

30 years ago(isearch-text-char-description): Treat TAB as ctl char.
Richard M. Stallman [Thu, 23 Dec 1993 03:28:10 +0000 (03:28 +0000)]
(isearch-text-char-description): Treat TAB as ctl char.

(isearch-text-char-description): Really call
text-char-description for ctl chars.

30 years ago(rmail-spool-directory): Use dgux, not dgux-unix.
Richard M. Stallman [Thu, 23 Dec 1993 03:26:46 +0000 (03:26 +0000)]
(rmail-spool-directory): Use dgux, not dgux-unix.

30 years ago(rmail-summary-goto-msg): Use unwind-protect to go
Richard M. Stallman [Thu, 23 Dec 1993 03:25:40 +0000 (03:25 +0000)]
(rmail-summary-goto-msg): Use unwind-protect to go
back to summary, and go back to the window that was selected before.

(rmail-summary-rmail-update): Special handling for eob.

30 years ago(rmail-quit): Expunge without updating summary.
Richard M. Stallman [Thu, 23 Dec 1993 03:24:31 +0000 (03:24 +0000)]
(rmail-quit): Expunge without updating summary.

(rmail-resend): Delete more than one Sender,
but only in the headers, not in the body.

(rmail-resend): Doc fix.
(rmail): Doc fix.

30 years ago(telnet-filter): Rewrite, taken mostly from Lucid.
Richard M. Stallman [Thu, 23 Dec 1993 03:22:55 +0000 (03:22 +0000)]
(telnet-filter): Rewrite, taken mostly from Lucid.

(telnet-prompt-pattern)
(telnet-check-software-type-initialize):
Don't let `telnet-prompt-pattern' match more than one line.

30 years ago(calendar-mode-map): Put back C-v and M-v bindings.
Richard M. Stallman [Thu, 23 Dec 1993 03:21:48 +0000 (03:21 +0000)]
(calendar-mode-map): Put back C-v and M-v bindings.

30 years ago(Info-insert-dir): Compute truename just once for each dir.
Richard M. Stallman [Thu, 23 Dec 1993 03:20:32 +0000 (03:20 +0000)]
(Info-insert-dir): Compute truename just once for each dir.

(Info-insert-dir): For generated menu items, add ::.

30 years ago(menu-bar-edit-menu): Add query-replace menu item.
Richard M. Stallman [Thu, 23 Dec 1993 03:19:05 +0000 (03:19 +0000)]
(menu-bar-edit-menu): Add query-replace menu item.
Make a menu-enable property for query-replace.

30 years ago(Man-specified-section-option): Test system-configuration.
Richard M. Stallman [Thu, 23 Dec 1993 03:18:02 +0000 (03:18 +0000)]
(Man-specified-section-option): Test system-configuration.

(Man-mode-hook): Renamed from Man-mode-hooks.

(Man-follow-manual-reference): Strip trailing - from default.

(Man-getpage-in-background): Use lower case for arg vars.
(Man-follow-manual-reference): Check for existence of references
before using the minibuffer.  Delete period from error message.
Delete spurious concat call.  Pass arg, not (consp arg),
to Man-getpage-in-background.

(Man-follow-manual-reference): Try to use current word
as a default for the reference to follow.
Use interactive to read the reference name.

30 years ago(asm-mode): Don't mess with auto-fill mode.
Richard M. Stallman [Thu, 23 Dec 1993 03:16:25 +0000 (03:16 +0000)]
(asm-mode): Don't mess with auto-fill mode.

30 years ago(lpr-headers-switches): Treat hpux like usg-unix-v.
Richard M. Stallman [Thu, 23 Dec 1993 03:14:40 +0000 (03:14 +0000)]
(lpr-headers-switches): Treat hpux like usg-unix-v.

(print-region-1): Adjust start, end after running pr.

(lpr-command): Use dgux, not dgux-unix.

(print-region-new-buffer): Rename args to OSTART and OEND.

(lpr-headers-switches): New variable.
(print-region-1): Use it.

(lpr-add-options): New variable.
(print-region-1): Obey that.

30 years ago(awk-mode): Use c-indent-line.
Richard M. Stallman [Thu, 23 Dec 1993 03:06:30 +0000 (03:06 +0000)]
(awk-mode): Use c-indent-line.

30 years ago(ange-ftp-hash-mark-msgs): Make match more general.
Richard M. Stallman [Thu, 23 Dec 1993 03:05:12 +0000 (03:05 +0000)]
(ange-ftp-hash-mark-msgs): Make match more general.

(ange-ftp-gateway-prompt-pattern): Don't match more than one line.

30 years ago(gud-format-command): Rewrite.
Richard M. Stallman [Thu, 23 Dec 1993 02:56:37 +0000 (02:56 +0000)]
(gud-format-command): Rewrite.

(gud-format-command): Use gud-last-last-frame if
gud-last-frame is nil.

(gud-mipsdbx-massage-args, gud-mipsdbx-marker-filter):
New functions for dbx support on Mips under Ultrix.
(gud-dbx-mips-p, gud-mipsdbx-marker-acc): New variables.
(dbx) If gud-dbx-mips-p is non-nil, overload above two functions
and initialize appropriate command strings for dbx.

(gud-common-init): Call substitute-in-file-name.

(dbx): Let `comint-prompt-regexp' not match more than one line.

30 years ago(vc-record-rename): Don't use replace-regexp.
Richard M. Stallman [Thu, 23 Dec 1993 02:51:19 +0000 (02:51 +0000)]
(vc-record-rename): Don't use replace-regexp.

30 years ago(tex-common-initialization): Make paragraph-start
Richard M. Stallman [Thu, 23 Dec 1993 02:48:56 +0000 (02:48 +0000)]
(tex-common-initialization): Make paragraph-start
and paragraph-separate match a line of $$.

(tex-send-command): New local var BUF.
Use it when calling buffer-modified-tick.

(tex-send-command):
Switch to buffer before checking for subproc output in it.

30 years ago(mail-default-reply-to): Add autoload cookie.
Richard M. Stallman [Thu, 23 Dec 1993 02:45:28 +0000 (02:45 +0000)]
(mail-default-reply-to): Add autoload cookie.

30 years ago(grep-command): New variable.
Richard M. Stallman [Thu, 23 Dec 1993 02:43:28 +0000 (02:43 +0000)]
(grep-command): New variable.
(grep): Use it.

Don't repeat at load time any bindings that are autoloaded.

30 years ago(LIBS_SYSTEM): Use -lresolv if HAVE_RES_INIT
Richard M. Stallman [Thu, 23 Dec 1993 02:11:23 +0000 (02:11 +0000)]
(LIBS_SYSTEM): Use -lresolv if HAVE_RES_INIT
is not defined and HAVE_GETHOSTNAME is defined.

30 years ago(SYSTEM_TYPE): Make it dgux.
Richard M. Stallman [Thu, 23 Dec 1993 02:10:25 +0000 (02:10 +0000)]
(SYSTEM_TYPE): Make it dgux.

(SYSV4_PTYS): Remove.
(SIGNALS_VIA_CHARACTERS): Defined.

30 years ago(C_DEBUG_SWITCH): Delete -systype bsd43; not needed.
Richard M. Stallman [Thu, 23 Dec 1993 02:09:10 +0000 (02:09 +0000)]
(C_DEBUG_SWITCH): Delete  -systype bsd43; not needed.

(NO_MODE_T): Defined.

30 years ago(SET_CHILD_PTY_PGRP): Defined.
Richard M. Stallman [Thu, 23 Dec 1993 02:08:11 +0000 (02:08 +0000)]
(SET_CHILD_PTY_PGRP): Defined.

30 years ago(OTHER_FILES): Use ${libsrc} as dir.
Richard M. Stallman [Thu, 23 Dec 1993 02:07:16 +0000 (02:07 +0000)]
(OTHER_FILES): Use ${libsrc} as dir.

30 years ago(Fmacroexpand): For an autoload definition,
Richard M. Stallman [Thu, 23 Dec 1993 02:04:40 +0000 (02:04 +0000)]
(Fmacroexpand): For an autoload definition,
check the 4th elt, not the car of the 4th elt.

30 years ago[VMS] (wait_for_kbd_input): Call prepare_menu_bars.
Richard M. Stallman [Thu, 23 Dec 1993 02:02:36 +0000 (02:02 +0000)]
[VMS] (wait_for_kbd_input): Call prepare_menu_bars.

30 years ago(Fcall_process): Call prepare_menu_bars.
Richard M. Stallman [Thu, 23 Dec 1993 02:00:55 +0000 (02:00 +0000)]
(Fcall_process): Call prepare_menu_bars.

30 years ago(Fcall_process): Call prepare_menu_bars.
Richard M. Stallman [Thu, 23 Dec 1993 02:00:09 +0000 (02:00 +0000)]
(Fcall_process): Call prepare_menu_bars.

(Fgetenv): One arg is maximum.

30 years ago(graft_intervals_into_buffer): If SOURCE is null
Richard M. Stallman [Thu, 23 Dec 1993 01:58:56 +0000 (01:58 +0000)]
(graft_intervals_into_buffer): If SOURCE is null
and TREE is null, no need to call Fset_text_properties.

30 years ago(HAVE_XSETWMPROTOCOLS): Add #undef.
Richard M. Stallman [Thu, 23 Dec 1993 01:57:54 +0000 (01:57 +0000)]
(HAVE_XSETWMPROTOCOLS): Add #undef.

30 years ago(Fsubstitute_command_keys): Ignore menu bar bindings.
Richard M. Stallman [Thu, 23 Dec 1993 01:56:43 +0000 (01:56 +0000)]
(Fsubstitute_command_keys): Ignore menu bar bindings.

(Fdocumentation_property): 3 args is maximum.

30 years ago(Fbuffer_disable_undo): Make arg optional.
Richard M. Stallman [Thu, 23 Dec 1993 01:55:14 +0000 (01:55 +0000)]
(Fbuffer_disable_undo): Make arg optional.

30 years ago(Fwhere_is_internal): Doc fix.
Richard M. Stallman [Thu, 23 Dec 1993 01:54:13 +0000 (01:54 +0000)]
(Fwhere_is_internal): Doc fix.

30 years ago(Fmake_symbolic_link): Do expand FILENAME if starts with ~.
Richard M. Stallman [Thu, 23 Dec 1993 01:53:11 +0000 (01:53 +0000)]
(Fmake_symbolic_link): Do expand FILENAME if starts with ~.

(Fread_file_name): If defalt is nil and user tries to use it, signal an error.

30 years ago(x_get_foreign_selection): Use x_catch_errors.
Richard M. Stallman [Thu, 23 Dec 1993 01:43:11 +0000 (01:43 +0000)]
(x_get_foreign_selection): Use x_catch_errors.

(x_handle_selection_clear): Call prepare_menu_bars.

30 years agoLine breaking change.
Richard M. Stallman [Thu, 23 Dec 1993 01:31:39 +0000 (01:31 +0000)]
Line breaking change.

30 years ago(Fmessage): Use message2.
Richard M. Stallman [Thu, 23 Dec 1993 01:28:34 +0000 (01:28 +0000)]
(Fmessage): Use message2.

(Fsubst_char_in_region): Move the NOUNDO hacking code
after the modify_region call.

30 years agoUse WORDS_BIG_ENDIAN, not BIG_ENDIAN.
Richard M. Stallman [Thu, 23 Dec 1993 01:26:50 +0000 (01:26 +0000)]
Use WORDS_BIG_ENDIAN, not BIG_ENDIAN.
(Qmenu_bar): Declared.

(DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...): New macros.
(DEFUN) [__STDC__]: Use those macros.

30 years ago(Fprocess_status): Use get_process, not Fget_process.
Richard M. Stallman [Thu, 23 Dec 1993 01:24:18 +0000 (01:24 +0000)]
(Fprocess_status): Use get_process, not Fget_process.

[BROKEN_O_NONBLOCK]: Undefine O_NONBLOCK.

(create_process): Delete SYSV4_PTYS code.
(deactivate_process): Likewise.

(create_process) [SET_CHILD_PTY_PGRP]: Do ioctls
to set the pgrp of the pty.

(wait_reading_process_input): Call prepare_menu_bars.

30 years ago(deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.
Richard M. Stallman [Thu, 23 Dec 1993 01:22:23 +0000 (01:22 +0000)]
(deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.

30 years ago(minibuffer_auto_raise): Really define it.
Richard M. Stallman [Thu, 23 Dec 1993 01:20:50 +0000 (01:20 +0000)]
(minibuffer_auto_raise): Really define it.

(minibuffer_auto_raise): New variable.
(syms_of_minibuf): Set up Lisp var.
(read_minibuf): Maybe raise the minibuffer's frame.

30 years ago(del_range): Second argument in call to
Richard M. Stallman [Thu, 23 Dec 1993 01:19:25 +0000 (01:19 +0000)]
(del_range): Second argument in call to
offset_intervals is 'from', not 'point'.

(modify_region): Call record_first_change if necessary.

(insert_from_string): Pass LENGTH arg to graft_intervals_into_buffer.

30 years ago(syms_of_emacs): Define Lisp var system-configuration.
Richard M. Stallman [Thu, 23 Dec 1993 01:15:13 +0000 (01:15 +0000)]
(syms_of_emacs): Define Lisp var system-configuration.

(memory_warning_signal): New function.
(main): Handle SIGDANGER, if defined.

30 years ago(echo_area_glyphs_length): Declared.
Richard M. Stallman [Thu, 23 Dec 1993 01:13:02 +0000 (01:13 +0000)]
(echo_area_glyphs_length): Declared.

30 years ago(configuration): New variable.
Richard M. Stallman [Thu, 23 Dec 1993 01:11:33 +0000 (01:11 +0000)]
(configuration): New variable.
(emacs.o): Define macro CONFIGURATION.

[__GNUC__ > 1]: Maybe define LINKER_WAS_SPECIFIED.
[LINKER_WAS_SPECIFIED] (YMF_PASS_LDFLAGS): Define as identity.

30 years ago(printchar, strout): Set echo_area_glyphs_length.
Richard M. Stallman [Thu, 23 Dec 1993 01:09:51 +0000 (01:09 +0000)]
(printchar, strout): Set echo_area_glyphs_length.

30 years ago(Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.
Richard M. Stallman [Thu, 23 Dec 1993 01:07:58 +0000 (01:07 +0000)]
(Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.

30 years ago(make_terminal_frame): Add frame to Vframe_list.
Richard M. Stallman [Thu, 23 Dec 1993 01:05:51 +0000 (01:05 +0000)]
(make_terminal_frame): Add frame to Vframe_list.
(make_frame): Don't add to frame list here.

30 years ago(message): Use message2, not message1.
Richard M. Stallman [Thu, 23 Dec 1993 01:04:26 +0000 (01:04 +0000)]
(message): Use message2, not message1.

(display_string): Fix truncation-criterion after main loop
for termination due to LENGTH.

(echo_area_glyphs_length): New variable.
(message1): Set it.
(message2): New function.
(display_string): New arg LENGTH.
(echo_area_display): Pass new arg to display_string.
(redisplay_window): Likewise.
(display_text_line): Likewise.
(display_menu_bar): Likewise.
(display_mode_element): Likewise.

(update_menu_bar, update_menu_bars): New functions.
(prepare_menu_bars): New function.
(redisplay_window): Don't update menu bar here.
(display_menu_bar): Assume item list already updated.

(redisplay_window): Don't alter lpoint when w is
selected window in a non-selected frame.

30 years ago(Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.
Richard M. Stallman [Thu, 23 Dec 1993 01:00:49 +0000 (01:00 +0000)]
(Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.

(Fx_create_frame): Add frame to Vframe_list.

(Fx_create_frame): Fix order of arguments of
x_wm_set_size_hint call.  This corrects handling of +x-y and -x+y
geometry specifications.

(XSetWMProtocols): New function, defined conditionally.

30 years ago(XTread_socket): Don't offset keysym here.
Richard M. Stallman [Thu, 23 Dec 1993 00:57:11 +0000 (00:57 +0000)]
(XTread_socket): Don't offset keysym here.
Special handling for "dead accent" keysyms.

(construct_mouse_click, x_scroll_bar_handle_click)
(XTread_socket): `code' of an event is now an int.

(pixel_to_glyph_coords): New arg NOCLIP.  Callers changed.

(XTread_socket): For MotionNotify, if x_mouse_grabbed, use last_mouse_frame.
(construct_mouse_click): Set last_mouse_frame.
(XTmouse_position): If x_mouse_grabbed, use last_mouse_frame.

(x_calc_absolute_position): Borderwidth must be doubled
before subtracting from width to get correct value.

30 years agoInitial revision
Richard M. Stallman [Thu, 23 Dec 1993 00:55:25 +0000 (00:55 +0000)]
Initial revision

30 years ago(struct input_event): `code' is now an int.
Richard M. Stallman [Thu, 23 Dec 1993 00:54:23 +0000 (00:54 +0000)]
(struct input_event): `code' is now an int.

30 years ago(make_lispy_event): Offset the event code here.
Richard M. Stallman [Thu, 23 Dec 1993 00:52:50 +0000 (00:52 +0000)]
(make_lispy_event): Offset the event code here.
Special handling for "dead accent" keysyms.
(lispy_accent_codes, lispy_accent_keys): New variables.

(quit_throw_to_read_char): Don't switch frames if
internal_last_event_frame is not a frame.

(kbd_buffer_store_event, make_lispy_event)
(stuff_buffered_input): `code' of an event is now an int.

(make_lispy_movement): If we have a frame but pos is not
in a window, return an event with the frame.

(read_key_sequence): Don't return if in middle
of possible function-key-map sequence, if the bindings were all
found by case conversion.

(set_waiting_for_input): Code testing echo_flag deleted.
(echo_flag, echo_now): Vars deleted.

(read_key_sequence): Bind case_converted at top level.
Clear it at replay_sequence.
(follow_key): Never clear *CASE_CONVERTED.

(syms_of_keyboard): Define Lisp var track-mouse.

(follow_key): New arg case_converted.
(read_key_sequence): Pass the new arg.
If key has a binding via case-conversion, that does not prevent
use of function_key_map.

(read_char): Call prepare_menu_bars.
(tracking_off): Call prepare_menu_bars.

30 years ago(kbd_buffer_get_event): For delete-window-event, do count iconified frames.
Richard M. Stallman [Thu, 23 Dec 1993 00:39:25 +0000 (00:39 +0000)]
(kbd_buffer_get_event): For delete-window-event, do count iconified frames.

30 years ago(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman [Thu, 23 Dec 1993 00:22:10 +0000 (00:22 +0000)]
(Fsit_for): Call prepare_menu_bars.

(direct_output_forward_char):
Give up if in truncated text at end of line.

30 years ago* m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
Francesco Potortì [Wed, 22 Dec 1993 17:18:49 +0000 (17:18 +0000)]
* m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
(HAVE_UNISTD_H): deleted because configure takes care of it.
(C_SWITCH_MACHINE): added optimisation options for gnu cc.

30 years ago(Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Noah Friedman [Wed, 22 Dec 1993 12:06:54 +0000 (12:06 +0000)]
(Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Change comments to indicate that any header starting with `X-' is
not supposed to be implemented.  This gives us the same "out" as
that RFC822 does.

30 years agoInitial revision
Richard M. Stallman [Sun, 19 Dec 1993 13:56:32 +0000 (13:56 +0000)]
Initial revision

30 years agoentered into RCS
Richard M. Stallman [Wed, 15 Dec 1993 18:51:14 +0000 (18:51 +0000)]
entered into RCS

30 years ago(update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Roland McGrath [Wed, 15 Dec 1993 01:59:43 +0000 (01:59 +0000)]
(update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Calling sleep (0) causes a gratuitous delay on some systems.

30 years agoInitial revision
Richard M. Stallman [Mon, 13 Dec 1993 17:23:04 +0000 (17:23 +0000)]
Initial revision

30 years ago[! MAP_FILE] (MAP_FILE): Define to zero.
Roland McGrath [Sat, 11 Dec 1993 22:26:14 +0000 (22:26 +0000)]
[! MAP_FILE] (MAP_FILE): Define to zero.
(unexec): Remove unused variable BUF.
Use MAP_FILE bit in mmap call.
(run_time_remap): Use MAP_FILE bit in mmap call.

30 years ago(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
Roland McGrath [Thu, 9 Dec 1993 01:12:13 +0000 (01:12 +0000)]
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".

30 years ago(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Roland McGrath [Wed, 8 Dec 1993 23:49:24 +0000 (23:49 +0000)]
(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
C library.  I changed this in version 18 in 1991, but the change never got
propagated.

30 years ago(lunar-phase): Add calendar-time-zone to solar ephemeris correction.
Paul Eggert [Sun, 5 Dec 1993 18:29:24 +0000 (18:29 +0000)]
(lunar-phase): Add calendar-time-zone to solar ephemeris correction.
This fixes a bug where GMT was being reported as if it were local time.

30 years ago(vc-workfile-unchanged-p): Add optional argument
Paul Eggert [Fri, 3 Dec 1993 09:30:38 +0000 (09:30 +0000)]
(vc-workfile-unchanged-p): Add optional argument
specifying whether we want to compute the differences if the
file is changed.  Otherwise, use cmp instead of diff.
(vc-next-action-on-file): Use new vc-workfile-unchanged-p option;
this avoids recomputing the differences in some cases.
(vc-backend-diff): OLDVERS is now optional; all callers changed.
New optional argument CMP says to use `cmp' rather than `diff'.

30 years agoAdd --brief option.
Paul Eggert [Fri, 3 Dec 1993 09:29:18 +0000 (09:29 +0000)]
Add --brief option.

30 years ago(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath [Thu, 2 Dec 1993 21:04:45 +0000 (21:04 +0000)]
(mail-fcc): Take argument and use interactive spec to prompt, rather than
calling read-file-name explicitly.  This function is useful to call from
programs with a computed argument.

30 years ago(vc-locking-user): Don't assume that the umask permits
Paul Eggert [Thu, 2 Dec 1993 07:47:48 +0000 (07:47 +0000)]
(vc-locking-user): Don't assume that the umask permits
group-write and other-write.

30 years agoRemove spurious comment between autoload cookie and defvar for
Noah Friedman [Wed, 1 Dec 1993 13:04:24 +0000 (13:04 +0000)]
Remove spurious comment between autoload cookie and defvar for
rlogin-initially-track-cwd.

30 years ago(rlogin-filter): initialize `region-begin' to (marker-position proc-mark),
Noah Friedman [Wed, 1 Dec 1993 09:57:04 +0000 (09:57 +0000)]
(rlogin-filter): initialize `region-begin' to (marker-position proc-mark),
not just (point), whatever random value that may be.
Put bindings for `proc-mark', `region-begin', and `window' in separate setq
forms.
In determining whether window-start readjustment is needed, do not examine
scroll-step; it is irrelevant.

30 years agoWhen breaking links, use cp -p.
Richard M. Stallman [Sun, 28 Nov 1993 11:38:10 +0000 (11:38 +0000)]
When breaking links, use cp -p.
Copy install.sh into distribution.
Move the temp dir up into the parent dir;
don't leave the staging dir make-dist.tmp... in existence.