| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** 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 |
| | | |||||
| * | (x_window): Fix typo. | Thien-Thi Nguyen | 2003-05-24 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-23 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-05-21 | 1 | -0/+12 |
| | | |||||
| * | (main) [WINDOWSNT]: Move it here. | Jason Rumney | 2003-05-21 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-05-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-05-19 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-05-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-05-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-18 | 1 | -1/+2 |
| | | |||||
| * | (Fselect_window): Add optional `norecord' arg. | Stefan Monnier | 2003-05-17 | 1 | -4/+37 |
| | | | | | | | | | (select_window_1): Fold into Fselect_window. (select_window_norecord): New function. (temp_output_buffer_show): Use it. Preserve current buffer. (delete_window, Fother_window, Fset_window_configuration): Pass nil as new arg to Fselect_window. | ||||
| * | *** empty log message *** | David Kastrup | 2003-05-17 | 1 | -0/+5 |
| | | |||||
| * | (read_minibuf): If buffer is empty, record the default in the history. | Richard M. Stallman | 2003-05-17 | 1 | -0/+7 |
| | | | | | | (Fminibuffer_complete_word): When deleting the overlap, take account of its real position. | ||||
| * | (find_defun_start): When open_paren_in_column_0_is_defun_start, | Richard M. Stallman | 2003-05-17 | 1 | -0/+28 |
| | | | | | return beginning of buffer. | ||||
| * | (Fdelete_file): Handle symlinks pointing to directories. | Richard M. Stallman | 2003-05-16 | 1 | -0/+5 |
| | | |||||
| * | (apply_modifiers): Don't fill the other cache. | Stefan Monnier | 2003-05-15 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-15 | 1 | -0/+2 |
| | | |||||
| * | (Qwindowp, Qwindow_live_p, Vwindow_list) | Stefan Monnier | 2003-05-14 | 1 | -0/+22 |
| | | | | | | | | | | | | | (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer) (Fget_buffer_window, Fsave_window_excursion, Fsplit_window) (Fset_window_configuration, Fcurrent_window_configuration) (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at) (Fpos_visible_in_window_p, mark_window_cursors_off) (window_internal_height, window_internal_width, Frecenter) (Fscroll_other_window, Fset_window_start, temp_output_buffer_show) (replace_buffer_in_all_windows, init_window_once, init_window) (syms_of_window, keys_of_window): Move from lisp.h to window.h. | ||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-14 | 1 | -0/+4 |
| | | |||||
| * | (uniquify-rationalize-file-buffer-names): Thinko. | Stefan Monnier | 2003-05-10 | 1 | -0/+14 |
| | | |||||
| * | . | Andreas Schwab | 2003-05-10 | 1 | -0/+5 |
| | | |||||
| * | (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | Richard M. Stallman | 2003-05-09 | 1 | -0/+18 |
| | | | | | | Bind Qinhibit_modification_hooks to t so there will be no GC. Rename local `tem' to `save_deactivate_mark'. | ||||
| * | *** empty log message *** | Dave Love | 2003-05-08 | 1 | -0/+4 |
| | | |||||
| * | (Ffile_symlink_p): Let handlers handle symlinks even | Jason Rumney | 2003-05-07 | 1 | -0/+5 |
| | | | | | when system does not support them. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-05-06 | 1 | -0/+8 |
| | | |||||