bpt/emacs.git
1994-02-26 Karl Heuer(sys_subshell): New function, split from sys_suspend.
1994-02-26 Karl Heuer(Fsuspend_emacs): New variable cannot-suspend forces...
1994-02-26 Karl Heuer(menu-bar-mode): Make menu-bar-mode without an argument...
1994-02-26 Karl Heuer(Fset_window_configuration): Allow for menu-bar-lines...
1994-02-26 Karl Heuer(OVERLAY_POSITION): Don't check which buffer it points to.
1994-02-26 Richard M.... (system-key-alist): Renamed from vendor-key-syms.
1994-02-26 Richard M.... (Vsystem_key_alist): Renamed from Vvendor_key_alist.
1994-02-26 Karl Heuer(comint-exec-1): Force a local copy of the environment.
1994-02-26 Karl HeuerDelete extra backslash on last line of macro.
1994-02-26 Karl HeuerClean up c-font-lock-keywords; now slightly more consis...
1994-02-25 Karl Heuer(compute_motion): Allow for invisible overlays in next_...
1994-02-25 Karl Heuer(display_text_line): Allow for invisible overlays in...
1994-02-25 Richard M.... (help-menu-map): Variable deleted, and its binding.
1994-02-25 Fred Pierresteguy(EmacsFrameSetCharSize): Set coordinates values to...
1994-02-25 Fred Pierresteguy(XTread_socket): For case ConfigureNotify, call x_any_w...
1994-02-25 Fred Pierresteguy(EmacsFrameSetCharSize): Call check_frame_size and...
1994-02-25 Richard M.... (c-macro-display-buffer): Delete special view-mode...
1994-02-25 Karl Heuer(set-visited-file-name): Unlock the file if setting...
1994-02-25 Karl Heuer(Buffer-menu-toggle-read-only): Change toggle-read...
1994-02-25 Karl Heuer*** empty log message ***
1994-02-25 Richard M.... (byte-compile-from-buffer, byte-compile-top-level):
1994-02-25 Richard M.... (byte-compile-protect-from-advice): New macro that
1994-02-24 Richard M.... (hide-sublevels): Doc fix. Rename arg.
1994-02-24 Karl Heuer(help-for-help): Use help-map in the docstring.
1994-02-24 Karl Heuer(make-help-screen): Initialize help-screen before chang...
1994-02-24 Richard M.... (outline-minor-mode-prefix): Change to C-c C-o.
1994-02-24 Richard M.... (lisp-mode-variables): Set outline-regexp.
1994-02-24 Richard M.... (nroff-mode): Set outline-regexp and outline-level.
1994-02-24 Richard M.... (c-mode): Set outline-regexp and outline-level.
1994-02-24 Karl HeuerFix value of docdir.
1994-02-24 Richard M.... (Fload): Cast the args to stat.
1994-02-24 Karl HeuerInstall DOC* in docdir.
1994-02-24 Richard M.... (*-sysv4.1): Set NON_GNU_CPP.
1994-02-24 Karl Heuer(direct_output_forward_char): Use Fget_char_property...
1994-02-24 Karl Heuer(direct_output_for_insert): Fix comment.
1994-02-24 Karl Heuer(compute_motion, vmotion): Use Fget_char_property to...
1994-02-24 Karl Heuer(try_window, display_text_line): Use Fget_char_property...
1994-02-24 Karl Heuer(try_window): Add #ifdef USE_TEXT_PROPERTIES around...
1994-02-24 Karl Heuer(Fget_char_property): Fix docstring.
1994-02-24 Karl Heuer(Fget_char_property): New function.
1994-02-24 Richard M.... Formerly INSTALL.~20~
1994-02-24 Karl Heuer(sort_overlays): Allow for null window.
1994-02-24 Richard M.... Don't force os=-hpux for hp9k2... and hp9k3...
1994-02-24 Fred Pierresteguy(x_window): Call XChangeWindowAttributes with the standard
1994-02-24 Richard M.... (Fx_popup_menu): Allow t as position, meaning use mouse...
1994-02-24 Richard M.... (Fy_or_n_p): Use a popup menu if reached via mouse...
1994-02-24 Richard M.... (mouse_get_pos): Don't convert to glyph units.
1994-02-24 Richard M.... (construct_mouse_click): Don't convert to glyph units.
1994-02-24 Richard M.... (Fmouse_position): Convert to glyph units.
1994-02-24 Richard M.... (make_lispy_movement, make_lispy_event):
1994-02-24 Richard M.... (ELF_BSS_SECTION_NAME): New macro (config.h may override).
1994-02-24 Richard M.... (Fkill_buffer): Call the Vkill_buffer_query_functions.
1994-02-24 Richard M.... (kill-emacs-query-functions): New variable.
1994-02-24 Richard M.... (Info-build-node-completions): Add a call to widen.
1994-02-23 Richard M.... (debug, debug-on-entry): Doc strings.
1994-02-23 Karl Heuer*** empty log message ***
1994-02-23 Richard M.... Include usg5-4.h.
1994-02-23 Richard M.... [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
1994-02-23 Richard M.... NEWSOS5 conditional deleted.
1994-02-23 Karl Heuer(byte-compile-file): Return nil on failure.
1994-02-23 Karl Heuer(main, get_time): Don't crash on invalid input.
1994-02-23 Richard M.... (jka-compr-partial-uncompress): Make dd give you
1994-02-23 Richard M.... *** empty log message ***
1994-02-23 Richard M.... (posn-x-y): New function.
1994-02-23 Richard M.... Removed all support for Emacs-18:
1994-02-23 Edward M. ReingoldFix calendar-cursor-to-date to handle starred days...
1994-02-23 Richard M.... (Finsert_file_contents): If REPLACE, always do lseek.
1994-02-23 Karl Heuer(rmail-insert-inbox-text): Recognize the spool director...
1994-02-22 Karl HeuerNew variable docdir to control where the docstring...
1994-02-22 Karl HeuerUse docdir to initialize PATH_DOC in paths.h.
1994-02-22 Karl HeuerNew path PATH_DOC for doc-directory.
1994-02-22 Karl Heuer(syms_of_callproc): New variable Vdoc_directory.
1994-02-22 Karl Heuer(get_doc_string, Snarf_documentation): Use new variable...
1994-02-22 Karl HeuerNew variable doc_directory.
1994-02-22 Karl HeuerWhen --run-in-place, don't inherit archlibdir.
1994-02-22 Karl HeuerMove extern declarations to top of file.
1994-02-22 Karl Heuer(get_time): Simplify; avoid calling index.
1994-02-22 Richard M.... (calendar-cursor-to-date): Fix search string so it
1994-02-22 Richard M.... (make_lispy_event): For menu bar event in USE_X_TOOLKIT
1994-02-22 Richard M.... (construct_menu_click): Undo previous change.
1994-02-21 Richard M.... (x_had_errors_p): New function.
1994-02-21 Richard M.... (get_keyelt): Cached equiv-key data is now a sublist.
1994-02-21 Richard M.... Whitespace change.
1994-02-21 Karl Heuer(shrink-window-if-larger-than-buffer): Don't shrink...
1994-02-21 Richard M.... (single_keymap_panes): Properly skip help-string if...
1994-02-21 Richard M.... (picture-mode-map): Replace delete-backward-char
1994-02-20 Roland McGrathMove config.h after system includes.
1994-02-20 Roland McGrath[BSD]: #undef WCOREDUMP before defining it.
1994-02-20 Richard M.... (BSD_PGRPS): Add #undef.
1994-02-20 Richard M.... (install-arch-dep, install-arch-indep):
1994-02-20 Richard M.... (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
1994-02-19 Richard M.... (x_window_to_frame): Add parens for clarity.
1994-02-19 Richard M.... (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
1994-02-19 Richard M.... *** empty log message ***
1994-02-19 Richard M.... (get_keyelt): Discard keyboard equivalents
1994-02-19 Richard M.... Find and display keyboard equivalents of menu items.
1994-02-19 Richard M.... (calendar-string-to-mayan-long-count): Don't
1994-02-19 Richard M.... (substitute-key-definition): Don't discard menu strings.
1994-02-18 Richard M.... (lisp-complete-symbol): Doc fix.
1994-02-18 Richard M.... (mouse-delete-max-match): Set len properly.
next