summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAge
* ProtoizeAndreas Schwab2011-07-10
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-08
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * emacs.c: Don't assume string length fits in 'int'.Paul Eggert2011-06-19
* Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com.Glenn Morris2011-06-04
|\
| * * src/emacs.c (main): Warn when starting a GTK emacs in daemon mode.Dan Nicolaescu2011-06-02
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Make it possible to build with GCC-4.6+ -O2 -flto.Dan Nicolaescu2011-06-01
* | Make it possible to run ./temacs.Dan Nicolaescu2011-05-30
* | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".Paul Eggert2011-05-28
* | Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-28
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-04
* | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,Paul Eggert2011-04-16
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* | * emacs.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-23
* | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert2011-03-20
* | Merge from mainline.Paul Eggert2011-03-17
|\ \
| * | src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero2011-03-16
* | | New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-16
* | | * emacs.c (main): Add casts to avoid warningsPaul Eggert2011-03-13
* | | * emacs.c (DEFINE_DUMMY_FUNCTION): New macro.Paul Eggert2011-03-13
* | | * emacs.c (init_cmdargs): Rename local to avoid shadowing.Paul Eggert2011-03-13
* | | Rewrite to avoid "/*" in comment.Paul Eggert2011-03-13
|/ /
* | don't ignore chdir failurePaul Eggert2011-02-05
* | src/emacs.c now gets version number from configure.inPaul Eggert2011-01-31
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* | Check return values of some library calls.Paul Eggert2011-01-22
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-22
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
* | Fix bug#7750.Glenn Morris2011-01-07
* | Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-06
* | * src/emacs.c (emacs_copyright): Update short copyright year to 2011.Glenn Morris2011-01-03
* | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-23
* | Remove emacs-priority.Dan Nicolaescu2010-11-20
* | Clean up src/systty.h macros.Dan Nicolaescu2010-11-14
* | * src/emacs.c (syms_of_emacs) <system-type>: Doc fix.Glenn Morris2010-11-09
* | Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms.Eli Zaretskii2010-10-29
* | * emacs.c (argmatch): Don't treat "--" as "--chdir".Jim Meyering2010-10-24
* | Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-13
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-03
* | Invoke kill-emacs on SIGINT on Windows as well.Eli Zaretskii2010-10-02
* | Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.Glenn Morris2010-10-01
* | Set up GnuTLS support.Ted Zlatanov2010-09-26
* | * src/emacs.c: Do not include sys/ioctl.h, not needed.Dan Nicolaescu2010-09-21
* | Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-10