log

age author description
1995-04-03 Simon Marshall Added support for special (quoted) characters in file names:
1995-04-03 Simon Marshall Set comint-file-name-quote-list to new shell-file-name-quote-list.
1995-04-02 Richard M. Stallman Don't distribute shortnames directory.
1995-04-02 Richard M. Stallman Explain why public domain.
1995-04-02 Richard M. Stallman Comment change.
1995-04-02 Richard M. Stallman (menu-bar-edit-menu): Capitalize an item name.
1995-04-02 Richard M. Stallman (mail-mode-map): Longer title for headers submenu.
1995-04-02 Richard M. Stallman (inhibit-first-line-modes-suffixes): New variable.
1995-04-02 Richard M. Stallman (jka-compr-install): Add items to inhibit-first-line-modes-suffixes.
1995-04-02 Richard M. Stallman (fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.
1995-04-01 Richard M. Stallman (unrmail): Don't make or switch to a summary buffer.
1995-04-01 Richard M. Stallman (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.
1995-03-31 Richard M. Stallman (rmail-summary-toggle-header): Make header visible in message buffer.
1995-03-31 Karl Heuer (command_loop_1): If we ignore force_start, then also
1995-03-31 Richard M. Stallman (scheme-indent-sexp): Don't fail when
1995-03-31 Richard M. Stallman (isfloat_string): Permit trailing space.
1995-03-31 Karl Heuer Fix comment.
1995-03-31 Karl Heuer (insert-kbd-macro): Do something reasonable for vectors.
1995-03-31 Richard M. Stallman [MULTI_FRAME] (Factive_minibuffer_window): New function.
1995-03-31 Richard M. Stallman Delete extension language project. Add GNUstep. Move empire-builder.
1995-03-31 Karl Heuer (event_to_kboard): Ignore dead frames.
1995-03-31 Karl Heuer (x_delete_display): Extract kboard deletion, for modularity.
1995-03-31 Karl Heuer (wipe_kboard): Make this function static.
1995-03-31 Karl Heuer Declare function delete_kboard.
1995-03-31 Karl Heuer (struct x_display_info): New member cut_buffers_initialized.
1995-03-31 Karl Heuer (x_term_init): Initialize cut_buffers_initialized.
1995-03-31 Karl Heuer (Fx_store_cut_buffer_internal): Use the flag in the
1995-03-31 Richard M. Stallman (insert-directory): Use \ before insert-directory-program
1995-03-31 Richard M. Stallman (choose-completion-string): Use active-minibuffer-window.
1995-03-31 Richard M. Stallman (dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.
1995-03-31 Karl Heuer (sort_args): Skip strncmp if longname is a null pointer.
1995-03-30 Karl Heuer (comint-read-noecho): Don't log prompt messages.
1995-03-30 Richard M. Stallman (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.
1995-03-30 Richard M. Stallman Comment change.
1995-03-30 Richard M. Stallman Fix previous change.
1995-03-30 Richard M. Stallman (modify-face): Handle stipple. Handle defaulting properly.
1995-03-30 Simon Marshall Wrap filename character quoting code with save-excursion so following forms
1995-03-29 Richard M. Stallman Comment change.
1995-03-29 Richard M. Stallman (minibuffer-window-active-p): Use active-minibuffer-window.
1995-03-28 Karl Heuer (Fsignal_process): SIGCODE is a symbol, not a string.
1995-03-28 Karl Heuer (comint-read-noecho): Use a format string, in case
1995-03-28 Richard M. Stallman (r_re_alloc): Correct realloc behavior--allow shrinking
1995-03-28 Richard M. Stallman (scroll-bar-drag): Bind echo-keystrokes to 0.
1995-03-28 Richard M. Stallman (Fsignal_process): Allow signal names as well as numbers.
1995-03-28 Richard M. Stallman (nntp-request-article): If ID is integer, convert to string.
1995-03-28 Richard M. Stallman (Fconcat): Undo previous change.
1995-03-28 Richard M. Stallman Say not to use concat for integers.
1995-03-28 Richard M. Stallman (event-apply-modifier): New function.
1995-03-27 Richard M. Stallman Minor purecopy correction.
1995-03-27 Richard M. Stallman (Fget, Fput): Fetch and store symbol's plist directly.
1995-03-27 Richard M. Stallman Fix setcdr example.
1995-03-27 Richard M. Stallman Fix usage note for character quote syntax class.
1995-03-27 Richard M. Stallman (init_editfns): Use NAME envvar to init user-full-name.
1995-03-27 Richard M. Stallman Don't include alloca.h if NOT_C_CODE.
1995-03-27 Boris Goldowsky (Vdefault_text_properties): name changed from Vdefault_properties.
1995-03-27 Boris Goldowsky Vdefault_text_properties: name changed from Vdefault_properties.
1995-03-27 Boris Goldowsky (Vdefault_text_properties): name changed from Vdefault_properties.
1995-03-27 Boris Goldowsky (Fplist_put, Fplist_get): New fns.
1995-03-27 Boris Goldowsky (enriched-mode): Use new plist-put and plist-get fns,
1995-03-27 Richard M. Stallman (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent.