Mercurial > emacs
graph
-
(from, labels, data): Use MAX_DATA_LEN as length.Wed, 21 Sep 1994 03:23:32 +0000, by Richard M. Stallman
-
(report_error): Include reason in error message.Wed, 21 Sep 1994 00:59:22 +0000, by Karl Heuer
-
(mail-bury-selects-summary): New variable.Tue, 20 Sep 1994 23:52:38 +0000, by Richard M. Stallman
-
(paths-force): Depend on src/paths.hTue, 20 Sep 1994 22:16:26 +0000, by Richard M. Stallman
-
(facemenu-update): Make menu separators all dashes.Tue, 20 Sep 1994 19:31:16 +0000, by Richard M. Stallman
-
(SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION.Tue, 20 Sep 1994 06:12:27 +0000, by Richard M. Stallman
-
(r_alloc_freeze_level): New variable.Tue, 20 Sep 1994 05:51:50 +0000, by Karl Heuer
-
(trivial_regexp_p): New function.Tue, 20 Sep 1994 05:40:52 +0000, by Karl Heuer
-
(add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode.Tue, 20 Sep 1994 05:38:59 +0000, by Richard M. Stallman
-
(FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedesTue, 20 Sep 1994 05:20:16 +0000, by Karl Heuer
-
(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.Tue, 20 Sep 1994 05:18:53 +0000, by Karl Heuer
-
(compute_motion): Fix comment.Tue, 20 Sep 1994 05:17:41 +0000, by Karl Heuer
-
(set_frame_size, EmacsFrameSetCharSize): ChangeTue, 20 Sep 1994 05:15:25 +0000, by Karl Heuer
-
(window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH toTue, 20 Sep 1994 05:13:22 +0000, by Karl Heuer
-
(display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.Tue, 20 Sep 1994 05:12:09 +0000, by Karl Heuer
-
(x_set_scroll_bar_width): New function.Tue, 20 Sep 1994 05:07:53 +0000, by Karl Heuer
-
* xterm.c (x_new_font): Compute number of scrollbar columns.Tue, 20 Sep 1994 05:05:02 +0000, by Karl Heuer
-
(make_float, make_pure_float): Fix Lisp_Object vs. int problems.Tue, 20 Sep 1994 04:47:17 +0000, by Karl Heuer
-
(Fset_window_buffer): Fix Lisp_Object vs. int problems.Tue, 20 Sep 1994 04:44:01 +0000, by Karl Heuer
-
(kbd_store_ptr): Declare storage class before qualifier.Tue, 20 Sep 1994 04:39:43 +0000, by Karl Heuer
-
(basic-save-buffer-1): If writing temp file failsTue, 20 Sep 1994 04:27:40 +0000, by Richard M. Stallman
-
(kbd_store_ptr): Declare storage class before qualifier.Tue, 20 Sep 1994 04:27:27 +0000, by Karl Heuer
-
(query-replace-interactive): New user option.Tue, 20 Sep 1994 04:26:12 +0000, by Richard M. Stallman
-
(set_file_times): Move this out of the USG conditional.Tue, 20 Sep 1994 04:07:48 +0000, by Karl Heuer
-
(PURESIZE_RATIO, BASE_PURESIZE): Defined.Tue, 20 Sep 1994 03:18:33 +0000, by Richard M. Stallman
-
(POSIX_SIGNALS): Defined.Tue, 20 Sep 1994 02:29:40 +0000, by Richard M. Stallman
-
(struct saved_window_data): New slots min_width, min_height.Tue, 20 Sep 1994 02:20:05 +0000, by Richard M. Stallman
-
Patches for HPUX, and SunOS4 (Japanese).Tue, 20 Sep 1994 01:28:35 +0000, by Per Bothner
-
*** empty log message ***Tue, 20 Sep 1994 01:05:37 +0000, by Richard M. Stallman
-
(add-hook): Doc fix.Tue, 20 Sep 1994 00:59:24 +0000, by Richard M. Stallman
-
(malloc, realloc): Declared.Tue, 20 Sep 1994 00:26:25 +0000, by Richard M. Stallman
-
entered into RCSMon, 19 Sep 1994 21:50:20 +0000, by Jim Blandy
-
*** empty log message ***Mon, 19 Sep 1994 21:50:07 +0000, by Jim Blandy
-
(syms_of_buffer): Doc fix.Mon, 19 Sep 1994 20:24:47 +0000, by Karl Heuer
-
(config_options): Save all arguments, not just some.Mon, 19 Sep 1994 18:15:11 +0000, by Karl Heuer
-
(Fkey_description): Reverse condition.Mon, 19 Sep 1994 17:46:42 +0000, by Karl Heuer
-
(report-emacs-bug): system-configuration-options was misspelled asMon, 19 Sep 1994 17:33:18 +0000, by Karl Heuer
-
* disp-table.el: Add support for new window border display tableMon, 19 Sep 1994 17:31:15 +0000, by Jim Blandy
-
Add a new element to display tables controlling side-by-sideMon, 19 Sep 1994 17:28:37 +0000, by Jim Blandy
-
[!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.Mon, 19 Sep 1994 17:17:02 +0000, by Karl Heuer
-
* rlogin.el (rlogin): recognise the `-l user' option to rlogin andMon, 19 Sep 1994 11:47:05 +0000, by Francesco Potort
-
(SYSTEM_TYPE): Delete definition.Mon, 19 Sep 1994 05:54:59 +0000, by Richard M. Stallman
-
(picture-yank-at-click): New function.Mon, 19 Sep 1994 05:51:16 +0000, by Richard M. Stallman
-
Handle ==, !=, + and -.Mon, 19 Sep 1994 05:29:15 +0000, by Richard M. Stallman
-
(Info-insert-dir): Insert newlines before rather thanMon, 19 Sep 1994 05:11:40 +0000, by Richard M. Stallman
-
(RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).Mon, 19 Sep 1994 05:07:10 +0000, by Richard M. Stallman
-
(rmail-summary-construct-io-menu): New function.Mon, 19 Sep 1994 05:03:02 +0000, by Richard M. Stallman
-
(rmail-output-menu): Function deleted.Mon, 19 Sep 1994 05:02:12 +0000, by Richard M. Stallman
-
Build proper keymap for the "Input (menu)" and "Output (menu)" submenus:Mon, 19 Sep 1994 05:01:33 +0000, by Richard M. Stallman
-
(file-name-sans-extension): New function.Mon, 19 Sep 1994 04:32:41 +0000, by Richard M. Stallman
-
(validate_interval_range, property_value, Fget_char_property,Mon, 19 Sep 1994 00:18:27 +0000, by Karl Heuer
-
(openp): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:17:55 +0000, by Karl Heuer
-
(vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:17:26 +0000, by Karl Heuer
-
(Fframe_parameters): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:16:58 +0000, by Karl Heuer
-
(direct_output_for_insert, direct_output_forward_char): Fix Lisp_ObjectMon, 19 Sep 1994 00:16:13 +0000, by Karl Heuer
-
(Fsignal): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:15:36 +0000, by Karl Heuer
-
(Frandom): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:15:08 +0000, by Karl Heuer
-
[!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:14:49 +0000, by Karl Heuer
-
(read_minibuf): Fix Lisp_Object vs. int problems.Mon, 19 Sep 1994 00:14:16 +0000, by Karl Heuer
-
Declare Fmake_sparse_keymap.Mon, 19 Sep 1994 00:13:35 +0000, by Karl Heuer
-
Add #include "keyboard.h"Mon, 19 Sep 1994 00:12:39 +0000, by Karl Heuer
-
(Fmember): Declare this function.Sun, 18 Sep 1994 23:59:10 +0000, by Karl Heuer
-
(install-arch-indep): Copy DOC-*, not DOC*Sun, 18 Sep 1994 23:46:48 +0000, by Karl Heuer
-
(_ALL_SOURCE): Don't redefine if already defined.Sun, 18 Sep 1994 21:35:34 +0000, by Karl Heuer
-
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.Sun, 18 Sep 1994 21:27:01 +0000, by Karl Heuer
-
Delete obsolete symbols.Sun, 18 Sep 1994 21:12:31 +0000, by Karl Heuer
-
Add checks to set HAVE_TIMEVAL and HAVE_SELECT.Sun, 18 Sep 1994 20:34:21 +0000, by Karl Heuer
-
(tex-start-shell): Inherit comint-mode-map, don't copy.Sun, 18 Sep 1994 20:30:01 +0000, by Richard M. Stallman
-
(shell-mode-map): Inherit comint-mode-map, but copy the completion menu.Sun, 18 Sep 1994 20:28:23 +0000, by Richard M. Stallman
-
(struct process): New field tty_name.Sun, 18 Sep 1994 20:11:07 +0000, by Richard M. Stallman
-
(telnet-mode-map): Inherit from comint-mode-map.Sun, 18 Sep 1994 20:06:54 +0000, by Richard M. Stallman
-
(HAVE_VFORK): Defined.Sun, 18 Sep 1994 20:04:00 +0000, by Richard M. Stallman
-
(Ffile_writable_p): Don't use ro_fsys.Sun, 18 Sep 1994 20:01:47 +0000, by Richard M. Stallman
-
entered into RCSSun, 18 Sep 1994 19:54:50 +0000, by Richard M. Stallman
-
(Fcopy_file): Use set_file_times, and check for the error return.Sun, 18 Sep 1994 19:17:01 +0000, by Karl Heuer
-
Declare set_file_times.Sun, 18 Sep 1994 19:15:39 +0000, by Karl Heuer
-
(set_file_times): New function.Sun, 18 Sep 1994 19:13:39 +0000, by Karl Heuer
-
Add HAVE_STRUCT_UTIMBUF.Sun, 18 Sep 1994 19:00:32 +0000, by Karl Heuer
-
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.Sun, 18 Sep 1994 18:59:49 +0000, by Karl Heuer
-
(preserve_other_columns): Fix arg to sizeof in bcopy call.Sun, 18 Sep 1994 18:57:22 +0000, by Richard M. Stallman
-
Add AC_AIX.Sun, 18 Sep 1994 18:43:33 +0000, by Karl Heuer
-
(telnet): Use name *telnet-HOST*, not *HOST-telnet*.Sun, 18 Sep 1994 18:16:20 +0000, by Richard M. Stallman
-
(rmail-forward): Insert separator before and after message.Sun, 18 Sep 1994 09:09:43 +0000, by Richard M. Stallman
-
(ediff-submit-report, ediff-revision)Sun, 18 Sep 1994 08:52:32 +0000, by Richard M. Stallman
-
(reset_buffer): Don't call reset_buffer_local_variables.Sun, 18 Sep 1994 08:46:34 +0000, by Richard M. Stallman
-
(get_minibuffer): Call Fkill_all_local_variables.Sun, 18 Sep 1994 08:45:56 +0000, by Richard M. Stallman
-
Major rewrite to behave more like a minor mode.Sun, 18 Sep 1994 08:27:12 +0000, by Richard M. Stallman
-
(parsing options): Simplify sed command to delete -'s.Sun, 18 Sep 1994 08:19:12 +0000, by Richard M. Stallman
-
(DECLARE_GETPWUID_WITH_UID_T): Defined.Sun, 18 Sep 1994 08:14:59 +0000, by Richard M. Stallman
-
(make-lucid-menu-keymap-disable): New variable.Sun, 18 Sep 1994 05:06:35 +0000, by Richard M. Stallman
-
(REL_ALLOC): #undef deleted.Sun, 18 Sep 1994 04:05:03 +0000, by Richard M. Stallman
-
(Fkey_description): Give error if KEYS not an array.Sun, 18 Sep 1994 04:02:25 +0000, by Richard M. Stallman
-
(unexec): Fix logic for rounding section boundaries.Sat, 17 Sep 1994 23:52:45 +0000, by Richard M. Stallman
-
(generate-file-autoloads): Warn if we put a lineSat, 17 Sep 1994 20:02:15 +0000, by Richard M. Stallman
-
(Fforward_comment): Do increment from, when reachingSat, 17 Sep 1994 19:49:03 +0000, by Richard M. Stallman
-
(EMACS_CONFIG_OPTIONS): Add #undef.Sat, 17 Sep 1994 17:11:21 +0000, by Richard M. Stallman