| Commit message (Expand) | Author | Age | Files | Lines |
| * | (easy-menu-define): Doc fix. | Eli Zaretskii | 2003-12-29 | 2 | -2/+6 |
| * | (custom-declare-theme): Use `value' when putting properties on `theme'. | Eli Zaretskii | 2003-12-29 | 2 | -6/+11 |
| * | Document the change in insert-for-yank. | Eli Zaretskii | 2003-12-29 | 1 | -0/+5 |
| * | (insert-for-yank): Call insert-for-yank-1 repetitively | Eli Zaretskii | 2003-12-29 | 2 | -0/+22 |
| * | (table-yank-handler): New defcustom. | Eli Zaretskii | 2003-12-29 | 1 | -2/+6 |
| * | (store_symval_forwarding): Handle setting default-fill-column, etc., | Richard M. Stallman | 2003-12-29 | 2 | -0/+53 |
| * | (Fset_minibuffer_window): Doc fix. | Richard M. Stallman | 2003-12-29 | 1 | -1/+1 |
| * | (choose_write_coding_system): Ignore auto_saving | Richard M. Stallman | 2003-12-29 | 1 | -7/+19 |
| * | Comment change. | Richard M. Stallman | 2003-12-29 | 2 | -2/+22 |
| * | (etc-modules-conf-generic-mode): A more complete set of keywords. | Eli Zaretskii | 2003-12-29 | 2 | -1/+37 |
| * | (reset-language-environment, set-language-environment): Don't invoke | Eli Zaretskii | 2003-12-29 | 2 | -5/+17 |
| * | *** empty log message *** | Kenichi Handa | 2003-12-29 | 2 | -0/+32 |
| * | (ccl-encode-koi8-font): Make it work for | Kenichi Handa | 2003-12-29 | 1 | -0/+23 |
| * | (reset-language-environment): Call | Kenichi Handa | 2003-12-29 | 1 | -1/+15 |
| * | (face_font_available_p): New function. | Kenichi Handa | 2003-12-29 | 1 | -0/+63 |
| * | (Voverriding_fontspec_alist): New variable. | Kenichi Handa | 2003-12-29 | 1 | -25/+145 |
| * | (face_font_available_p): Extern it. | Kenichi Handa | 2003-12-29 | 1 | -0/+1 |
| * | (ange-ftp-file-attributes): Add new optional parameter ID-FORMAT. | Sam Steingold | 2003-12-29 | 2 | -4/+9 |
| * | (Fother_buffer): Don't crash if BUF is nil | Richard M. Stallman | 2003-12-28 | 1 | -5/+6 |
| * | (Fcheck_coding_system): Further doc fix. | Luc Teirlinck | 2003-12-28 | 2 | -1/+5 |
| * | (Fcheck_coding_system): Doc fix. | Luc Teirlinck | 2003-12-28 | 1 | -1/+1 |
| * | (gdb-prompt): Change filter for level 3 annotations, | Nick Roberts | 2003-12-28 | 1 | -44/+107 |
| * | (gud-gdb-command-name): Set default to | Nick Roberts | 2003-12-28 | 1 | -8/+23 |
| * | *** empty log message *** | Nick Roberts | 2003-12-28 | 1 | -0/+17 |
| * | Add pointer text property. Add image maps. | Kim F. Storm | 2003-12-28 | 1 | -0/+34 |
| * | Fix cursor glyph height on tall rows. | Kim F. Storm | 2003-12-28 | 1 | -0/+77 |
| * | (Qface, Qmouse_face): Remove unused externs. | Kim F. Storm | 2003-12-28 | 1 | -8/+14 |
| * | (x_set_mouse_color): Remove bogus x_check_errors call. | Kim F. Storm | 2003-12-28 | 1 | -8/+2 |
| * | (cache_face): Abort if c->size exceeds MAX_FACE_ID. | Kim F. Storm | 2003-12-28 | 1 | -7/+12 |
| * | (Qarrow, Qhand, Qtext, Qpointer): New variables for | Kim F. Storm | 2003-12-28 | 1 | -52/+397 |
| * | (Qimage): Remove extern (now in lisp.h). | Kim F. Storm | 2003-12-28 | 2 | -14/+4 |
| * | (IMAGEP): New macro to test for image object type. | Kim F. Storm | 2003-12-28 | 1 | -0/+5 |
| * | (Qimage): Remove extern (now in lisp.h). | Kim F. Storm | 2003-12-28 | 1 | -3/+27 |
| * | (buffer_posn_from_coords): Fix calculation of dy for | Kim F. Storm | 2003-12-28 | 1 | -12/+39 |
| * | (FACE_ID_BITS, MAX_FACE_ID): New defines. | Kim F. Storm | 2003-12-28 | 1 | -1/+8 |
| * | (Qface, Qmouse_face): Remove unused externs. | Kim F. Storm | 2003-12-27 | 2 | -4/+0 |
| * | (Qmouse_click, Qevent_kind): Remove unused externs. | Kim F. Storm | 2003-12-27 | 1 | -1/+0 |
| * | (show_help_event): Remove unused code. | Kim F. Storm | 2003-12-27 | 1 | -2/+2 |
| * | (eval.o): Depend on dispextern.h. | Kim F. Storm | 2003-12-27 | 1 | -1/+1 |
| * | Handle non-readable directories. | Kim F. Storm | 2003-12-27 | 1 | -46/+73 |
| * | *** empty log message *** | Kim F. Storm | 2003-12-27 | 1 | -0/+15 |
| * | (ls-lisp-insert-directory): Add parameter 'string in | Lars Hansen | 2003-12-27 | 2 | -15/+13 |
| * | 2003-12-12 Jesper Harder <harder@ifa.au.dk> | Per Abrahamsen | 2003-12-27 | 4 | -18/+185 |
| * | (rlog_options): Append -rbranchtag if CVS/Tag indicates | Paul Eggert | 2003-12-27 | 2 | -6/+30 |
| * | *** empty log message *** | Kenichi Handa | 2003-12-26 | 1 | -2/+5 |
| * | (texinfo-multi-file-update): create a new list of included files, | Robert J. Chassell | 2003-12-25 | 1 | -17/+22 |
| * | *** empty log message *** | Luc Teirlinck | 2003-12-25 | 2 | -0/+8 |
| * | (ffap-read-file-or-url): Revert previous change. | Luc Teirlinck | 2003-12-25 | 1 | -1/+1 |
| * | (Fcompleting_read): Undo previous change. | Luc Teirlinck | 2003-12-25 | 1 | -2/+22 |
| * | (Fdirectory_files, Fdirectory_files_and_attributes): | Lars Hansen | 2003-12-25 | 2 | -23/+9 |