- 09 Sep, 2009 1 commit
-
-
Stefan Monnier authored
Assume that where_is_internal returns unshadowed bindings to simplify the code and get rid of the gotos. Use ASIZE.
-
- 04 Sep, 2009 2 commits
- 03 Sep, 2009 1 commit
-
-
Stefan Monnier authored
-
- 02 Sep, 2009 2 commits
-
-
Jan Djärv authored
x_menubar_window_to_frame * xterm.c: Remove declarations also in xterm.h (XTmouse_position): Do not return valid positions for clicks in the menubar and the toolbar for Gtk+. * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals, if the widget for the event has the same top level as a frame, return the frame. (x_menubar_window_to_frame): Detect menu bar even with Gtk+ internal windows, bug #4122. (x_non_menubar_window_to_frame): Remove.
-
Glenn Morris authored
(major-mode): ... to here.
-
- 30 Aug, 2009 1 commit
-
-
Nick Roberts authored
-
- 29 Aug, 2009 2 commits
-
-
Eli Zaretskii authored
into one.
-
Stefan Monnier authored
* emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte. (main): Use enable-multibyte-characters rather than default-enable-multibyte-characters. Output a warning message when running a unibyte session. * mule.texi (Enabling Multibyte): * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE. (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
-
- 28 Aug, 2009 4 commits
-
-
YAMAMOTO Mitsuharu authored
-
Eli Zaretskii authored
-
Ted Zlatanov authored
hashtable keys and values.
-
Eli Zaretskii authored
-
- 27 Aug, 2009 6 commits
-
-
Stefan Monnier authored
number) as we do in string-to-number. (read1): Use strtol to read integers, signal errors on strtol's overflow and use floats if strtol's output is too large for Elisp integers.
-
Juanma Barranquero authored
-
Eli Zaretskii authored
($(SRC)/buildobj.h, make-buildobj-CMD, make-buildobj-SH): Fix last change.
-
Kenichi Handa authored
encode_coding_string to perform eol-conversion even if the string is unibyte.
-
Kenichi Handa authored
-
Kenichi Handa authored
conversion.
-
- 26 Aug, 2009 3 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
the --enable-checking configure flag. * emacs.c (main): Mention the --enable-profiling configure flag instead of using CFLAGS.
-
Ken Raeburn authored
(doc.o): Depend on it. (temacs${EXEEXT}): Don't generate buildobj.lst. (mostlyclean): Delete buildobj.h, not buildobj.lst. * makefile.w32-in ($(SRC)/buildobj.h): New target. ($(BLD)/doc.$(O)): Depend on it. (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help provided by Eli Zaretskii.) ($(TEMACS)): Don't generate buildobj.lst. * doc.c: Include buildobj.h. (buildobj): New static variable. (Fsnarf_documentation): Use it, instead of opening and reading buildobj.lst.
-
- 25 Aug, 2009 2 commits
-
-
Michael Albinus authored
(Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string.
-
Kenichi Handa authored
(CHAR_TABLE_REF): Use it.
-
- 23 Aug, 2009 1 commit
-
-
Ken Raeburn authored
before invoking the newly build emacs to check for load-path shadowing.
-
- 22 Aug, 2009 3 commits
-
-
Glenn Morris authored
(.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}): Use ${bootstrap_exe}.
-
Eli Zaretskii authored
-
Michael Albinus authored
intended as hotfix only. (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
-
- 21 Aug, 2009 2 commits
-
-
Adrian Robert authored
change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility. * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of timer_check() to avoid crash on Leopard/PPC. Bug #2154.
-
Stefan Monnier authored
-
- 20 Aug, 2009 3 commits
-
-
Michael Albinus authored
(xd_add_watch, xd_remove_watch): Use it. Print debug messages. (xd_initialize, xd_pending_messages): Check, whether $DBUS_SESSION_BUS_ADDRESS is set.
-
YAMAMOTO Mitsuharu authored
-
Glenn Morris authored
-
- 19 Aug, 2009 1 commit
-
-
Stefan Monnier authored
enough for the most common situations. Avoid SET_SYMBOL_VALUE.
-
- 18 Aug, 2009 3 commits
-
-
Michael Albinus authored
functions. (xd_initialize): Revert change from 2009-08-16.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 17 Aug, 2009 3 commits
-
-
Chong Yidong authored
(Fdelete_process, list_processes_1, process_send_signal): Expliticly perform redisplay. (wait_reading_process_output): Always check process status, but don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
-
Ken Raeburn authored
(XFLOAT_INIT): New macro for storing a float value. * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT. * fns.c (sxhash): Copy out the value of a float in order to examine its bytes. * dbusbind.c (xd_append_arg): Likewise.
-
Ken Raeburn authored
-