I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include "character.h" instead of "charset.h". (Fcall_process): Big change for the new code-conversion APIs. More... about 22 years ago
EXFUN Fbuffer_live_p. More... about 22 years ago
Include "character.h" instead of "charset.h", don't include "coding.h". (Fset_buffer_multibyte): Adjuted for UTF-8. More... about 22 years ago
Include "character.h" instead of "charset.h". (Fmake_char_table): Moved to chartab.c. (make_sub_char_table): Likewise. (syms_of_alloc): Remove defsubr for Smake_char_table. More... about 22 years ago
Include "character.h". More... about 22 years ago
Include "character.h" instead of "charset.h". More... about 22 years ago
(obj): Add character.o and chartab.o. (lisp, shortlisp): Remove utf-8.elc: (*.o): For many files, change dependency on charset.h to character.h, and add dependency on character.h. (character.o, chartab.o): New targets. More... about 22 years ago
(xchartable): Adjusted for the change of char table structure. (xsubchartable, xcoding, xcharset, xcurbuf): New commands. More... about 22 years ago
(java-font-lock-extra-types): Match java.net.URL, etc.
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
*** empty log message ***
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
Describe non-blocking connect using open-network-stream. More... about 22 years ago
(Fprocess_status): Document connect and failed return values. More... about 22 years ago
Added support for non-blocking connect. More... about 22 years ago
(Qconnect, Qfailed): New variables. (syms_of_process): Intern and staticpro them. [NON_BLOCKING_CONNECT]: New conditional. (connect_wait_mask, num_pending_connects): New variables. (status_message): Convert Qfailed status. (Fopen_network_stream): Added support for non-blocking connect. New optional args: filter, sentinel, non_blocking. Doc updated. [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. (deactivate_process): Handle pending non-blocking connect. (wait_reading_process_input): Poll for status of non-blocking connects. Exec sentinel directly when connect succeeds. (status_notify): Don't read process output if not yet connected. More... about 22 years ago
(syms_of_window): Initialize minibuf_selected_window. More... about 22 years ago
(minibuf_selected_window): Renamed from Vminibuf_selected_window. More... about 22 years ago
(minibuf_selected_window): Renamed from Vminibuf_selected_window. Users changed. (syms_of_window): Staticpro it. More... about 22 years ago
(hexl-options): Doc fix. Update Commentary section. More... about 22 years ago
Fix typos. More... about 22 years ago
(sgml-specials, sgml-quick-keys): Doc fixes. More... about 22 years ago
(vc-menu-map): New entry "Update to Latest Version", which calls vc-update. Use the term "Base Version" instead of "Last Version" for the entries "Revert" and "Compare". More... about 22 years ago
(vc-update): New function. More... about 22 years ago
(vc-revert-buffer): If the buffer is not saved, prompt the user to do that first. More... about 22 years ago
*** empty log message ***
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
(shell-command-on-region): Report non-zero exit status in mode line instead of buffer. More... about 22 years ago
(comint-preoutput-filter-functions): Doc fix. (comint-output-filter-functions, comint-input-filter-functions) (comint-redirect-filter-functions): Likewise.
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
Clarify gamma correction.
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
<making srcdir absolute>: Verify that PWD is correct, not just well-formed and valid.
Richard Stallman
as Richard M. Stallman
More... about 22 years ago
*** empty log message *** More... about 22 years ago
(init_iterator): Compare with Vminibuf_selected_window instead of Vminibuf_scroll_window when deciding in which window the region should be highlighted. Consequently, the region remains highlighted even when a completion buffer is also displayed. More... about 22 years ago