| Commit message (Expand) | Author | Age | Files | Lines |
| * | (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned | Andreas Schwab | 2009-10-24 | 1 | -2/+4 |
| * | (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow. | Andreas Schwab | 2009-10-23 | 1 | -3/+3 |
| * | * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char. | Stefan Monnier | 2009-10-23 | 1 | -1/+0 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+35 |
| * | * lisp.h (Qdelete_directory_internal): Remove, because it is not | Michael Albinus | 2009-10-02 | 1 | -2/+1 |
| * | * lisp.h (Qdelete_directory_internal): | Juanma Barranquero | 2009-10-01 | 1 | -1/+1 |
| * | The --quick command line option now ignores X resources and Registry settings. | Juanma Barranquero | 2009-09-17 | 1 | -0/+3 |
| * | * lisp.h: Replace #if 0 code for checking with text pointing to | Dan Nicolaescu | 2009-08-26 | 1 | -23/+2 |
| * | (CHAR_TABLE_REF_ASCII): New macor. | Kenichi Handa | 2009-08-25 | 1 | -5/+29 |
| * | * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. | Ken Raeburn | 2009-08-17 | 1 | -2/+5 |
| * | * lisp.h (xd_pending_messages): Declare. | Michael Albinus | 2009-08-15 | 1 | -0/+1 |
| * | * doprnt.c (doprnt_lisp): Unused function deleted. | Ken Raeburn | 2009-08-10 | 1 | -1/+0 |
| * | (add_user_signal): Remove extern. | YAMAMOTO Mitsuharu | 2009-05-06 | 1 | -1/+0 |
| * | * search.c: Use EMACS_INT for buffer positions. Add prototypes. | Andreas Schwab | 2009-04-16 | 1 | -5/+6 |
| * | * nsselect.m (symbol_to_nsstring, clean_local_selection_data) | Stefan Monnier | 2009-04-13 | 1 | -0/+1 |
| * | * editfns.c (general_insert_function): Adjust to insdel.c changes. | Stefan Monnier | 2009-03-28 | 1 | -5/+5 |
| * | * insdel.c (move_gap, move_gap_both, gap_left, gap_right) | Stefan Monnier | 2009-03-28 | 1 | -34/+49 |
| * | (Fx_focus_frame): Declare. | Stefan Monnier | 2009-03-26 | 1 | -0/+1 |
| * | Define Qfont_spec, Qfont_entity, Qfont_object extern. | Chong Yidong | 2009-02-21 | 1 | -0/+2 |
| * | (fast_looking_at): Extern it. | Kenichi Handa | 2009-02-12 | 1 | -0/+2 |
| * | (QUIT): Check pending_signals instead of interrupt_input_pending. Use | Chong Yidong | 2009-01-29 | 1 | -4/+4 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | (do_switch_frame, Fselect_frame) | Martin Rudalics | 2008-11-02 | 1 | -3/+3 |
| * | * emacs.c (daemon_pipe): Make non-static. | Dan Nicolaescu | 2008-10-28 | 1 | -2/+6 |
| * | Remove prototype for no_switch_window. | Martin Rudalics | 2008-10-21 | 1 | -1/+0 |
| * | (Vbefore_init_time, Vafter_init_time): Declare. | Chong Yidong | 2008-10-06 | 1 | -0/+1 |
| * | * lisp.h (is_daemon): Declare. | Dan Nicolaescu | 2008-09-24 | 1 | -0/+2 |
| * | Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes. | Adrian Robert | 2008-08-05 | 1 | -1/+1 |
| * | fix popup menu selection return (menu.c); add use of popup_activated under NS... | Adrian Robert | 2008-08-04 | 1 | -1/+1 |
| * | Fix erroneous last commit. | Eli Zaretskii | 2008-08-02 | 1 | -42/+30 |
| * | Add prototype for directory_files_internal. | Eli Zaretskii | 2008-08-02 | 1 | -30/+42 |
| * | (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. | Eli Zaretskii | 2008-08-02 | 1 | -0/+3 |
| * | * lisp.h (init_weak_hash_tables, syms_of_font) | Andreas Schwab | 2008-07-28 | 1 | -1/+10 |
| * | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -22/+2 |
| * | by renaming, get rid of need for hash_remove() redefinitions for NS platform;... | Adrian Robert | 2008-07-19 | 1 | -5/+0 |
| * | Merge from emacs--rel--22 | Miles Bader | 2008-07-17 | 1 | -0/+1 |
| |\ |
|
| | * | (Foverlay_buffer): Add EXFUN. | YAMAMOTO Mitsuharu | 2008-07-17 | 1 | -0/+1 |
| * | | * ecrt0.c: Remove code depending on m68000, not used anymore. | Dan Nicolaescu | 2008-07-17 | 1 | -1/+0 |
| * | | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | Dan Nicolaescu | 2008-07-16 | 1 | -2/+0 |
| * | | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -1/+6 |
| * | | Remove left over code. | Dan Nicolaescu | 2008-07-11 | 1 | -7/+5 |
| * | | Fix logic in last change. | Andreas Schwab | 2008-07-11 | 1 | -1/+1 |
| * | | * lisp.h: | Dan Nicolaescu | 2008-07-11 | 1 | -9/+9 |
| * | | EXFUN adjusted for the change of Fstring_to_unibyte. | Kenichi Handa | 2008-07-04 | 1 | -1/+1 |
| * | | Changes from Toru Tsuneyoshi for using Trash can when deleting files. | Jason Rumney | 2008-07-02 | 1 | -0/+2 |
| * | | (Fstring_to_unibyte): EXFUN it. | Kenichi Handa | 2008-06-25 | 1 | -0/+1 |
| * | | Declare syms_of_menu. | Chong Yidong | 2008-06-08 | 1 | -0/+3 |
| * | | * window.el (display-buffer-function, special-display-p) | Stefan Monnier | 2008-06-05 | 1 | -1/+0 |
| * | | * chartab.c (Foptimize_char_table, optimize_sub_char_table): | Stefan Monnier | 2008-05-30 | 1 | -1/+1 |
| * | | * minibuf.c (keys_of_minibuf): Delete. | Stefan Monnier | 2008-05-22 | 1 | -1/+0 |