| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Qleft_fringe, Qright_fringe): New vars. | Kim F. Storm | 2001-12-01 | 1 | -0/+6 |
| * | (struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields. | Kim F. Storm | 2001-12-01 | 1 | -3/+4 |
| * | Note that describe-categories was moved to lisp/help-fns.el. | Eli Zaretskii | 2001-11-29 | 1 | -1/+1 |
| * | *** empty log message *** | Pavel Janík | 2001-11-29 | 1 | -0/+4 |
| * | Removed. | Pavel Janík | 2001-11-29 | 1 | -340/+0 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-29 | 1 | -0/+3 |
| * | *** empty log message *** | Dave Love | 2001-11-29 | 1 | -0/+6 |
| * | (syms_of_coding) <Qchar_coding_system>: Give it an | Dave Love | 2001-11-29 | 1 | -3/+4 |
| * | *** empty log message *** | Pavel Janík | 2001-11-29 | 1 | -0/+6 |
| * | (file-name-coding-system, default-file-name-coding-system): Doc fix (links | Pavel Janík | 2001-11-29 | 1 | -4/+4 |
| * | (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5): | Stefan Monnier | 2001-11-29 | 1 | -5/+10 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-29 | 1 | -2/+17 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-29 | 1 | -0/+7 |
| * | (Ffind_file_name_handler): Avoid initializer for `result'. | Richard M. Stallman | 2001-11-29 | 1 | -1/+2 |
| * | (lispdir): New variable, referring to build dir. | Richard M. Stallman | 2001-11-29 | 1 | -1/+2 |
| * | (w32_menu_display_help): Actually add the new argument | Andrew Innes | 2001-11-28 | 2 | -1/+6 |
| * | (describe_category, describe_category_1, Fdescribe_categories): Remove. | Stefan Monnier | 2001-11-28 | 1 | -94/+0 |
| * | (w32_read_socket) <WM_MENUSELECT>: Remove. | Jason Rumney | 2001-11-28 | 2 | -13/+16 |
| * | (w32_wnd_proc) <WM_MENUSELECT>: Display help directly. | Jason Rumney | 2001-11-28 | 1 | -11/+8 |
| * | (add_menu_item): Do not use owner-draw for disabled menu items. | Jason Rumney | 2001-11-28 | 1 | -23/+22 |
| * | (x_draw_glyphs): Don't call notice_overwritten_cursor if | Gerd Moellmann | 2001-11-28 | 2 | -2/+12 |
| * | (message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'. | Pavel Janík | 2001-11-28 | 2 | -1/+4 |
| * | (decode_coding_string): Remove unused variable `gcpro1'. | Pavel Janík | 2001-11-28 | 2 | -1/+5 |
| * | Use AREF and ASIZE. | Stefan Monnier | 2001-11-28 | 1 | -73/+70 |
| * | (run_hook_list_with_args): Remove. | Stefan Monnier | 2001-11-27 | 1 | -4/+5 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-27 | 1 | -0/+11 |
| * | *** empty log message *** | Eli Zaretskii | 2001-11-27 | 1 | -0/+5 |
| * | (syms_of_syntax): Remove defsubr of Sdescribe_syntax. | Stefan Monnier | 2001-11-26 | 1 | -44/+0 |
| * | Use AREF and ASIZE. | Stefan Monnier | 2001-11-26 | 1 | -12/+17 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-26 | 1 | -0/+6 |
| * | (Ffind_file_name_handler): Give precedence to handlers | Stefan Monnier | 2001-11-26 | 1 | -10/+22 |
| * | (access_keymap): Handle t bindings like nil bindings. | Stefan Monnier | 2001-11-26 | 1 | -8/+20 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-26 | 1 | -0/+3 |
| * | (set_text_properties_1): Allow args in either order. | Richard M. Stallman | 2001-11-26 | 1 | -2/+9 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-26 | 1 | -0/+3 |
| * | (mostlyclean): Delete bootstrap-emacs here. | Richard M. Stallman | 2001-11-26 | 1 | -1/+2 |
| * | (mallocobj): Simplify logic using auxiliary vars. | Richard M. Stallman | 2001-11-26 | 2 | -12/+12 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-26 | 1 | -0/+8 |
| * | (set_text_properties_1): Clearly mark that the interval should not be empty. | Stefan Monnier | 2001-11-26 | 1 | -1/+3 |
| * | (graft_intervals_into_buffer): | Stefan Monnier | 2001-11-26 | 1 | -1/+1 |
| * | (unexec): Index by n, not nn, when checking for ".sbss". | Richard M. Stallman | 2001-11-26 | 2 | -1/+3 |
| * | (Fcall_process): When we make a bigger buffer for bufptr, | Richard M. Stallman | 2001-11-26 | 1 | -1/+5 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-26 | 1 | -0/+5 |
| * | (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. | Richard M. Stallman | 2001-11-26 | 1 | -2/+1 |
| * | (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. | Richard M. Stallman | 2001-11-26 | 1 | -2/+1 |
| * | (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. | Richard M. Stallman | 2001-11-26 | 1 | -2/+1 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-26 | 1 | -0/+8 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-25 | 1 | -0/+4 |
| * | (merge_face_heights): Coerce back to int explicitly. | Stefan Monnier | 2001-11-25 | 1 | -1/+1 |
| * | (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>. | Eli Zaretskii | 2001-11-25 | 1 | -2/+2 |