bpt/emacs.git
1993-03-11 Jim Blandy* process.c (process_send_signal): In the TERMIOS code...
1993-03-11 Jim Blandy* floatfns.c (Flogb): Undo the change of Feb 22.
1993-03-11 Jim Blandy* emacs.c (__do_global_ctors, __do_global_ctors_aux,
1993-03-11 Jim Blandy* dired.c (NAMLEN): Never use d_nameln to get the lengt...
1993-03-11 Jim Blandy* s/usg5-4.h: Changes from Eric Raymond:
1993-03-11 Jim Blandy* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the...
1993-03-11 Jim Blandy* m/template.h, s/template.h: Mention that `etc/MACHINE...
1993-03-11 Jim Blandy* m/intel386.h (LIB_STANDARD): If USG5_4 is #defined...
1993-03-11 Jim Blandy* sun-mouse.el (suspend-emacstool): Run suspend-hooks...
1993-03-11 Jim Blandy* simple.el (kill-ring-save): Doc fix.
1993-03-11 Jim Blandy* resume.el: Doc fix.
1993-03-11 Jim Blandy* simple.el (yank, yank-pop): Always return nil; don...
1993-03-11 Jim Blandy* files.el (basic-save-buffer): If file-precious-flag...
1993-03-11 Jim Blandy* calendar.el (hebrew-calendar-yahrzeit): Change refere...
1993-03-11 Jim Blandy* cal-mayan.el (calendar-mayan-haab-on-or-before,
1993-03-11 Richard M.... (command-line-1): Fix copyright year.
1993-03-11 Jim Blandy* bytecomp.el: Declare suspend-hook to be an obsolete...
1993-03-11 Jim Blandy* term/x-win.el: Disable suspending under X windows...
1993-03-11 Jim Blandy* timer.c (main): Set the ownership of the stdin file...
1993-03-11 Jim Blandy* b2m.c (main): Don't exit upon reading a blank line.
1993-03-11 Jim Blandy* configure: Recognize strings like "sysvr0" or "sysvr1...
1993-03-11 Jim Blandy* Makefile.in (install.sysv): Add a second `$' in front of
1993-03-11 Jim Blandyentered into RCS
1993-03-11 Jim Blandy* keyboard.c (command_loop_1): Adjust to the fact that...
1993-03-10 Richard M.... (function-key-map): Map key symbols backspace, return...
1993-03-10 Richard M.... Define HAVE_TCATTR based on HAVE_TERMIOS earlier.
1993-03-10 Richard M.... (FLOAT_CHECK_ERRNO): Define unless NO_FLOAT_CHECK_ERRNO.
1993-03-10 Richard M.... (Fdefine_key): Use proper meta-bit to clear.
1993-03-10 Richard M.... (syms_of_data) [LISP_FLOAT_TYPE]: Define new error...
1993-03-10 Richard M.... (Fy_or_n_p): Use query-replace-map.
1993-03-10 Richard M.... (set_point): Check invisibility of following character...
1993-03-09 Jim Blandy*** empty log message ***
1993-03-09 Jim BlandyInitial revision
1993-03-09 Eric S. RaymondFix typo.
1993-03-09 Richard M.... (run-at-time): Allow an integer as TIME.
1993-03-09 Eric S. RaymondVersion 5 baseline.
1993-03-09 Richard M.... (c-beginning-of-statement): If next to a comment, use...
1993-03-09 Richard M.... (query-replace-map): Add `quit' bindings. Delete defau...
1993-03-09 Richard M.... (map-y-or-n-p): Handle `quit' as answer.
1993-03-09 Richard M.... (map-y-or-n-p): Use query-replace-map.
1993-03-09 Richard M.... (query-replace-map): New keymap.
1993-03-09 Richard M.... (command-apropos): Print echo area message iff found...
1993-03-09 Jim Blandy*** empty log message ***
1993-03-09 Richard M.... (rmail-update-summary): New function.
1993-03-09 Richard M.... (rmail-delete-forward): Go to summary buf to change...
1993-03-09 Richard M.... (set-mark): Activate the mark.
1993-03-09 Richard M.... entered into RCS
1993-03-09 Richard M.... Initial revision
1993-03-08 Richard M.... Add autoload comments.
1993-03-08 Richard M.... (posn-timestamp, posn-col-row, posn-point, posn-window):
1993-03-08 Richard M.... (posn-timestamp, posn-col-row, posn-point, posn-window):
1993-03-08 Richard M.... Comment change.
1993-03-08 Richard M.... (Fframe_char_height, Fframe_char_width):
1993-03-08 Richard M.... (Fx_pixel_width, Fx_pixel_height): Fns deleted.
1993-03-08 Richard M.... entered into RCS
1993-03-08 Richard M.... (copy_rope): Expect FROM to be a vector.
1993-03-08 Richard M.... (XTread_socket):
1993-03-08 Richard M.... (event-basic-type): New function.
1993-03-07 Richard M.... Declare Qcategory, Qlocal_map. Declare textget, get_lo...
1993-03-07 Richard M.... Include intervals.h.
1993-03-07 Roland McGrath(syms_of_buffer): Make erase-buffer a disabled command.
1993-03-07 Richard M.... Include termhooks.h.
1993-03-07 Richard M.... (Fget_text_property): Use textget.
1993-03-07 Richard M.... *** empty log message ***
1993-03-07 Richard M.... (read_key_sequence):
1993-03-07 Richard M.... (isearch-other-meta-char): Call listify-key-sequence.
1993-03-07 Paul Eggert(vc-update-change-log): Check that ChangeLog is writable
1993-03-07 Richard M.... (Qmodification_hooks): Renamed from Qmodification.
1993-03-07 Richard M.... (verify_interval_modification): Handle insertions
1993-03-07 Richard M.... (struct buffer): New field mark_active.
1993-03-07 Richard M.... (prepare_to_modify_buffer): Set Vdeactivate_mark.
1993-03-07 Richard M.... (save_excursion_save): Save mark_active of buffer.
1993-03-07 Richard M.... (check_mark): Error if mark is not active.
1993-03-07 Richard M.... (x_alt_mod_mask, x_super_mod_mask, x_hyper_mod_mask...
1993-03-07 Richard M.... (alt_modifier, super_modifier, hyper_modifier):
1993-03-07 Richard M.... (follow_key): Downcase shift_modifier as well as ASCII.
1993-03-07 Richard M.... (syms_of_lread): Set up Qascii_character.
1993-03-07 Richard M.... (reset_buffer_local_variables): Reset mark_active.
1993-03-07 Richard M.... (isearch-mode): Don't make a pre-command-hook.
1993-03-07 Richard M.... (vc-revert-buffer1): Use mark-marker; don't alter mark...
1993-03-07 Richard M.... (event-modifiers): New function.
1993-03-07 Richard M.... *** empty log message ***
1993-03-07 Richard M.... (Info-insert-dir): Fix typo.
1993-03-07 Richard M.... (function-key-map): Map key symbols backspace, return...
1993-03-07 Richard M.... (Info-forward-node): Properly go to first menu item.
1993-03-07 Richard M.... (isearch-unread): Find last list element by hand.
1993-03-07 Richard M.... Initial revision
1993-03-06 Richard M.... (momentary-string-display): Handle any event when flush...
1993-03-06 Richard M.... (Info-summary): Handle any event when flushing the...
1993-03-06 Richard M.... (isearch-unread): Handle multiple args.
1993-03-06 Richard M.... (te-escape-extended-command-unread): Handle any key...
1993-03-06 Richard M.... (emerge-show-file-name): Handle any kind of event.
1993-03-06 Richard M.... (fortran-abbrev-start): Handle any kind of event.
1993-03-06 Richard M.... (electric-help-command-loop): Handle any kind of event.
1993-03-06 Richard M.... (electric-buffer-list): Handle any kind of event.
1993-03-06 Richard M.... Fix bug in previous change.
1993-03-06 Richard M.... (simula-electric-label): Handle any event when flushing...
1993-03-06 Richard M.... (prefix-arg-internal): Use listify-key-sequence.
1993-03-06 Richard M.... (comint-dynamic-list-completions): Handle any event...
1993-03-06 Richard M.... (listify-key-sequence): New function.
next