log

age author description
1996-09-21 Richard M. Stallman (Qright): New variable.
1996-09-21 Richard M. Stallman (fast_find_position, show_macro_face): Use new WINDOW_LEFT_MARGIN macro.
1996-09-21 Richard M. Stallman Comment change.
1996-09-21 Richard M. Stallman (preserve_other_columns, preserve_my_columns): Use new
1996-09-21 Richard M. Stallman (display_mode_line): Use faces for inverse video mode line whenever possible.
1996-09-21 Richard M. Stallman (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
1996-09-21 Richard M. Stallman (make_lispy_event): When converting from pixel to glyph coordinates,
1996-09-21 Richard M. Stallman (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
1996-09-21 Richard M. Stallman Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT
1996-09-20 Richard M. Stallman (gud-display-line): Don't call display-buffer
1996-09-20 Richard M. Stallman (init_system_name): Retry gethostbyname only 5 times
1996-09-20 Michael Kifer *** empty log message ***
1996-09-20 Michael Kifer Initial revision
1996-09-19 Richard M. Stallman (file_name_completion): Remove code which sets and
1996-09-19 Richard M. Stallman (display_text_line): Declare ovstr as unsigned char *.
1996-09-19 Richard M. Stallman (imenu--generic-function): Use markers for positions.
1996-09-19 Richard M. Stallman (overlay_strings): Declare pstr using unsigned char.
1996-09-19 Richard M. Stallman (rmail-summary-next-same-subject): Don't set
1996-09-19 Richard M. Stallman (rmail-insert-inbox-text): Detect locked
1996-09-19 Richard M. Stallman Replaced symbol BSD with BSD_SYSTEM.
1996-09-19 Richard M. Stallman (regex_compile): Use TRANSLATE before calling SET_LIST_BIT.
1996-09-18 Richard M. Stallman Clarify how completing-read returns an empty string.
1996-09-18 Richard M. Stallman (Fcompleting_read): Doc fix.
1996-09-18 Richard M. Stallman (imenu--mouse-menu): Add special handling for rescan item.
1996-09-18 Richard M. Stallman (tq-filter): No need for save-match-data.
1996-09-17 Karl Heuer Comment change.
1996-09-17 Richard M. Stallman (C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
1996-09-17 Richard M. Stallman (byte-compile-lambda): If the doc string is also the
1996-09-17 Erik Naggum Comment changes.
1996-09-17 Erik Naggum Declare make_symbol ().
1996-09-17 Erik Naggum (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and
1996-09-17 Erik Naggum (init_obarray): staticpro Qvariable_documentation.
1996-09-17 Erik Naggum (syms_of_keymap): staticpro global_map.
1996-09-17 Erik Naggum (syms_of_fileio): staticpro Qset_visited_file_modtime.
1996-09-17 Erik Naggum (syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
1996-09-17 Erik Naggum (syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and
1996-09-17 Erik Naggum (Fmake_symbol): Initialize `obarray' field.
1996-09-17 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
1996-09-17 Karl Heuer Comment change.
1996-09-17 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
1996-09-17 Karl Heuer Replace symbol BSD with BSD_SYSTEM.
1996-09-17 Karl Heuer Replaced all BSD with BSD_SYSTEM.
1996-09-16 Richard M. Stallman (ispell-dictionary-alist-1): Add `american' to list.
1996-09-16 André Spiegel (vc-find-cvs-master): Fixed handling of "locally added" files.
1996-09-16 André Spiegel (vc-print-log): Set the display window so that it shows
1996-09-16 Richard M. Stallman (file-locked-p): Alias to `ignore' if no file locking.
1996-09-16 Richard M. Stallman (Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
1996-09-16 Richard M. Stallman (frame.o, textprop.o, abbrev.o): Depend on window.h.
1996-09-16 Richard M. Stallman (read_minibuf_unwind): Clear last_overlay_modified field.
1996-09-16 Richard M. Stallman (IT_set_menu_bar_lines): Clear last_overlay_modified field.
1996-09-16 Richard M. Stallman (note_mouse_highlight): Test last_overlay_modified field.
1996-09-16 Richard M. Stallman (Fset_window_start): Clear last_overlay_modified field.
1996-09-16 Richard M. Stallman Comment change.
1996-09-16 Richard M. Stallman (stream_process): Variable deleted.
1996-09-16 Richard M. Stallman Comment changes.
1996-09-15 Richard M. Stallman (C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
1996-09-15 Richard M. Stallman (tq-filter): Add unwind-protect and save-match-data.
1996-09-15 Richard M. Stallman (Info-mode): Do fontify, if ms-windows.
1996-09-15 Richard M. Stallman (mouse-set-region):
1996-09-15 Richard M. Stallman (facemenu-color-equal): Change win32 to ms-windows.
1996-09-15 Richard M. Stallman (make-face, make-face-x-resource-internal):
1996-09-15 Richard M. Stallman (normal-top-level, command-line-1, command-line):
1996-09-15 Richard M. Stallman (redisplay_internal, mark_window_display_accurate)
1996-09-15 Richard M. Stallman (command_loop_1): Test last_overlay_modified
1996-09-15 Richard M. Stallman (direct_output_for_insert): Set last_overlay_modified field in window.
1996-09-15 Richard M. Stallman (gap_left, gap_right, modify_region):
1996-09-15 Richard M. Stallman (modify_overlay): Renamed from redisplay_region
1996-09-15 Richard M. Stallman (struct window): New field last_overlay_modified.
1996-09-15 Richard M. Stallman Fix previous change.
1996-09-15 Richard M. Stallman (struct buffer): New field overlay_modiff.
1996-09-15 Richard Kenner RMS: libc-960918 libc-960919 libc-960920 libc-960921 libc-960922 libc-960923
1996-09-14 Richard M. Stallman (rmail-output-file-alist): Add autoload cookie.
1996-09-14 Richard M. Stallman (find-file-existing-other-name): Default value now t.
1996-09-14 Richard M. Stallman (ps-print-prologue): Get rid of backslash-digits
1996-09-13 Richard M. Stallman (gud-find-c-expr): Renamed from find-c-expr.
1996-09-13 Richard M. Stallman (Fmake_terminal_frame): Use Vdefault_frame_alist.
1996-09-13 Richard M. Stallman (inhibit-first-line-modes-regexps): Add .tgz.
1996-09-13 Richard M. Stallman (hif-token-regexp): Move ! after !=.
1996-09-13 Richard M. Stallman (recursive_edit_1): Handle a string as the throw value.
1996-09-13 Richard M. Stallman (read_minibuf): If not in minibuffer window,
1996-09-13 Richard M. Stallman (x_connection_closed): Call XtCloseDisplay.
1996-09-13 Richard M. Stallman (struct Lisp_Symbol): New field `obarray'.
1996-09-13 Richard M. Stallman Use pc instead of unknown, for pc clone systems. libc-960913
1996-09-13 Richard M. Stallman (mail-extr-safe-move-sexp): Make sure this doesn't
1996-09-12 Richard M. Stallman (iso-transl-char-map): Add ACCENT SPACE sequences.
1996-09-12 Richard M. Stallman Load frame.elc unconditionally.
1996-09-12 Richard M. Stallman (read-feature): New function.
1996-09-12 Richard M. Stallman (lock_superlock): Delete superlock file if it stayed
1996-09-12 Richard M. Stallman (pp-eval-expression): Set font-lock-default locally to nil.
1996-09-12 Tom Tromey (tcl-indent-command): Use insert-tab, not self-insert-command.
1996-09-11 Richard M. Stallman (ediff-eval-in-buffer): Add properties
1996-09-11 Richard M. Stallman (ediff-context-diff-label-regexp): Recognize -u format better.
1996-09-11 Karl Heuer Change all references from point to PT.
1996-09-11 Richard M. Stallman (Fexecute_extended_command): Delete junk lines.
1996-09-11 Richard M. Stallman (Fload): Move ... to ends of messages.
1996-09-11 Richard M. Stallman Initial revision
1996-09-11 Richard M. Stallman (BASE_PURESIZE): Increased.
1996-09-11 Richard M. Stallman Load bindings.el.
1996-09-11 Richard M. Stallman (LIBX11_SYSTEM): Don't use ..._s libraries.
1996-09-11 Richard M. Stallman (easy-menu-do-define): Use `x-popup-menu' instead of
1996-09-10 Erik Naggum (byte-compile-output-file-form): Bind print-quoted and print-gensym to t
1996-09-10 Richard M. Stallman (update-file-autoloads): Don't barf if autoloads file
1996-09-10 Richard M. Stallman Clarify value returned by programmed completion function.
1996-09-10 Richard M. Stallman (x_set_frame_parameters): Make height and width ints.
1996-09-10 Richard M. Stallman (Faccess_file): New function.
1996-09-10 Richard M. Stallman [HAVE_TERMIOS_H]: Include termios.h.
1996-09-10 Richard M. Stallman (signal_before_change): Fix previous change.
1996-09-10 Richard M. Stallman (search_buffer): Use EMACS_UINT.
1996-09-10 Richard M. Stallman (getloadavg): Add new code for SUNOS_5 to use -lkstat.
1996-09-10 Richard M. Stallman (arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
1996-09-10 Richard M. Stallman (byte-compile-out-toplevel): Undo previous change.
1996-09-10 Richard M. Stallman (imenu): Tests for when to widen were backwards.