| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros. | Stefan Monnier | 2003-06-27 | 1 | -0/+12 |
| | | | | | | | | | | | | (GC_STRING_BYTES): Don't mask markbit (it's only used on `size'). (allocate_buffer): Move. (string_bytes): Don't mask markbit of `size_byte'. (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect) (mark_object, mark_buffer, survives_gc_p, gc_sweep): Use the `size' field of buffers (rather than the `name' field) for the mark bit, as is done for all other vectorlike objects. Use the new macros to access the mark bit of vectorlike objects. | ||||
| * | (BASE_PURESIZE): Increment base size. | Richard M. Stallman | 2003-06-27 | 1 | -0/+8 |
| | | |||||
| * | (Fset_window_dedicated_p): Simplify. | Stefan Monnier | 2003-06-26 | 1 | -2/+29 |
| | | | | | | | | (display_buffer_1): Don't raise the win from which minibuf was entered. (temp_output_buffer_show): Don't assume BEG == 1. Simplify. (Fminibuffer_selected_window): Simplify. (delete_window): Update for new types. | ||||
| * | Fix some of the font/face problems. | Jan Djärv | 2003-06-26 | 1 | -0/+9 |
| | | |||||
| * | Add XRegisterIMInstantiateCallback_arg6 so it will be defined. | Jan Djärv | 2003-06-26 | 1 | -0/+5 |
| | | |||||
| * | (make_interval, Fmake_symbol, allocate_misc): | Stefan Monnier | 2003-06-25 | 1 | -0/+16 |
| | | | | | | | | | | Initialize the new field `gcmarkbit'. (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field. (mark_interval_tree): Don't mark the tree separately from the nodes. (UNMARK_BALANCE_INTERVALS): Don't unmark the tree. (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect, mark_object) (survives_gc_p, gc_sweep): Use new `gcmarkbit' fields. | ||||
| * | (xim_initialize): Use XRegisterIMInstantiateCallback_arg6. | Dave Love | 2003-06-24 | 1 | -0/+7 |
| | | |||||
| * | (wait_reading_process_input): Don't signal SIGIO in batch mode. | Richard M. Stallman | 2003-06-22 | 1 | -0/+13 |
| | | |||||
| * | Entry that should have been made last month. | Glenn Morris | 2003-06-20 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-06-17 | 1 | -0/+11 |
| | | |||||
| * | (mark_kboards): Move to keyboard.c. | Stefan Monnier | 2003-06-15 | 1 | -5/+25 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-06-14 | 1 | -0/+5 |
| | | |||||
| * | (Fcopy_file): Doc fix: copies file modes, too. | Kai Großjohann | 2003-06-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-06-12 | 1 | -0/+4 |
| | | |||||
| * | Remove redundant include of unistd.h, stdlib.h. Use | Dave Love | 2003-06-12 | 1 | -0/+7 |
| | | | | | HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. | ||||
| * | (shrink_regexp_cache): Use xrealloc. | Dave Love | 2003-06-11 | 1 | -0/+7 |
| | | | | | (syms_of_search): Use xmalloc. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-06-09 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-06-06 | 1 | -0/+5 |
| | | |||||
| * | (SYSTEM_DEFAULT_RESOURCES): New constant. | Jason Rumney | 2003-06-05 | 1 | -0/+8 |
| | | | | | (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last. | ||||
| * | *** empty log message *** | Dave Love | 2003-06-05 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-06-05 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-06-05 | 1 | -0/+7 |
| | | |||||
| * | (add_system_logical_colors_to_map): New function. | Jason Rumney | 2003-06-05 | 1 | -0/+5 |
| | | | | | (Fx_open_connection): Use it. | ||||
| * | *** empty log message *** | Jason Rumney | 2003-06-04 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-06-03 | 1 | -1/+13 |
| | | |||||
| * | * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL | Jan Djärv | 2003-06-03 | 1 | -0/+5 |
| | | | | | menu item label. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2003-06-03 | 1 | -0/+10 |
| | | |||||
| * | Changes from yesterday | Jason Rumney | 2003-06-02 | 1 | -0/+18 |
| | | |||||
| * | Include keyboard.h, charset.h, coding.h. | Dave Love | 2003-06-02 | 1 | -0/+32 |
| | | | | | (xg_create_frame_widgets): Use ENCODE_UTF_8. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-06-02 | 1 | -0/+4 |
| | | |||||
| * | (Fset_buffer_multibyte): Correctly recover a narrowed | Kenichi Handa | 2003-06-01 | 1 | -0/+3 |
| | | | | | region when a buffer is changed to unibyte. | ||||
| * | (lisp, shortlisp): byte-run, float-sup, map-ynp, and | John Paul Wallington | 2003-05-31 | 1 | -0/+5 |
| | | | | | timer are in lisp/emacs-lisp. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-05-31 | 1 | -1/+16 |
| | | |||||
| * | (VALID_LEADING_CODE_P): New macro. | Kenichi Handa | 2003-05-31 | 1 | -0/+5 |
| | | | | | (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly. | ||||
| * | (struct ccl_program) <eight_bit_control: Comment fixed. | Kenichi Handa | 2003-05-30 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-05-28 | 1 | -0/+23 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-05-28 | 1 | -2/+4 |
| | | |||||
| * | (unbind_to): Fix last change for K&R. From rms. | Dave Love | 2003-05-28 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-05-27 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2003-05-27 | 1 | -0/+4 |
| | | |||||
| * | (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT. Scrolling down/up the | Juanma Barranquero | 2003-05-26 | 1 | -0/+14 |
| | | | | | | | mouse wheel is respectively mapped to mouse button 4 and 5. (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as WM_MOUSEWHEEL events. | ||||
| * | (syms_of_buffer) <default-direction-reversed>: Doc fix. | Andreas Schwab | 2003-05-26 | 1 | -0/+2 |
| | | |||||
| * | (try_window_id): Avoid aborting if PT is inside a | Andreas Schwab | 2003-05-26 | 1 | -0/+7 |
| | | | | | partially visible line. | ||||
| * | *** empty log message *** | John Paul Wallington | 2003-05-26 | 1 | -0/+4 |
| | | |||||
| * | (Fset_window_buffer): Add type of `keep_margins' argument. | Stefan Monnier | 2003-05-25 | 1 | -0/+33 |
| | | | | | (Fset_window_fringes, Fset_window_scroll_bars): Declare before use. | ||||
| * | * frame.c (make_frame): Condition want_fullscreen with | Jan Djärv | 2003-05-25 | 1 | -0/+5 |
| | | | | | HAVE_WINDOW_SYSTEM. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2003-05-25 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-25 | 1 | -27/+36 |
| | | |||||
| * | Major changes for fringes and oter window elements. | Kim F. Storm | 2003-05-24 | 1 | -0/+539 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2003-05-24 | 1 | -0/+4 |
| | | |||||