log

age author description
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.
1996-09-10 Richard M. Stallman (outline-font-lock-keywords):
1996-09-10 Richard M. Stallman (longopts): Change nowait to no-wait.
1996-09-09 Richard M. Stallman (iso-transl-define-keys): Fix paren error in prev change.
1996-09-09 Richard M. Stallman (syms_of_buffer): Doc fixes.
1996-09-09 Richard M. Stallman Check for termios.h. Check for setpgid.
1996-09-09 Richard M. Stallman (iso-transl-dead-key-alist): Add dead-...
1996-09-09 Erik Naggum Add #n=object, #n#, and #:symbol constructs to reader.
1996-09-08 Erik Naggum Add #n=object, #n#, and #:symbol constructs to printer.
1996-09-08 André Spiegel (vc-file-owner): If the file is owned by somebody else, return the UID
1996-09-08 André Spiegel (vc-print-log): Move point to the log entry of the current version.
1996-09-07 Erik Naggum (main): Declare `fromlen' as size_t, undo previous change.
1996-09-06 Michael Kifer *** empty log message ***
1996-09-06 Michael Kifer *** empty log message ***
1996-09-05 Karl Heuer (Finsert_buffer_substring): Check for deleted buffer.
1996-09-04 Richard M. Stallman Add many declarations.
1996-09-04 Richard M. Stallman (BITS_PER_EMACS_INT): New definition.
1996-09-04 Richard M. Stallman (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm
1996-09-04 Richard M. Stallman (apropos-print): Don't say `Type ' before M-x cmd.
1996-09-04 Richard M. Stallman (perform-replace): Increment replace-count
1996-09-04 Richard M. Stallman (executable-insert): Doc fix.
1996-09-04 Richard M. Stallman (create_process): Test HAVE_SETPGID for using setpgid.
1996-09-04 Richard M. Stallman (HAVE_SETPGID): Add #undef.
1996-09-04 Richard M. Stallman (syms_of_keymap): staticpro current_global_map;
1996-09-04 Richard M. Stallman (get_local_map): Call indirect-function.
1996-09-04 Richard M. Stallman Mention local-value property on an overlay.
1996-09-04 Richard M. Stallman (main): Declare `fromunix' as size_t.
1996-09-04 Richard M. Stallman Whitespace fix.
1996-09-04 Richard M. Stallman unexelf1.c merged into this file.
1996-09-04 Richard M. Stallman (UNEXEC): Use unexelf.c.
1996-09-04 Richard M. Stallman Include config.h.
1996-09-04 Richard M. Stallman [HAVE_TERMIOS_H]: Include termios.h.
1996-09-04 Richard M. Stallman (create_process_1, sigchld_handler) [POSIX_SIGNALS]:
1996-09-04 Richard M. Stallman (input_available_signal) [POSIX_SIGNALS]:
1996-09-04 Richard M. Stallman (HAVE_TERMIOS_H): Add #undef.
1996-09-04 Richard M. Stallman (Fmacroexpand): Don't declare `form' as register.
1996-09-04 Richard M. Stallman (Fredirect_frame_focus): Don't call Ffocus_frame.
1996-09-04 Richard M. Stallman (Fexecute_extended_command): Fix previous change.
1996-09-04 Richard M. Stallman (copy_intervals_to_string): Take arg as buffer.
1996-09-04 Richard M. Stallman (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.
1996-09-04 Richard M. Stallman (Fmacroexpand): gcpro form while calling do_autoload.
1996-09-04 Richard M. Stallman (Fexecute_extended_command): gcpro prefixarg.
1996-09-04 Richard M. Stallman (x_set_frame_parameters): Make height and width ints.
1996-09-04 Richard M. Stallman (map_char_table): Declare depth as int.
1996-09-04 Richard M. Stallman (note_mouse_highlight): Pass POS argument to fast_find_position as int.
1996-09-04 Richard M. Stallman (set_properties, add_properties, remove_properties):
1996-09-04 Richard M. Stallman (prepare_to_modify_buffer): Take integer arguments.
1996-09-04 Richard M. Stallman (Fmake_byte_code): Call make_pure_vector using nargs.
1996-09-03 Richard M. Stallman (Fpurecopy): Cast arg to make_pure_vector.
1996-09-03 Richard M. Stallman (calendar-current-date): Simplify by using decode-time instead
1996-09-03 Richard M. Stallman (insert-directory): Use same value of `now' for all files.
1996-09-03 Richard M. Stallman (Fformat): Pass a string using XSTRING.
1996-09-03 Richard M. Stallman (doprnt1): If lispstrings, accept a string
1996-09-03 Richard M. Stallman (message): Cast size arg to doprnt.
1996-09-03 Richard M. Stallman (OUTPUT_IF, OUTPUT): Cast frame height to int.
1996-09-03 Richard M. Stallman (term_init): Avoid type-mismatch calling get_frame_size.
1996-09-03 Richard M. Stallman (command-line, command-line-1):
1996-09-03 Richard M. Stallman (sort_args): Don't rearrange any args that follow "--".
1996-09-03 Richard M. Stallman (dired-mode-map): Add revert-buffer to Immediate menu.
1996-09-03 Richard M. Stallman (Ffocus_frame, Funfocus_frame): Functions deleted.
1996-09-03 Richard M. Stallman (other-frame): Don't call unfocus-frame.
1996-09-03 Richard M. Stallman (mouse-select-window): Don't call unfocus-frame.
1996-09-03 Richard M. Stallman (etags_getcwd): Use getcwd if available even if MSDOS.
1996-09-03 Paul Eggert (timer-next-integral-multiple-of-time): New function.
1996-09-03 Paul Eggert (display-time): Use new run-at-time functionality to
1996-09-03 Paul Eggert (mktime): Fix typo in previous patch.
1996-09-03 Paul Eggert (mktime): #undef so that we don't mess up the file name mktime.c.
1996-09-03 Paul Eggert (mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
1996-09-03 Richard M. Stallman (show-paren-function): Handle unbalanced parens as
1996-09-03 Paul Eggert (Fencode_time): Remove NEXTSTEP workaround;
1996-09-03 Paul Eggert (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
1996-09-03 Paul Eggert (run-at-time): Doc fix.
1996-09-03 Richard M. Stallman (create_process): Undo previous change.
1996-09-02 Richard M. Stallman (server-process-filter): Quote with &, not \.
1996-09-02 Richard M. Stallman (quote_file_name): Quote with &, not \.
1996-09-02 Richard M. Stallman (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-02 Richard M. Stallman (save-match-data): Definition deleted.
1996-09-02 Richard M. Stallman Include signal.h properly;
1996-09-02 Richard M. Stallman On fatal signal, delete socket-file:
1996-09-02 Richard M. Stallman (redisplay_internal): Test last_selected_window slot.
1996-09-02 Richard M. Stallman (unshow_buffer): Clear last_selected_window slot, maybe.
1996-09-02 Richard M. Stallman (reset_buffer): Initialize last_selected_window slot.
1996-09-02 Richard M. Stallman (strict buffer): New slot last_selected_window.
1996-09-02 Richard M. Stallman (ffap-locate-file): Function deleted.
1996-09-02 Richard M. Stallman (locate-library): New arg PATH. Handle autocompression mode.
1996-09-02 Richard M. Stallman (locate-library): Doc fix.
1996-09-02 Richard M. Stallman (rmail-dont-reply-to): Recognize the names to delete
1996-09-02 Richard M. Stallman (quote_file_name): New function.
1996-09-02 Richard M. Stallman (server-process-filter): Undo the quoting with
1996-09-01 Richard M. Stallman Comment change.
1996-09-01 Richard M. Stallman (Fprocess_contact): New function.
1996-09-01 Richard M. Stallman Turn on byte-compile-dynamic.
1996-09-01 Richard M. Stallman Explain better about abnormal hooks.
1996-09-01 Richard M. Stallman (record_asynch_buffer_change, gobble_input):
1996-09-01 Richard M. Stallman (sigunblockx): Definitions deleted.
1996-09-01 Richard M. Stallman (create_process): Test defined (TIOCSCTTY)
1996-09-01 Richard M. Stallman (insert-directory): If ls fails, get an error.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-09-01 Karl Heuer (MULTI_FRAME): Obsolete macro deleted.
1996-09-01 Richard M. Stallman (struct x_display_info): Add element Xatom_FONT.
1996-09-01 Richard M. Stallman (x_term_init): Initialize Xatom_FONT member.
1996-09-01 Richard M. Stallman Doc fixes.
1996-09-01 Richard M. Stallman [HAVE_SETRLIMIT]: Include time.h and resource.h.
1996-09-01 Richard M. Stallman (isearch-*-char): Use the isearch-other-end as new
1996-09-01 Richard M. Stallman (build_annotations): Remember original buffer that the
1996-09-01 Richard M. Stallman Add menu items and xrefs to the menu bar menu.
1996-09-01 Richard M. Stallman (compilation-finish-functions): New variable.
1996-09-01 Richard M. Stallman (Fx_list_fonts): New optional arg MAXIMUM.
1996-09-01 Richard M. Stallman (tmm-add-one-shortcut): New subroutine.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-09-01 Richard M. Stallman (vip-custom-file-name): Use convert-standard-filename.
1996-09-01 Richard M. Stallman (desktop-basefilename): Use convert-standard-filename.
1996-09-01 Richard M. Stallman (bookmark-default-file): Use convert-standard-filename.
1996-09-01 Richard M. Stallman (change-log-name): Don't treat MSDOS, NT specially.
1996-09-01 Karl Heuer (re_match_2_internal) [emacs]: Use PT, not point.
1996-09-01 Richard M. Stallman (vc-register-switches): New variable.
1996-09-01 Richard M. Stallman (TAGS): Use $(srcdir) in deps.
1996-09-01 Richard M. Stallman (emacsclient): Link with getopt.
1996-09-01 Richard M. Stallman (decode_options): New function.
1996-09-01 Richard M. Stallman [windows-nt, ms-dos]: Load dos-nt.
1996-09-01 Richard M. Stallman (path-separator, grep-null-device, grep-regexp-alist)
1996-09-01 Richard M. Stallman (path-separator, grep-null-device, grep-regexp-alist)
1996-09-01 Richard M. Stallman Initial revision
1996-09-01 Richard M. Stallman (lisp): Include dos-nt.elc.
1996-09-01 Richard M. Stallman (MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc.
1996-09-01 Richard M. Stallman (gnus-local-domain): Remove.
1996-09-01 Richard M. Stallman Add 1996 to copyright notice.
1996-09-01 Richard M. Stallman Don't fill based on window width.
1996-09-01 Richard M. Stallman (format-alist): Doc fix.
1996-09-01 Richard M. Stallman (use-hard-newlines): New minor mode function.
1996-09-01 Richard M. Stallman (set-hard-newline-properties): New fn.
1996-09-01 Richard M. Stallman (requeued_events_pending_p): New function.
1996-09-01 Richard M. Stallman (mouse-show-mark): Detect loss of selection
1996-09-01 Richard M. Stallman (make-auto-save-file-name): Try a few directories
1996-09-01 Richard M. Stallman Check for setrlimit.
1996-09-01 Richard M. Stallman (HAVE_SETRLIMIT): Add #undef.
1996-09-01 Richard M. Stallman (Fload): Add "source is newer" info to the "loading" and "done" messages.
1996-08-31 Richard M. Stallman (blessmail): Use $srcdir to find blessmail.el.
1996-08-31 Richard M. Stallman Clean up whitespace.
1996-08-31 Richard M. Stallman (re_search_2): Optimize regexp that starts with ^.
1996-08-31 Richard M. Stallman (FREE_VAR): Clean up C syntax.
1996-08-31 Richard M. Stallman (make-doctor-variables): Eliminate `observation-list' also.
1996-08-31 Richard M. Stallman (make-doctor-variables): Eliminate unused variables `elist'
1996-08-31 Paul Eggert (sys/systeminfo.h, getdomainname, sysinfo): Check for them.
1996-08-31 Paul Eggert (HAVE_SYS_SYSTEMINFO_H, HAVE_GETDOMAINNAME, HAVE_SYSINFO): New macros.
1996-08-31 Paul Eggert (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined.
1996-08-31 Richard M. Stallman (internal-set-face-1): When calling x-list-fonts, ask for just one match.
1996-08-31 Richard M. Stallman (Fgarbage_collect): Report used and free intervals.
1996-08-31 Richard M. Stallman (Vwin32_start_process_show_window): New variable.
1996-08-31 Richard M. Stallman (x_set_cursor_color): Use x_update_cursor.
1996-08-31 Richard M. Stallman (LD_SWITCH_SYSTEM): Add alternate definition if not __NeXT.
1996-08-31 Richard M. Stallman (command-line-1): Rearrange initial screen.
1996-08-31 Richard M. Stallman (menu-bar-update-buffers): Make the Frames menu a submenu of the Buffers menu.
1996-08-31 Richard M. Stallman (both versions): Handle -nowait and --nowait by sending data to the server.
1996-08-31 Richard M. Stallman entered into RCS
1996-08-31 Richard M. Stallman (XTupdate_end): Always clear mouse_face_defer flag.
1996-08-31 Richard M. Stallman (Fset_face_attribute_internal): Set mouse_face_defer flag.
1996-08-31 Richard M. Stallman (webjump-sample-sites): Define with defvar.
1996-08-30 Richard M. Stallman (do_line_dance, dumprectangle): Use x_update_cursor.
1996-08-30 Richard M. Stallman (vc-update-change-log): Doc fix.
1996-08-30 Richard M. Stallman (do-auto-fill): Do break after one word as last resort
1996-08-30 Richard M. Stallman Require ediff-init.
1996-08-30 Richard M. Stallman Initial revision
1996-08-30 Richard M. Stallman (texinfo-format-printindex):
1996-08-30 Richard M. Stallman (foldout-hide-flag, foldout-show-flag): New variables.
1996-08-30 Richard M. Stallman (save-match-data): Fix typo in previous change.
1996-08-30 Richard M. Stallman (cmd_error): Clear executing_macro.
1996-08-30 Lars Magne Ingebrigtsen 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1996-08-30 Lars Magne Ingebrigtsen 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1996-08-30 Richard M. Stallman (Fminibuffer_complete_word): Check for
1996-08-29 Richard M. Stallman (reporter-compose-outgoing): Fix error syntax.
1996-08-29 Richard M. Stallman (vc-update-change-log): Remove code which found RCS files
1996-08-29 Erik Naggum (init_macros): Initialize executing_macro, too.
1996-08-29 Richard M. Stallman (INSTALL_STRIP): New variable.
1996-08-29 Richard M. Stallman (Vring_bell_function): New variable.
1996-08-29 Richard M. Stallman (XTread_socket): Call XFilterEvent on all events,
1996-08-29 Richard M. Stallman (byte-compile-associative): Treat one arg case like (+ x 0).
1996-08-29 Richard M. Stallman (narrow-to-defun): New function.
1996-08-29 Richard M. Stallman (executing_macro_iterations, executing_macro): Declared.
1996-08-29 Richard M. Stallman (cmd_error): Add number of kbd macro iterations to the error message.
1996-08-29 Richard M. Stallman (executing_macro_iterations, executing_macro): New vars.
1996-08-29 Richard M. Stallman (Vhistory_length, Qhistory_length): New variables.
1996-08-29 Richard M. Stallman (Fsubstring): Handle vectors as well as strings.
1996-08-29 Richard M. Stallman (save-match-data): Fix previous change.
1996-08-29 Richard M. Stallman (display-time): Call display-time-mode.
1996-08-29 Richard M. Stallman (kill-some-buffers): New arg LIST says buffers to maybe kill.
1996-08-29 Richard M. Stallman (mail-mode-auto-fill): New function.
1996-08-29 Richard M. Stallman (Fcall_interactively): For `N' and `n',
1996-08-29 Richard M. Stallman (syms_of_alloc): Set up Lisp variables ...-consed,
1996-08-29 Lars Magne Ingebrigtsen 1996-08-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1996-08-28 Richard M. Stallman (ange-ftp-ls): Run ange-ftp-before-parse-ls-hook.
1996-08-28 Richard M. Stallman Check for utimes.
1996-08-28 Richard M. Stallman (server-visit-files): New argument NOWAIT.
1996-08-28 Richard M. Stallman (save-match-data): Use save-match-data-internal
1996-08-28 Richard M. Stallman (byte-compile-out-toplevel): Always compile to byte code
1996-08-28 Richard M. Stallman (byte-compile-funarg-2): New function,
1996-08-28 Richard M. Stallman (main): Add bug report info in --help message.
1996-08-28 Richard M. Stallman (mail-self-blind, mail-interactive)
1996-08-28 Richard M. Stallman (sh-alias-alist): Use gnu/linux, not lignux.
1996-08-28 Richard M. Stallman (INSTALL_STRIP): New variable.
1996-08-28 Richard M. Stallman Check for com_err library, but only if --with-kerberos was used.
1996-08-28 Richard M. Stallman (tar-mode-write-file): Clear buffer's own modified flag
1996-08-28 Richard M. Stallman (command_loop_1): Cancel echoing etc.
1996-08-28 Lars Magne Ingebrigtsen 1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1996-08-27 Richard M. Stallman (dired-chown-program): Replace lignux with gnu/linux.
1996-08-27 Richard M. Stallman (set_frame_menubar): Don't add ibw to menubar_size.
1996-08-27 Richard M. Stallman (x_window): Don't add ibw to menubar_size.
1996-08-27 Richard M. Stallman (mouse-region-delete-keys): New variable.
1996-08-27 Richard M. Stallman Add item for something like Adobe Illustrator/Corel Draw.
1996-08-26 Richard M. Stallman (MOVE_LIBS): Use conditionals on
1996-08-26 Richard M. Stallman (apropos-mode-map): Don't use view-mode;
1996-08-26 Paul Eggert Change `GNU Emacs' to `this program' in the comment referring the reader
1996-08-26 Richard M. Stallman Describe --with-pop and related options.
1996-08-26 Richard M. Stallman Add `units' replacement. Add Real Audio'player and generator.
1996-08-26 Richard M. Stallman Reverse conditional in previous change.
1996-08-26 Richard M. Stallman (shell-mode): Don't assume /dev/null is its own truename.
1996-08-26 Richard M. Stallman (diff): Don't pop to *diff* buffer. Change bogus
1996-08-26 Richard M. Stallman (ensure-mark): Minor rewrite.
1996-08-26 Richard M. Stallman (byte-compile-insert-header): Fix previous change.
1996-08-26 Richard M. Stallman (imenu--in-alist): Accept only bottom-level matches.
1996-08-25 Richard M. Stallman (fast_find_position): Fix previous change.
1996-08-25 Richard M. Stallman (byte-compile-insert-header):
1996-08-25 Richard M. Stallman (byte-compile-version): Use $Revision, not $Id.
1996-08-25 Richard M. Stallman (byte-compile-insert-header): Clean up syntax
1996-08-25 Richard M. Stallman (fast_find_position): Minor fix in handling maybe_next_line.
1996-08-25 Richard M. Stallman (HAVE_LIBKRB, HAVE_LIBDES): Add #undefs.
1996-08-25 Richard M. Stallman Check for krb and des libraries.
1996-08-25 Richard M. Stallman (command_loop_1): Check column_number_displayed
1996-08-25 Richard M. Stallman (minibuffer-setup-hook): Fix misspelling of hook name.
1996-08-25 Richard M. Stallman Include des.h krb.h with no dir name if SOLARIS2.
1996-08-25 Richard M. Stallman (*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
1996-08-25 Richard M. Stallman Initial revision
1996-08-25 Richard M. Stallman (tex-main-file): New variable.
1996-08-24 Lars Magne Ingebrigtsen (gnus-group-enter-directory): Virtual server definition
1996-08-24 Lars Magne Ingebrigtsen Sat Aug 24 23:32:02 1996 Lars Magne Ingebrigtsen <larsi@ylfing.ifi.uio.no>
1996-08-24 Richard M. Stallman Add xrefs from Saving Buffers to Format Conversion and Saving
1996-08-24 Richard M. Stallman (xdialog_show): Don't allow 9 buttons.
1996-08-24 Erik Naggum Use ISO 8601 date format, with time zone appended if
1996-08-24 Erik Naggum (Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.
1996-08-24 Erik Naggum Change to ISO 8601 date formats, without time of day.
1996-08-24 Erik Naggum (print-quoted): New variable.
1996-08-24 Richard M. Stallman Replace \n in doc strings.
1996-08-24 Richard M. Stallman (isearch-edit-string): When starting nonincremental
1996-08-24 Erik Naggum (Fsplit_window): Fix previous change.
1996-08-24 Richard M. Stallman (x_term_init): If the default Xt font does not exist on
1996-08-23 Richard M. Stallman Include <config.h>, so DOS_NT is defined on MSDOS.
1996-08-23 Richard M. Stallman (Fsplit_window): Treat width just like height;
1996-08-22 Richard M. Stallman (apropos-mode): Turn on View mode.
1996-08-22 Richard M. Stallman (paths.h, config.h): Targets deleted.
1996-08-22 Richard M. Stallman Generate src/paths.h here.
1996-08-22 Richard M. Stallman (paths-force): Don't print a message.
1996-08-22 Richard M. Stallman (src/paths.h): Target deleted.
1996-08-22 Erik Naggum (change_frame_size_1): Clean up conditional.
1996-08-22 Richard M. Stallman (send_process): GCPRO object.
1996-08-21 Richard M. Stallman (keyboard-translate): Use a char-table.
1996-08-21 Richard M. Stallman Conditionalize the changes below on not __linux__.
1996-08-21 Richard M. Stallman (kill-region): inhibit-read-only overrides text props too.
1996-08-21 Richard M. Stallman (x_set_scroll_bar_width): Call x_set_window_size when arg is nil.
1996-08-20 Richard M. Stallman (revert-buffer): Doc fix.
1996-08-20 Karl Heuer [fixing previous change]
1996-08-20 Richard M. Stallman (makefile-font-lock-keywords): Catch variable
1996-08-20 Karl Heuer (change-log-mode): Set fill-paragraph-function.
1996-08-20 Karl Heuer (ielm-map): Don't bind M-q.
1996-08-19 Richard M. Stallman (unexec): Copy the .got section.
1996-08-19 Richard M. Stallman (modify-face): Handle nil as stipple value.
1996-08-18 Richard M. Stallman (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
1996-08-18 Richard M. Stallman (rfc822-bad-address): Don't put a newline into the
1996-08-17 Richard M. Stallman (Fx_open_connection): Don't set Vx_resource_name.
1996-08-17 Richard M. Stallman (mouse-drag-region): Don't call mouse-set-region-1
1996-08-17 Erik Naggum (rmail-ignored-headers): Remove extra paren.
1996-08-17 Richard M. Stallman (rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
1996-08-17 Richard M. Stallman (decipher-get-undo-copy): New function.
1996-08-17 Richard M. Stallman (shell-command): Really use output-buffer in synchronous
1996-08-16 Karl Heuer (Fdelete_backward_char): Fix off-by-one error.
1996-08-16 Richard M. Stallman (rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
1996-08-16 Richard M. Stallman (Fbyte_code): For relative gotos, force signed arithmetic.
1996-08-16 Richard M. Stallman (ange-ftp-process-filter): Discard nulls.
1996-08-16 Richard M. Stallman (modify-face): Handle stipple values
1996-08-15 Richard M. Stallman Comment change.
1996-08-15 Richard M. Stallman (install-arch-indep): Install info/messages.
1996-08-15 Richard M. Stallman (news-inews-program): Look for /usr/contrib/lib/news/inews.
1996-08-14 Richard M. Stallman (html-tag-alist): Fix the entry for "font".
1996-08-14 Richard M. Stallman Many changes.
1996-08-14 Erik Naggum (message-mode): Delete abbrev mode initialization.
1996-08-14 Erik Naggum (message-y-or-n-p, message-talkative-question, message-flatten-list,
1996-08-14 Erik Naggum new version from Torbj?Einarsson.
1996-08-13 Richard M. Stallman Show how to reorder buffers. EMACS_19_34
1996-08-13 Richard M. Stallman (ange-ftp-kill-ftp-process): Handle buffer name as arg.
1996-08-13 Richard M. Stallman Fix include file name.
1996-08-12 Richard M. Stallman (update_one_menu_entry): Fix previous change:
1996-08-11 Richard M. Stallman (isearch-whitespace-chars): If isearch-invalid-regexp, insert just a space.
1996-08-10 Richard M. Stallman (POSIX_SIGNALS): Don't define it, #undef instead.
1996-08-10 Richard M. Stallman (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining.
1996-08-10 Richard M. Stallman (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change.
1996-08-10 Richard M. Stallman (merge_widget_value): Undo previous change.
1996-08-10 Richard M. Stallman (update_one_menu_entry): When creating a pulldown
1996-08-09 Richard M. Stallman (bibtex-mode): Set normal-auto-fill-function locally;
1996-08-09 Richard M. Stallman [__ELF__] (UNEXEC): Use unexelf1.c.
1996-08-09 Richard M. Stallman [__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.
1996-08-09 Richard M. Stallman Initial revision
1996-08-09 Richard M. Stallman (WinMain): Put a space between the binary and its args.
1996-08-09 Richard M. Stallman (re_max_failures): Increase to 20000 again.
1996-08-09 Richard M. Stallman (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.
1996-08-09 Richard M. Stallman Initial revision
1996-08-09 Richard M. Stallman Don't include filio.h if NO_FILIO_H.
1996-08-08 Richard M. Stallman (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
1996-08-08 Richard M. Stallman (GETTIMEOFDAY_ONE_ARGUMENT): Conditionalize on HAVE_GETTIMEOFDAY.
1996-08-08 Richard M. Stallman (set_time_zone_rule): Don't put a string literal
1996-08-08 Richard M. Stallman Comment changes.
1996-08-08 Richard M. Stallman (xmenu_show): Set dummy.state.
1996-08-07 Richard M. Stallman (iso-languages, french): Remove non-French combinations.
1996-08-07 Richard M. Stallman (LD_SWITCH_SYSTEM): New definition.
1996-08-07 Richard M. Stallman (normal-auto-fill-function): New variable.
1996-08-07 Richard M. Stallman (Fread_from_minibuffer): Make position 0 in the initial
1996-08-07 Richard M. Stallman (dabbrev--last-case-pattern): New variable.
1996-08-06 Richard M. Stallman (rmail-reply-regexp): Match Re[2].
1996-08-06 Richard M. Stallman (rmail-reply-regexp, rmail-message-filter): Doc fix.
1996-08-06 Richard M. Stallman (imenu-update-menubar): Fix code to install the new menu.
1996-08-06 Richard M. Stallman (LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ.
1996-08-05 Richard M. Stallman Comment change.
1996-08-05 Richard M. Stallman Get rid of "win95".
1996-08-05 Richard M. Stallman (EmacsFrameSetCharSize): Call do_pending_window_change.
1996-08-05 Simon Marshall Fully reinstall July 26 change.
1996-08-05 Richard M. Stallman Describe djgpp library replacement files.
1996-08-05 Richard M. Stallman (Fcall_process_region) [DOS_NT]: Avoid downcasing
1996-08-04 Richard M. Stallman (msdos): Add is_exec.c, sigaction.c to distribution.
1996-08-03 Richard M. Stallman (*-sunos4.1.[3-9]*noshare): Move this before
1996-08-03 Richard M. Stallman (Info-find-node): Use pop-to-buffer.
1996-08-03 Paul Eggert (rmail-unix-mail-delimiter): Allow space or tab as
1996-08-01 Richard M. Stallman (gdb): Undo previous change.
1996-08-01 Richard M. Stallman (shell-file-name-chars): Was shell-file-name-regexp.
1996-08-01 Richard M. Stallman (comint-file-name-chars): Was comint-file-name-regexp.
1996-08-01 Richard M. Stallman (make_menubar): Turn off menu accelerator.
1996-08-01 Richard M. Stallman Delete code to disable f10 if motif.
1996-08-01 Richard M. Stallman (font-lock-inhibit-modes): Deleted.
1996-08-01 Richard M. Stallman (prepare_menu_bars): Conditionalize previous change.
1996-08-01 Richard M. Stallman (dabbrev-expand): When snarfing consecutive words,
1996-07-31 Richard M. Stallman (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1996-07-31 Richard M. Stallman (help-font-lock-keywords): Undo July 26 change.
1996-07-31 Richard M. Stallman (*-sco3.2v5*):
1996-07-31 Richard M. Stallman (XTread_socket): Delete the code to pass menu bar keys
1996-07-31 Richard M. Stallman (pending_menu_activation): Don't initialize. Not static.
1996-07-31 Richard M. Stallman (XTread_socket): Delete the code to pass menu bar keys
1996-07-31 Richard M. Stallman (gdb): Bind comint-file-name-regexp.
1996-07-30 Richard M. Stallman (emerge-files-with-ancestor, emerge-files):
1996-07-30 Richard M. Stallman (XTread_socket): Pass keys in menu bar to toolkit alone
1996-07-30 Richard M. Stallman (PC-complete): When command is repeated,
1996-07-30 Richard M. Stallman When printing into a buffer, generate all the text
1996-07-29 Richard M. Stallman Make examples in Output Streams stand on their own.
1996-07-29 Richard M. Stallman (help-fontify-buffer-function): Function deleted.
1996-07-29 Richard M. Stallman (ange-ftp-read-passwd): Let first input override
1996-07-29 Richard M. Stallman (lock_file_owner_name): Always initialize the_pw.
1996-07-28 Richard M. Stallman (gud-display-line): Don't crash if BUFFER is nil.
1996-07-28 Richard M. Stallman Comment change.
1996-07-28 Richard M. Stallman Fix previous change.
1996-07-27 Richard M. Stallman (last_mouse_press_frame): New variable.
1996-07-27 Richard M. Stallman (pending_menu_activation): New variable.
1996-07-27 Richard M. Stallman (font-lock-mode): Don't add to after-change-functions
1996-07-27 Richard M. Stallman (merge_widget_value) [USE_MOTIF]: Pass along the change flag from
1996-07-27 Richard M. Stallman (dabbrev--substitute-expansion): Use just ABBREV, not OLD, in previous change.
1996-07-27 Richard M. Stallman (help-font-lock-keywords): Use font-lock-function-name-face
1996-07-26 Richard M. Stallman (vc-do-command): Bind win32-quote-process-args.
1996-07-26 Richard M. Stallman (buffer_permanent_local_flags): New variable.
1996-07-25 Richard M. Stallman (set_frame_menubar): Use -1 for call_data
1996-07-25 Richard M. Stallman (win32_read_socket): Never block reading from input queue.
1996-07-24 Richard M. Stallman (describe-mode): Put a formfeed between each two modes.
1996-07-24 Richard M. Stallman (edebug-trace-display): Save and restore current buffer.
1996-07-24 Richard M. Stallman (TAGS): Make sure bin/etags.exe is current. Make
1996-07-24 Richard M. Stallman (browse-url-choose-browser): New function.
1996-07-24 Karl Heuer (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
1996-07-24 Richard M. Stallman Explain range of time values, and what negative year numbers mean.
1996-07-24 Richard M. Stallman [__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
1996-07-23 Richard M. Stallman (buffer_permanent_local_flags): New variable.
1996-07-23 Erik Naggum (tag-exact-file-name-match-p): Fix previous change.
1996-07-23 Richard M. Stallman (cmpl-hours-since-origin): Fix bug:
1996-07-23 Richard M. Stallman (LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
1996-07-23 Richard M. Stallman (readline_internal) [DOS_NT]: Don't include CRs when
1996-07-23 Richard M. Stallman (file-name-buffer-file-type-alist): Load TAGS files as text, not binary.
1996-07-23 Roland McGrath (etags-goto-tag-location): New local variable LINE; use it.
1996-07-23 Richard M. Stallman Describe garbage-collection-messages.
1996-07-23 Richard M. Stallman Add y-or-n-p-with-timeout.
1996-07-23 Richard M. Stallman Describe the version-specific site-list directory.
1996-07-23 Richard M. Stallman Explain new keymap-parent functions.
1996-07-23 Richard M. Stallman New node Standard File Names.
1996-07-23 Richard M. Stallman Add some xrefs.
1996-07-23 Richard M. Stallman print-length applies to vectors.
1996-07-23 Richard M. Stallman Lots of timer feature updates.
1996-07-23 Richard M. Stallman Document line-move-ignore-invisible.
1996-07-23 Richard M. Stallman (Lazy Properties): New node.
1996-07-23 Richard M. Stallman Explain how deletion of process doesn't affect process mark.
1996-07-23 Richard M. Stallman (main) [HAVE_SOCKETS]: Use two separate stdio
1996-07-23 Richard M. Stallman (Fdecode_time, difftm): Work even if tm_year represents
1996-07-23 Richard M. Stallman (list-load-path-shadows): Doc fix.
1996-07-22 Richard M. Stallman (perldb-command-name): New variable.
1996-07-22 Richard M. Stallman Comment change.
1996-07-22 Richard M. Stallman (dabbrev-case-fold-search, dabbrev-case-replace): Set
1996-07-22 Richard M. Stallman (dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change.
1996-07-21 Richard M. Stallman (dabbrev--search): Don't downcase the result here.
1996-07-21 Richard M. Stallman (executable-find): Doc fix.
1996-07-21 Richard M. Stallman (display-time): Fix prev change: use display-time-update.
1996-07-21 Karl Heuer (vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.
1996-07-21 Karl Heuer (vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el.
1996-07-21 Karl Heuer (rmail-next-same-subject): Don't set search-regexp
1996-07-21 Richard M. Stallman (display-time): Call display-time-event-handler directly
1996-07-21 Karl Heuer (executable-find): Doc fix.
1996-07-20 Karl Heuer Update FSF address and phone number.
1996-07-20 Karl Heuer Fix FSF address in comment.
1996-07-20 Karl Heuer Use current FSF address/phone in sample file.
1996-07-20 Karl Heuer Delete second (obsolete) copy of FSF address.
1996-07-20 Karl Heuer (vip-ms-style-os-p): Doc fix.
1996-07-20 Karl Heuer (check_writable): Use euidaccess, not eaccess.
1996-07-20 Karl Heuer (view-mode-auto-exit): Doc fix.
1996-07-20 Karl Heuer (list-load-path-shadows): Fix ambiguous wording.
1996-07-20 Karl Heuer Don't test X colors unless using X.
1996-07-20 Erik Naggum (balance_intervals_internal): Recurse directly.
1996-07-19 Karl Heuer Clarify info about long filenames on MSDOS-like systems.
1996-07-19 Karl Heuer (copy_text_and_data) [DJGPP >= 2]: Switch off two bits
1996-07-19 Karl Heuer (_BSD_SIGNALS): Define.
1996-07-19 Karl Heuer (SA_RESTART): Add #undef.
1996-07-19 Karl Heuer If no dark magenta, use maroon.
1996-07-17 Karl Heuer (vip-get-filenames-from-buffer): Add &optional.
1996-07-17 Karl Heuer (send-invisble): Comment fix.
1996-07-17 Karl Heuer (display-time): Starting time should be future, not past.
1996-07-17 Karl Heuer Changes for Emacs 19.32.
1996-07-16 Lars Magne Ingebrigtsen * message.el (message-send): Don't use mail-hist by default.
1996-07-16 Karl Heuer (w32_read_socket): Need to erase background
1996-07-16 Karl Heuer (clean): Use OBJDIR macro.
1996-07-16 Karl Heuer (DOC, clean): Use OBJDIR macro.
1996-07-16 Karl Heuer (Fx_create_frame): Do xlwmenu hack only if USE_LUCID.
1996-07-16 Karl Heuer Undo previous change.
1996-07-16 Karl Heuer Undo previous changes.
1996-07-16 Karl Heuer (create_process_1, sigchld_handler): Undo previous change.
1996-07-16 Karl Heuer (input_available_signal, interrupt_signal): Undo previous change.
1996-07-16 Karl Heuer (arith_error): Undo previous change.
1996-07-16 Karl Heuer Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
1996-07-16 Karl Heuer (Fy_or_n_p): Pass 3rd arg to Flookup_key.
1996-07-16 Karl Heuer (struct save_window_data, struct saved_window): First
1996-07-16 Karl Heuer (SET_SAVED_MENU_EVENT): New macro.
1996-07-16 Karl Heuer (x_activate_menubar): Allow any event, not just ButtonPress.
1996-07-16 Karl Heuer (struct x_output): Member saved_button_event replaced by
1996-07-16 Karl Heuer (LIBS_TERMCAP): New definition.
1996-07-16 Karl Heuer (print): Fix args in strout calls.
1996-07-16 Karl Heuer (xlwmenu_default_font): Declare, but don't define.
1996-07-16 Karl Heuer (last_event_timestamp): Declare, but don't define.
1996-07-16 Karl Heuer (Qfont): Delete redundant definition.
1996-07-16 Karl Heuer (Qfont): Delete redundant definition.
1996-07-16 Karl Heuer (Qfont): Declare here.
1996-07-16 Karl Heuer Fix previous change. Use sed's y command instead. libc-1-93 libc-960716 libc-960717 libc-960718 libc-960719 libc-960720 libc-960721 libc-960722 libc-960723 libc-960724 libc-960725 libc-960726 libc-960727 libc-960728 libc-960729 libc-960730 libc-960731 libc-960801 libc-960802 libc-960803 libc-960804 libc-960805 libc-960806 libc-960807 libc-960808 libc-960809 libc-960810 libc-960811 libc-960812 libc-960813 libc-960814 libc-960815 libc-960816 libc-960817 libc-960818 libc-960819 libc-960820 libc-960821 libc-960822 libc-960823 libc-960824 libc-960825 libc-960826 libc-960827 libc-960828 libc-960829 libc-960830 libc-960831 libc-960901 libc-960902 libc-960903 libc-960904 libc-960905 libc-960906 libc-960907 libc-960908 libc-960909 libc-960910 libc-960911 libc-960912 release-0-0 release-0-1
1996-07-16 Karl Heuer Use portable tr syntax.
1996-07-16 Karl Heuer Undo previous change.
1996-07-16 Karl Heuer [__ELF__] (C_SWITCH_MACHINE): Define.
1996-07-16 Karl Heuer [__ELF__] (START_FILES, LIB_STANDARD):
1996-07-16 Karl Heuer (Qmouse_leave_buffer_hook): Delete redundant definition.
1996-07-16 Karl Heuer (Qmouse_leave_buffer_hook): Declare it here.
1996-07-15 Karl Heuer (Qarith_error): Delete redundant definition.
1996-07-15 Karl Heuer Add 64-bit ELF and Alpha/ELF support.
1996-07-15 Karl Heuer Use <config.h>.
1996-07-15 Karl Heuer [HAVE_TERMIOS_H]: Declare ospeed as speed_t.
1996-07-15 Karl Heuer (create_process_1, sigchld_handler):
1996-07-15 Karl Heuer (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
1996-07-15 Karl Heuer (input_available_signal, interrupt_signal):
1996-07-15 Karl Heuer Don't delare ospeed; cm.h already did it.
1996-07-15 Karl Heuer (arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
1996-07-15 Karl Heuer (HAVE_TERMIOS_H): Add #undef.
1996-07-15 Karl Heuer Check for termios.h header.
1996-07-15 Karl Heuer Declare main as int, not void.
1996-07-15 Karl Heuer [__GNU_LIBRARY__]: Use size_t for fromlen.
1996-07-15 Karl Heuer [__GNU_LIBRARY__]: Use <string.h>.
1996-07-15 Karl Heuer (texinfo-format-today): Avoid race condition by getting current time only once.
1996-07-15 Karl Heuer (appt-check, appt-make-list): Avoid race condition
1996-07-15 Karl Heuer (executable-set-magic): Don't put a space at end
1996-07-15 Karl Heuer (sh-mode): Call sh-set-shell only for a writable
1996-07-15 Karl Heuer (smtpmail-send-data-1): Escape "." at the start of
1996-07-15 Karl Heuer (getwd): Correct return type.
1996-07-15 Karl Heuer Correct return type of getwd.
1996-07-15 Jeff Law * config.guess (HP 9000/811): Recognize this as a PA1.1
1996-07-14 Torbjorn Granlund Generalize C90 alternative to all x90 machines. libc-960715
1996-07-14 Noah Friedman (eldoc-mode): Toggle eldoc-mode if no prefix given.
1996-07-14 Lars Magne Ingebrigtsen * gnus-cache.el (()): Make sure byte-compilation doesn't trip on
1996-07-14 Lars Magne Ingebrigtsen ((provide 'gnus)): Make sure `gnus-directory' is defined
1996-07-14 Daniel Hagerty Added Richard's diffs to this file, fixed a couple of small bugs
1996-07-14 Karl Heuer (Fmatch_data): If no matching done yet, return Qnil.
1996-07-14 Karl Heuer (sys_gmtime): Don't assume year < 2000.
1996-07-13 Karl Heuer (xm_update_menu): Fix loop termination test.
1996-07-13 Karl Heuer (outline-auto-activation, outline-layout)
1996-07-13 Karl Heuer (outline-resolve-xref): Do not mistake a blank line
1996-07-13 Karl Heuer (display-time): Fix start time for run-at-time.
1996-07-13 Karl Heuer (wait_reading_process_input) [hpux]: Workaround for
1996-07-13 Simon Marshall Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips commas.
1996-07-13 Karl Heuer (Fvertical_motion): Doc fix.
1996-07-13 Karl Heuer (rmail-summary-next-labeled-message)
1996-07-13 Karl Heuer (mouse-major-mode-menu-1): No need to copy the top
1996-07-13 Karl Heuer (browse-url-netscape-program): New variable.
1996-07-12 Simon Marshall Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.
1996-07-12 Simon Marshall 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer. Count from process-mark.
1996-07-12 Simon Marshall 1. Use new font-lock-comment-start-regexp for matching a comment---it can be faster than comment-start-skip.
1996-07-12 Karl Heuer (dabbrev-case-fold-search, dabbrev-case-replace): Set
1996-07-12 Karl Heuer (w32_read_socket): Remove unused WM_ERASEBKGND code.
1996-07-12 Karl Heuer (win32_wnd_proc): Handle WM_ERASEBKGND and
1996-07-12 Karl Heuer (menu_bar_item): Skip menu-bar equiv keys data
1996-07-12 Karl Heuer (smtpmail-deduce-address-list): Handle RESENT-* fields.
1996-07-12 Karl Heuer (normal-top-level-add-to-load-path):
1996-07-12 Karl Heuer [__GNUC__] (C_DEBUG_SWITCH): New definition.
1996-07-11 Karl Heuer (rmail-make-basic-summary-line):
1996-07-11 Karl Heuer (tex-validate-region): Skip fwd over whitespace
1996-07-11 Karl Heuer (lim_data): Make this an unsigned long.
1996-07-11 Karl Heuer (mouse-drag-region): Cope if stop-point is nil.
1996-07-11 Karl Heuer Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3
1996-07-11 Karl Heuer Initial revision
1996-07-11 Karl Heuer (XTread_socket): Add #ifdef for previous change.
1996-07-11 Karl Heuer (syms_of_buffer): Doc fix.
1996-07-11 Karl Heuer (bibtex-reference-head): Allow spaces and tabs between
1996-07-10 Karl Heuer Undo previous change.
1996-07-09 Roland McGrath [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
1996-07-08 Roland McGrath [_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
1996-07-08 Karl Heuer (mouse-major-mode-menu-1): Always return just a keymap;
1996-07-08 Karl Heuer (timezone-parse-date): Fix previous change.
1996-07-07 Michael I. Bushnell Enable use of ncurses library cleanly.
1996-07-07 Karl Heuer Undo previous change.
1996-07-07 Karl Heuer Undo previous change.
1996-07-07 Karl Heuer (popup_get_selection): For a ButtonRelease on the proper
1996-07-07 Karl Heuer (IT_menu_display): Display control characters as ^X.
1996-07-07 Karl Heuer (file_name_completion): Set `stat' flags to avoid
1996-07-07 Karl Heuer (Fcopy_file): Use st_ino under DJGPP v2 and later to
1996-07-07 Karl Heuer (gud-irix-p): Exclude Irix6.1 up.
1996-07-07 Karl Heuer Initial revision
1996-07-07 Karl Heuer Split bsdos2 and bsdos2-1.
1996-07-07 Karl Heuer (ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.
1996-07-07 Karl Heuer (ps-article-subject): Don't die if no subject header.
1996-07-07 Doug Evans Recognize rtems as an o/s. libc-960708 libc-960709 libc-960710 libc-960711 libc-960712 libc-960713 libc-960714
1996-07-07 Miles Bader (dostounix_filename): On caseless filesystems, downcase the filename.
1996-07-07 Miles Bader (DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
1996-07-07 Miles Bader (x_set_mouse_pixel_position): Adjust coords by frame position.
1996-07-07 Miles Bader (normalize_filename): Always lower-case drive letters, even on systems
1996-07-07 Miles Bader (timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
1996-07-07 Miles Bader (mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
1996-07-07 Miles Bader (tar-mode-map): Bind up and down like C-p, C-n.
1996-07-07 Erik Naggum (insert-directory): Fix previous change.
1996-07-06 Miles Bader (Fcall_process) [MSDOS]:
1996-07-06 Miles Bader (Fvertical_motion): Doc fix.
1996-07-06 Lars Magne Ingebrigtsen Wrongly places parens.
1996-07-06 Lars Magne Ingebrigtsen * gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
1996-07-05 Simon Marshall Removed debug code.
1996-07-04 Miles Bader (newline): Don't do the optimization if the newline before point is
1996-07-04 Miles Bader Declare lw_motif_menu_related_event_p.
1996-07-04 Miles Bader (lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.
1996-07-04 Miles Bader (lw_motif_menu_related_event_p): A predicate to identify keyboard events
1996-07-04 Miles Bader Declare lw_toolkit_related_event_p.
1996-07-04 Miles Bader (XTread_socket): Use lw_tookit_related_event_p to avoid sending
1996-07-04 Miles Bader (unfocus-frame, focus-frame): Define as no-ops.
1996-07-04 Miles Bader (scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
1996-07-04 Miles Bader (lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
1996-07-04 Miles Bader (insert-directory): When converting SWITCHES string to a list, put back
1996-07-04 Miles Bader (smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.
1996-07-04 Lars Magne Ingebrigtsen Would infloop under certain conditions.
1996-07-03 Mike Stump formatting tweaks make-3-74-5 make-3-74-6 make-3-74-7 make-3-75
1996-07-03 Miles Bader (using-unix-filesystems): Doc fix.
1996-07-03 Miles Bader (main) [HAVE_SOCKETS]: Call rewind before writing to infile.
1996-07-03 Miles Bader Major rewrite.
1996-07-02 Lars Magne Ingebrigtsen * gnus-cache.el (gnus-cache-possibly-alter-active): Check for
1996-07-02 Miles Bader (msdos_downcase_filename):
1996-07-02 Miles Bader (DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
1996-07-02 Miles Bader Delete spurious period from last change.
1996-07-02 Miles Bader (x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.
1996-07-02 Miles Bader (HAVE_X11R4, HAVE_X11R5):
1996-07-02 Miles Bader Remove all references to wakeup.
1996-07-02 Miles Bader (rmail-make-basic-summary-line): Accept ISO 8601 dates as well.
1996-07-02 Miles Bader (mail-hist-current-header-name): Use buffer-substring-no-properties.
1996-07-02 Erik Naggum (require 'cl) is only necessary when compiling.
1996-07-01 Francesco Potortì * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1996-07-01 Michael Kifer (vip-read-key): inhibit quit added.
1996-06-30 Lars Magne Ingebrigtsen Load `gnus-score-mode' from "score-mode".
1996-06-30 Lars Magne Ingebrigtsen Initial revision
1996-06-30 Richard M. Stallman (Info-next-preorder): After we move up, move forward again.
1996-06-30 Richard M. Stallman (check for using Lucid widgets by default):
1996-06-30 Richard M. Stallman (LIB_MOTIF): Fix typo.
1996-06-29 Richard M. Stallman (main): Add `GNU Emacs' to the response to --version.
1996-06-29 Richard M. Stallman (ask-user-about-supersession-help): Change help text.
1996-06-29 Richard M. Stallman (set-visited-file-name): New optional arg NO-QUERY.
1996-06-29 Richard M. Stallman Ignore =... files when checking for too-long Lisp file names.
1996-06-29 Richard M. Stallman (long): Don't update getdate.c.
1996-06-29 Richard M. Stallman (euidaccess): Check for that, not for eaccess.
1996-06-29 Richard M. Stallman (Fx_create_frame): Gcpro parms, parent, and name.
1996-06-29 Richard M. Stallman (bibtex-reference-head): Allow whitespace after the open paren.
1996-06-29 Richard M. Stallman (tmm-add-prompt): If tmm-completion-prompt is nil,
1996-06-29 Richard M. Stallman (print): Obey Vprint_length for vectors, bitvectors.
1996-06-29 Richard M. Stallman (GETPGRP_NO_ARG): Always define it, if __GNU_LIBRARY__.
1996-06-29 Richard M. Stallman (mouse-start-end): Support selecting strings by double
1996-06-29 Richard M. Stallman (executable-set-magic): Add space at end of line
1996-06-29 Lars Magne Ingebrigtsen Synched with Gnus 5.2.31.
1996-06-29 Lars Magne Ingebrigtsen Wrong version number.
1996-06-29 Lars Magne Ingebrigtsen Synched with Gnus 5.2.31.
1996-06-28 Richard M. Stallman (view-mode): Doc fix.
1996-06-28 Richard M. Stallman (make_frame_without_minibuffer): GCPRO the frame f.
1996-06-28 Richard M. Stallman (Fmove_to_column): Go after invis chars at the goal column.
1996-06-28 Richard Kenner (mips:*:*:UMIPS): Fix typo in last change. libc-960629 libc-960630 libc-960701 libc-960702 libc-960703 libc-960704 libc-960705 libc-960706 libc-960707
1996-06-28 Richard M. Stallman (AMPERSAND_FULL_NAME): Defined by default.
1996-06-28 Richard M. Stallman (ispell-message): Support message-mode.
1996-06-28 Richard M. Stallman (french-calendar-accents): New variable.
1996-06-28 Richard M. Stallman (rmail-get-new-mail): Run rmail-before-get-new-mail-hook.
1996-06-28 Richard M. Stallman (abbreviate-file-name): Ignore automount-dir-prefix if nil.
1996-06-28 Richard M. Stallman (rmail-send-actions-rmail-buffer): Mark as permanent-local.
1996-06-28 Richard M. Stallman (mail-reply-buffer, mail-send-actions):
1996-06-28 Richard M. Stallman (auto-mode-alist): Treat .pm like .pl.
1996-06-28 Richard M. Stallman (skeleton-proxy-new): New function.
1996-06-28 Richard M. Stallman (redisplay_internal): Use last_had_star to decide
1996-06-28 Richard M. Stallman (struct window): New field, last_had_star.
1996-06-28 Richard M. Stallman (comint-send-input): Use insert-before-markers for all the insertions.
1996-06-28 Richard M. Stallman (LIB_MOTIF): New definition.
1996-06-28 Richard M. Stallman (standard_args): Delete `-rn' option.
1996-06-28 Richard M. Stallman (x-handle-name-switch): Renamed from x-handle-name-rn-switch.
1996-06-28 Richard M. Stallman (command-line-x-option-alist): Don't handle -rn.
1996-06-28 Richard M. Stallman Add `dir ../lwlib'.
1996-06-28 Richard M. Stallman (profile-functions): No need to assume that the
1996-06-28 Richard M. Stallman (rmail-unix-mail-delimiter):
1996-06-28 Richard M. Stallman (check_executable): Use euidaccess, not eaccess.
1996-06-28 Richard M. Stallman (HAVE_EUIDACCESS): This replaces HAVE_EACCESS.
1996-06-28 Richard M. Stallman (mail-user-agent): Replaces mua-paradigm.
1996-06-28 Richard M. Stallman Comment changes.
1996-06-28 Richard M. Stallman Don't define HAVE_X11R5 here.
1996-06-28 Richard M. Stallman (HAVE_X11R5): Add #undef.
1996-06-28 Richard M. Stallman (unexec): Cast result of sbrk.
1996-06-27 Richard M. Stallman (x_connection_closed): Call clear_waiting_for_input.
1996-06-27 Lars Magne Ingebrigtsen Add rules for the Message manual.
1996-06-27 Richard M. Stallman (modify_event_symbol): Add properly to *symbol_table.
1996-06-27 Richard M. Stallman (makefile-gnumake-functions-alist): Add `addprefix'.
1996-06-27 Richard M. Stallman (sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'.
1996-06-27 Richard M. Stallman (x_error_quitter): Delete newline from sprintf string.
1996-06-26 Richard M. Stallman (mail-extract-address-components): Rename ,-pos to comma-pos.
1996-06-26 Richard M. Stallman (XTread_socket, Xatom_wm_save_yourself clause):
1996-06-26 Richard M. Stallman (outline-minor-mode): No longer permanent local.
1996-06-26 Richard M. Stallman Comment changes.
1996-06-26 Richard M. Stallman (re_max_failures): Reduce to 4000.
1996-06-26 Richard M. Stallman (x_connection_closed): Add newline when printing error message on stderr.
1996-06-26 Richard M. Stallman (x_connection_signal): Just return after calling `signal'.
1996-06-25 Richard M. Stallman (tex-common-initialization): Set skeleton-further-elements.
1996-06-25 Lars Magne Ingebrigtsen Initial revision
1996-06-25 Lars Magne Ingebrigtsen New version.
1996-06-25 Richard M. Stallman (x-create-frame-with-faces): Set threshold for "light color"
1996-06-25 Richard M. Stallman (rmail-summary-mode-map): Add rmail-summary-by-senders.
1996-06-25 Richard M. Stallman (LD_SWITCH_SYSTEM): Just one definition.
1996-06-25 Richard M. Stallman (x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.
1996-06-24 Richard M. Stallman (local-variables-section): Adapted comment to outline minor mode.
1996-06-24 Richard M. Stallman (mail-extract-address-components): Quote the comma in ,-pos.
1996-06-24 Richard M. Stallman (unexec): Round up section header offset to bss alignment
1996-06-24 Richard M. Stallman (rmail-summary-by-senders): Fix typo in fn name.
1996-06-24 Richard M. Stallman (goto-address-url-face, goto-address-mail-face)
1996-06-24 Simon Marshall Resync mail aliases if necessary.
1996-06-24 Simon Marshall Put fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-enabled, so a user can put the former on hooks.
1996-06-24 Simon Marshall Test for lazy-lock-mode before swapping hooks.
1996-06-24 Simon Marshall Protect before- and after-change-functions when updating text properties.
1996-06-24 Simon Marshall In Rmail mode, make sure font-lock-maximum-size locally becomes nil.
1996-06-24 Richard M. Stallman (set-auto-mode): Run multiple mode: specs in left-to-right order.
1996-06-24 Richard M. Stallman (x_real_positions): Don't call x_uncatch_errors twice.
1996-06-23 Richard M. Stallman (current_column_1): Add declaration.
1996-06-23 Richard M. Stallman Make current-column, move-to-column and current-indentation
1996-06-23 Richard M. Stallman (font-lock-verbose): Default to 0. Doc fix.
1996-06-23 Richard M. Stallman (term-exec-1): Run process on pty if possible.
1996-06-23 Noah Friedman (rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
1996-06-22 Richard M. Stallman (skeleton-autowrap): New variable.
1996-06-22 Richard M. Stallman (rmail-summary-bury): New function.
1996-06-22 Richard M. Stallman (Fdefalias): Doc fix.
1996-06-22 Richard M. Stallman (gnus-background-mode): Set threshold for "light color"
1996-06-22 Richard M. Stallman (font-lock-make-faces): Set threshold for "light color"
1996-06-22 Richard M. Stallman (choose-completion-string): Don't exit the minibuffer
1996-06-22 Richard M. Stallman Rename lignux to linux-gnu in configuration names.
1996-06-22 Michael Kifer *** empty log message ***
1996-06-22 Erik Naggum (asm-mode-map): Fix typo.
1996-06-22 Michael Kifer *** empty log message ***
1996-06-22 Michael Kifer Initial revision
1996-06-21 Richard M. Stallman Renamed from lignux.h.
1996-06-21 Richard M. Stallman (asm-mode-map): Bind C-c ; to comment-region.
1996-06-21 Richard M. Stallman (mouse-drag-region): Be smart about which end
1996-06-21 Richard M. Stallman (mouse-buffer-menu): Use aref rather than string-match.
1996-06-21 Richard M. Stallman (kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.
1996-06-21 Richard M. Stallman (Fcall_process): Fix previous change.
1996-06-21 Richard M. Stallman (x_iconify_frame): If frame is invisible, explicitly mark it as iconified.
1996-06-21 Richard M. Stallman Whitespace change.
1996-06-21 Richard M. Stallman (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1996-06-21 Richard M. Stallman (LaTeX-mode): Change handling of escaped $.
1996-06-20 Richard M. Stallman (All info targets): cd $(srcdir) to do the work.
1996-06-20 Richard M. Stallman (All info targets): Specify $(srcdir) in input files. Specify -I option.
1996-06-20 Richard M. Stallman (outline-up-heading): Fix error message.
1996-06-20 Noah Friedman (rlogin): make comint-output-filter-functions local before adding hooks.
1996-06-20 Richard M. Stallman entered into RCS
1996-06-20 Richard M. Stallman Initial revision
1996-06-20 Michael Meissner Add support for PowerPC Linux libc-1-92 libc-960621 libc-960622 libc-960623 libc-960624 libc-960625 libc-960626 libc-960627 libc-960628
1996-06-19 Richard M. Stallman Initial revision
1996-06-19 Richard M. Stallman (Vwin32_alt_is_meta): Declared.
1996-06-19 Richard M. Stallman (Vwin32_alt_is_meta): New variable.
1996-06-19 Richard M. Stallman (Info-default-directory-list): Doc fix.
1996-06-19 Richard M. Stallman (HPUX10): New macro.
1996-06-19 Richard M. Stallman (LD_SWITCH_SYSTEM): Use no space after -L and -R.
1996-06-19 Richard M. Stallman (gud-irixdbx-marker-filter): Use %1ld, not %1d,
1996-06-18 Richard M. Stallman (smtpmail-read-response): Goto smtpmail-read-point
1996-06-18 Richard M. Stallman (smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.
1996-06-18 Richard M. Stallman (smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
1996-06-18 Richard M. Stallman (smtpmail-smtp-service): Use port 25 as default.
1996-06-18 Ian Lance Taylor Recognize -openvms. libc-1-91 libc-960619 libc-960620
1996-06-18 Richard M. Stallman (ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional.
1996-06-18 Richard M. Stallman (vc-mode-line): If user is root, verify file really has user-writable bit.
1996-06-18 Richard M. Stallman (he-concat-directory-file-name): Directory part may be nil.
1996-06-18 Richard M. Stallman (pp-to-string): Treat #( like (.
1996-06-18 Richard M. Stallman (auto-mode-alist): Add uppercase version of archive
1996-06-17 Richard M. Stallman Explain about MSDOS installation and long file name support.
1996-06-17 Richard M. Stallman Mention ESC ESC ESC instead of M-x top-level.
1996-06-17 Richard M. Stallman (global-font-lock-mode): Set up find-file-hooks.
1996-06-16 Richard M. Stallman (local-variables-section): Deleted.
1996-06-16 Richard M. Stallman (Fcall_process): Handle t or nil as STDERR_FILE.
1996-06-16 Richard M. Stallman (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.
1996-06-16 Richard M. Stallman (unforward-rmail-message): In summary buffer,
1996-06-15 Richard M. Stallman (html-list): Definition deleted.
1996-06-14 Richard M. Stallman (rlogin): Doc fix.
1996-06-14 Richard M. Stallman (w32_read_socket): Erase update rect on WM_PAINT, so
1996-06-14 Richard M. Stallman (win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread.
1996-06-14 Edward M. Reingold A bit more fiddling with layout of Filofax year page.
1996-06-14 Edward M. Reingold Fix Filofax year output so that it's the correct size.
1996-06-14 Richard M. Stallman (set-fill-column): Error if no argument.
1996-06-13 Richard M. Stallman (make-lucid-menu-keymap): Add menu-alias property.
1996-06-13 Richard M. Stallman (easy-menu-create-keymaps): Add menu-alias property.
1996-06-13 Richard M. Stallman (Qmenu_alias): New variable.
1996-06-13 Richard M. Stallman (Fexpand_file_name): When simplifying /foo/.., keep the initial slash.
1996-06-13 Richard M. Stallman (LIBS_SYSTEM): Two new definitions (and #undef first).
1996-06-13 Richard M. Stallman Initial revision
1996-06-12 Richard M. Stallman (tar-mode-revert): Cope if user cancels the revert.
1996-06-12 Richard M. Stallman (main): For SIGHUP, use sigblock and sigunblock,
1996-06-12 Richard M. Stallman (Fset_keymap_parent): Return early if KEYMAP already has the proper parent.
1996-06-12 Richard M. Stallman (Fkill_buffer): Doc fix.
1996-06-12 Richard M. Stallman (term-terminal-menu): Don't make a self-recursive keymap.
1996-06-12 Richard M. Stallman (restrict_dos_process): Variable deleted.
1996-06-12 Richard M. Stallman Delete restrict_dos_process.
1996-06-12 Richard M. Stallman Comment change.
1996-06-12 Richard M. Stallman (nnmail-move-inbox): Prompt for POP3 password if
1996-06-12 Richard M. Stallman (restrict_dos_process): Renamed from can_run_dos_process.
1996-06-12 Richard M. Stallman (restrict_dos_process): Renamed from can_run_dos_process.
1996-06-12 Richard M. Stallman (sigunblockx): Use sigunblock.
1996-06-12 Richard M. Stallman (read_char): Use unsigned to compare against
1996-06-12 Richard M. Stallman (imenu--mouse-menu): Don't check imenu-use-keymap-menu.
1996-06-12 Richard M. Stallman (find-alternate-file): Don't clear buffer-file-truename
1996-06-12 Richard M. Stallman (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.
1996-06-11 Richard M. Stallman (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1996-06-11 Richard M. Stallman (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1996-06-11 Richard M. Stallman Comment change.
1996-06-11 Richard M. Stallman (wait_reading_process_input): Move the O_NONBLOCK and
1996-06-11 Richard M. Stallman [__ELF__] (LD_SWITCH_SYSTEM): Define it.
1996-06-11 Richard M. Stallman (rmail-retry-failure): Nicer error message
1996-06-10 Richard M. Stallman (hexl-mode): Run hexl-mode-hook.
1996-06-10 Richard M. Stallman Don't undef MULTI_FRAME.
1996-06-10 Richard M. Stallman No need to require 'faces and set menu-bar-mode.
1996-06-10 Richard M. Stallman (frame-initialize): Don't count MSDOS neither as
1996-06-10 Richard M. Stallman On MSDOS, don't assume that `make-frame' is only bound under an X
1996-06-10 Richard M. Stallman (msdos-face-setup): Use `terminal-frame' for initial frame setup.
1996-06-10 Richard M. Stallman Whitespace changes.
1996-06-10 Richard M. Stallman (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.
1996-06-10 Richard M. Stallman (Fredraw_frame, remake_frame_glyphs)
1996-06-10 Richard M. Stallman (Fset_mouse_position): Remove the DOS-specific
1996-06-10 Richard M. Stallman (Fmake_terminal_frame): Test MSDOS, not __MSDOS__.
1996-06-10 Richard M. Stallman (Fset_mouse_position): Remove the DOS-specific
1996-06-10 Richard M. Stallman (FRAME_MSDOS_P): A new macro for MSDOS frames.
1996-06-10 Richard M. Stallman (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.
1996-06-10 Richard M. Stallman (choose_minibuf_frame): Support multiple frames on MSDOS.
1996-06-10 Richard M. Stallman (check_x): Fix error message.
1996-06-10 Richard M. Stallman (check_x): Macro definition deleted.
1996-06-10 Richard M. Stallman Whitespace and #if 0 code changes.
1996-06-10 Richard M. Stallman (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call
1996-06-10 Richard M. Stallman (init_frame_faces): Build faces for an MSDOS frame like for X frame.
1996-06-10 Richard M. Stallman (redisplay_internal): Use FRAME_WINDOW_P.
1996-06-10 Richard M. Stallman (redisplay_internal): Use `Vterminal_frame' and other
1996-06-10 Richard M. Stallman (x_to_win32_font): Allow any quality fonts.
1996-06-10 Richard M. Stallman (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.
1996-06-10 Richard M. Stallman (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.
1996-06-10 Richard M. Stallman (sync_modifiers): New function.
1996-06-10 Richard M. Stallman (XTread_socket): Use XtAppNextEvent when using toolkit configurations.
1996-06-10 Richard M. Stallman (make_menu_in_widget): Set mapping delay
1996-06-10 Richard M. Stallman (imenu--mouse-menu): Always use nested keymaps.
1996-06-10 Richard M. Stallman (hexl-mode): Set hexl-max-address early on
1996-06-10 Richard M. Stallman Comment change.
1996-06-09 Richard M. Stallman Always check for HAVE_X11R5.
1996-06-09 Richard M. Stallman (shell-directory-tracker): Use comint-substitute-in-file-name to
1996-06-09 Richard M. Stallman (comint-dynamic-complete-as-filename)
1996-06-09 Richard M. Stallman (create_process): Add DONT_OPEN_PTY conditional.
1996-06-09 Richard M. Stallman (DONT_REOPEN_PTY): New definition.
1996-06-09 Richard M. Stallman (main): Copy cwd when appending slash.
1996-06-09 Richard M. Stallman (hack-local-variables-prop-line): Bind enable-local-eval.
1996-06-09 Richard M. Stallman (make-frame-command): Treat msdos like no window system.
1996-06-09 Karl Heuer (texinfo-copy-menu): Use double backslash to quote regexp.
1996-06-09 Karl Heuer (texinfo-find-pointer): Doc fix.