aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.Stefan Monnier2009-11-031-1/+4
* Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.Stefan Monnier2009-11-031-21/+29
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-241-2/+4
* (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.Andreas Schwab2009-10-231-3/+3
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-231-1/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+35
* * lisp.h (Qdelete_directory_internal): Remove, because it is notMichael Albinus2009-10-021-2/+1
* * lisp.h (Qdelete_directory_internal):Juanma Barranquero2009-10-011-1/+1
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-171-0/+3
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-261-23/+2
* (CHAR_TABLE_REF_ASCII): New macor.Kenichi Handa2009-08-251-5/+29
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-171-2/+5
* * lisp.h (xd_pending_messages): Declare.Michael Albinus2009-08-151-0/+1
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-101-1/+0
* (add_user_signal): Remove extern.YAMAMOTO Mitsuharu2009-05-061-1/+0
* * search.c: Use EMACS_INT for buffer positions. Add prototypes.Andreas Schwab2009-04-161-5/+6
* * nsselect.m (symbol_to_nsstring, clean_local_selection_data)Stefan Monnier2009-04-131-0/+1
* * editfns.c (general_insert_function): Adjust to insdel.c changes.Stefan Monnier2009-03-281-5/+5
* * insdel.c (move_gap, move_gap_both, gap_left, gap_right)Stefan Monnier2009-03-281-34/+49
* (Fx_focus_frame): Declare.Stefan Monnier2009-03-261-0/+1
* Define Qfont_spec, Qfont_entity, Qfont_object extern.Chong Yidong2009-02-211-0/+2
* (fast_looking_at): Extern it.Kenichi Handa2009-02-121-0/+2
* (QUIT): Check pending_signals instead of interrupt_input_pending. UseChong Yidong2009-01-291-4/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (do_switch_frame, Fselect_frame)Martin Rudalics2008-11-021-3/+3
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-2/+6
* Remove prototype for no_switch_window.Martin Rudalics2008-10-211-1/+0
* (Vbefore_init_time, Vafter_init_time): Declare.Chong Yidong2008-10-061-0/+1
* * lisp.h (is_daemon): Declare.Dan Nicolaescu2008-09-241-0/+2
* Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.Adrian Robert2008-08-051-1/+1
* fix popup menu selection return (menu.c); add use of popup_activated under NS...Adrian Robert2008-08-041-1/+1
* Fix erroneous last commit.Eli Zaretskii2008-08-021-42/+30
* Add prototype for directory_files_internal.Eli Zaretskii2008-08-021-30/+42
* (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.Eli Zaretskii2008-08-021-0/+3
* * lisp.h (init_weak_hash_tables, syms_of_font)Andreas Schwab2008-07-281-1/+10
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-22/+2
* by renaming, get rid of need for hash_remove() redefinitions for NS platform;...Adrian Robert2008-07-191-5/+0
* Merge from emacs--rel--22Miles Bader2008-07-171-0/+1
|\
| * (Foverlay_buffer): Add EXFUN.YAMAMOTO Mitsuharu2008-07-171-0/+1
* | * ecrt0.c: Remove code depending on m68000, not used anymore.Dan Nicolaescu2008-07-171-1/+0
* | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.Dan Nicolaescu2008-07-161-2/+0
* | merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+6
* | Remove left over code.Dan Nicolaescu2008-07-111-7/+5
* | Fix logic in last change.Andreas Schwab2008-07-111-1/+1
* | * lisp.h:Dan Nicolaescu2008-07-111-9/+9
* | EXFUN adjusted for the change of Fstring_to_unibyte.Kenichi Handa2008-07-041-1/+1
* | Changes from Toru Tsuneyoshi for using Trash can when deleting files.Jason Rumney2008-07-021-0/+2
* | (Fstring_to_unibyte): EXFUN it.Kenichi Handa2008-06-251-0/+1
* | Declare syms_of_menu.Chong Yidong2008-06-081-0/+3
* | * window.el (display-buffer-function, special-display-p)Stefan Monnier2008-06-051-1/+0