aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.Stefan Monnier2003-06-271-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. Stallman2003-06-271-0/+8
|
* (Fset_window_dedicated_p): Simplify.Stefan Monnier2003-06-261-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ärv2003-06-261-0/+9
|
* Add XRegisterIMInstantiateCallback_arg6 so it will be defined.Jan Djärv2003-06-261-0/+5
|
* (make_interval, Fmake_symbol, allocate_misc):Stefan Monnier2003-06-251-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 Love2003-06-241-0/+7
|
* (wait_reading_process_input): Don't signal SIGIO in batch mode.Richard M. Stallman2003-06-221-0/+13
|
* Entry that should have been made last month.Glenn Morris2003-06-201-0/+5
|
* *** empty log message ***Kenichi Handa2003-06-171-0/+11
|
* (mark_kboards): Move to keyboard.c.Stefan Monnier2003-06-151-5/+25
|
* *** empty log message ***Kim F. Storm2003-06-141-0/+5
|
* (Fcopy_file): Doc fix: copies file modes, too.Kai Großjohann2003-06-131-0/+4
|
* *** empty log message ***Kenichi Handa2003-06-121-0/+4
|
* Remove redundant include of unistd.h, stdlib.h. UseDave Love2003-06-121-0/+7
| | | | HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
* (shrink_regexp_cache): Use xrealloc.Dave Love2003-06-111-0/+7
| | | | (syms_of_search): Use xmalloc.
* *** empty log message ***Kim F. Storm2003-06-091-0/+9
|
* *** empty log message ***Kenichi Handa2003-06-061-0/+5
|
* (SYSTEM_DEFAULT_RESOURCES): New constant.Jason Rumney2003-06-051-0/+8
| | | | (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
* *** empty log message ***Dave Love2003-06-051-0/+13
|
* *** empty log message ***Stefan Monnier2003-06-051-0/+7
|
* *** empty log message ***Kim F. Storm2003-06-051-0/+7
|
* (add_system_logical_colors_to_map): New function.Jason Rumney2003-06-051-0/+5
| | | | (Fx_open_connection): Use it.
* *** empty log message ***Jason Rumney2003-06-041-0/+12
|
* *** empty log message ***Stefan Monnier2003-06-031-1/+13
|
* * gtkutil.c (make_menu_item): Make sure we don't crash on a NULLJan Djärv2003-06-031-0/+5
| | | | menu item label.
* *** empty log message ***Richard M. Stallman2003-06-031-0/+10
|
* Changes from yesterdayJason Rumney2003-06-021-0/+18
|
* Include keyboard.h, charset.h, coding.h.Dave Love2003-06-021-0/+32
| | | | (xg_create_frame_widgets): Use ENCODE_UTF_8.
* *** empty log message ***Kenichi Handa2003-06-021-0/+4
|
* (Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa2003-06-011-0/+3
| | | | region when a buffer is changed to unibyte.
* (lisp, shortlisp): byte-run, float-sup, map-ynp, andJohn Paul Wallington2003-05-311-0/+5
| | | | timer are in lisp/emacs-lisp.
* *** empty log message ***Kenichi Handa2003-05-311-1/+16
|
* (VALID_LEADING_CODE_P): New macro.Kenichi Handa2003-05-311-0/+5
| | | | (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
* (struct ccl_program) <eight_bit_control: Comment fixed.Kenichi Handa2003-05-301-0/+12
|
* *** empty log message ***Kenichi Handa2003-05-281-0/+23
|
* *** empty log message ***Richard M. Stallman2003-05-281-2/+4
|
* (unbind_to): Fix last change for K&R. From rms.Dave Love2003-05-281-0/+4
|
* *** empty log message ***Kim F. Storm2003-05-271-0/+5
|
* *** empty log message ***Jason Rumney2003-05-271-0/+4
|
* (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT. Scrolling down/up theJuanma Barranquero2003-05-261-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 Schwab2003-05-261-0/+2
|
* (try_window_id): Avoid aborting if PT is inside aAndreas Schwab2003-05-261-0/+7
| | | | partially visible line.
* *** empty log message ***John Paul Wallington2003-05-261-0/+4
|
* (Fset_window_buffer): Add type of `keep_margins' argument.Stefan Monnier2003-05-251-0/+33
| | | | (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
* * frame.c (make_frame): Condition want_fullscreen withJan Djärv2003-05-251-0/+5
| | | | HAVE_WINDOW_SYSTEM.
* *** empty log message ***Juanma Barranquero2003-05-251-1/+6
|
* *** empty log message ***Stefan Monnier2003-05-251-27/+36
|
* Major changes for fringes and oter window elements.Kim F. Storm2003-05-241-0/+539
|
* *** empty log message ***Andreas Schwab2003-05-241-0/+4
|