- 23 Jul, 2008 3 commits
-
-
Dan Nicolaescu authored
* emacs.c (main): Undo previous change.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* m/intel386.h (DATA_END): * m/ibmrs6000.h (DATA_END): * m/alpha.h (DATA_END): Remove, unused. (LINUX_SBRK_BUG): Remove, move condition to the only use ... * emacs.c (main): ... here.
-
- 16 Jul, 2008 2 commits
-
-
Dan Nicolaescu authored
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not used by this configuration. * emacs.c: Remove code depending on USG_SHARED_LIBRARIES. * unexec.c: Remove code depending on HPUX and USG_SHARED_LIBRARIES, not used with this file. Remove code depending on IRIS, unused. Remove if 0-ed code.
-
Glenn Morris authored
-
- 15 Jul, 2008 1 commit
-
-
Adrian Robert authored
-
- 11 Jul, 2008 1 commit
-
-
Dan Nicolaescu authored
* w32heap.c: * emacs.c: * alloc.c: Replace all references of NO_UNION_TYPE with USE_LISP_UNION_TYPE. * m/xtensa.h (NO_UNION_TYPE): * m/vax.h (NO_UNION_TYPE): * m/template.h (NO_UNION_TYPE): * m/sparc.h (NO_UNION_TYPE): * m/mips.h (NO_UNION_TYPE): * m/macppc.h (NO_UNION_TYPE): * m/m68k.h (NO_UNION_TYPE): * m/iris4d.h (NO_UNION_TYPE): * m/intel386.h (NO_UNION_TYPE): * m/ibms390x.h (NO_UNION_TYPE): * m/ibms390.h (NO_UNION_TYPE): * m/ibmrs6000.h (NO_UNION_TYPE): * m/ia64.h (NO_UNION_TYPE): * m/hp800.h (NO_UNION_TYPE): * m/arm.h (NO_UNION_TYPE): * m/amdx86-64.h (NO_UNION_TYPE): * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were defining it the same.
-
- 26 Jun, 2008 1 commit
-
-
Dan Nicolaescu authored
* m/ews4800.h: * m/hp9000s300.h: * m/ibm370aix.h: * m/mips-siemens.h: * m/ncr386.h: * m/next.h: * m/pmax.h: * m/powerpcle.h: * m/tandem-s2.h: * s/386bsd.h: * s/bsd386.h: * s/bsd4-1.h: * s/bsd4-2.h: * s/bsdos2-1.h: * s/bsdos2.h: * s/bsdos3.h: * s/bsdos4.h: * s/nextstep.h: * s/ultrix4-3.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-4-3.h: * s/ux4800.h: * s/uxpds.h: * s/uxpv.h: Remove support for obsolete systems. * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h: Remove, insert contents in s/hpux-10.20.h * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h: Remove, insert contents in s/aix-4.2.h * s/usg5-3.h: Remove, insert contents in s/usg5-4.h. * s/bsd4-3.h: Rename to .. * s/bsd-common.h: ... this. * src/data.c: * src/doc.c: * src/ecrt0.c: * src/emacs.c: * src/fileio.c: * src/floatfns.c: * src/keyboard.c: * src/mem-limits.h: * src/print.c: * src/process.c: * src/sysdep.c: * src/syssignal.h: * src/systty.h: * src/syswait.h: * src/term.c: * src/unexec.c: * src/unexelf.c: * src/unexhp9k800.c: * src/m/hp800.h: * src/m/ibmrs6000.h: * src/m/mips.h: * src/m/vax.h: * src/s/darwin.h: * src/s/freebsd.h: * src/s/gnu.h: * src/s/ms-w32.h: * src/s/msdos.h: * src/s/netbsd.h: * src/s/template.h: Remove references to obsolete variables. * Makefile.in: Add dependencies for all unexec files. (admindir): Remove unused variable. (UNEXEC_SRC): Remove references. * config.nt: Remove reference to UNEXEC_SRC. * lwlib.c: Remove references to obsolete variables. * fakemail.c: Remove references to obsolete variables. * os.texi: Remove references to obsolete systems. * configure.in: * configure: Remove references to obsolete systems.
-
- 08 Jun, 2008 2 commits
-
-
Andreas Schwab authored
* emacs.c (main): Always call syms_of_menu. * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
-
Chong Yidong authored
-
- 22 May, 2008 1 commit
-
-
Stefan Monnier authored
* lisp.h (keys_of_minibuf): Delete. * emacs.c (main): Don't call keys_of_minibuf.
-
- 20 May, 2008 1 commit
-
-
Kenichi Handa authored
-
- 15 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 14 May, 2008 2 commits
-
-
Glenn Morris authored
-
Kenichi Handa authored
(main): Don't set enable_font_backend. Don't check the command line argument "-disable-font-backend".
-
- 12 May, 2008 1 commit
-
-
YAMAMOTO Mitsuharu authored
FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD. (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
-
- 14 Mar, 2008 1 commit
-
-
Glenn Morris authored
(standard_args): Revert -internal-script back to -scriptload, and remove the long-option form.
-
- 13 Mar, 2008 1 commit
-
-
Glenn Morris authored
Remove option -enable-font-backend.
-
- 27 Feb, 2008 1 commit
-
-
Glenn Morris authored
-
- 09 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
-
- 07 Feb, 2008 1 commit
-
-
Jan Djärv authored
(standard_args): Ditto.
-
- 30 Jan, 2008 1 commit
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
-
- 13 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
-
- 08 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 02 Dec, 2007 1 commit
-
-
Michael Albinus authored
* Makefile.in: (HAVE_DBUS): Add D-Bus definitions if defined. (ALL_CFLAGS): Add ${DBUS_CFLAGS}. (obj): Add $(DBUS_OBJ). (LIBES): Add $(DBUS_LIBS). (dbusbind.o): New target. * dbusbind.c: New file. * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined. * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS". (Qdbus_event) New Lisp symbol. (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT. (gobble_input): Call xd_read_queued_messages, reading D-Bus messages. (keys_of_keyboard ): Define dbus-event. * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
-
- 01 Dec, 2007 1 commit
-
-
Kenichi Handa authored
-
- 23 Nov, 2007 1 commit
-
-
Stefan Monnier authored
init_process sets Vprocess_connection_type depending on OS release
-
- 30 Oct, 2007 1 commit
-
-
Richard M. Stallman authored
-
- 29 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
<installation-directory>: Reflow docstring.
-
- 28 Oct, 2007 1 commit
-
-
Stefan Monnier authored
* image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el".
-
- 22 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring. <installation-directory>: Reflow docstring.
-
- 12 Oct, 2007 1 commit
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261 Creator: Stefan Monnier <monnier@iro.umontreal.ca>
-
- 29 Sep, 2007 1 commit
-
-
Juri Linkov authored
from 40 to 3. Add "--no-desktop" with the same priority.
-
- 24 Sep, 2007 1 commit
-
-
Juri Linkov authored
from 40 to 3. Add "--no-desktop" with the same priority.
-
- 16 Aug, 2007 1 commit
-
-
Richard M. Stallman authored
-
- 07 Aug, 2007 2 commits
-
-
YAMAMOTO Mitsuharu authored
Call malloc_enable_thread on interactive startup.
-
YAMAMOTO Mitsuharu authored
Call malloc_enable_thread on interactive startup.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 08 Jun, 2007 1 commit
-
-
Juanma Barranquero authored
(empty_multibyte_string): New canonical empty string. (syms_of_emacs): Don't initialize empty_string.
-
- 07 Jun, 2007 1 commit
-
-
Glenn Morris authored
-