Fri, 08 Oct 2010 13:40:23 +0200 |
Michael Albinus |
* dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
|
Sun, 10 Oct 2010 20:47:45 +0200 |
Lars Magne Ingebrigtsen |
Fix gnutls write-before-negotiation case.
|
Sun, 10 Oct 2010 08:49:31 -0700 |
Dan Nicolaescu |
Remove #ifdef emacs / #ifndef emacs code, unused.
|
Sun, 10 Oct 2010 08:35:04 -0700 |
Dan Nicolaescu |
Pass CFLAGS to the linker.
|
Sun, 10 Oct 2010 07:47:43 -0700 |
Dan Nicolaescu |
* src/Makefile.in (CRT_DIR): Move near potential user.
|
Sun, 10 Oct 2010 07:43:05 -0700 |
Dan Nicolaescu |
* src/Makefile.in: Use $(...) everywhere instead of ${...}
|
Sun, 10 Oct 2010 06:44:22 -0700 |
Dan Nicolaescu |
Small sysdep.c cleanups.
|
Sat, 09 Oct 2010 16:31:56 +0200 |
Lars Magne Ingebrigtsen |
Don't use foo() to talk about functions.
|
Sat, 09 Oct 2010 15:54:57 +0200 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
|
Sat, 09 Oct 2010 15:19:30 +0200 |
Lars Magne Ingebrigtsen |
Make emacs_gnutls_read() return the expected on errors.
|
Fri, 08 Oct 2010 23:30:31 -0400 |
Chong Yidong |
* xterm.c (x_draw_relief_rect): Clear corner pixels.
|
Fri, 08 Oct 2010 14:41:49 +0200 |
Michael Albinus |
* keyboard.c: Revert last change; it was not intended to be
|
Fri, 08 Oct 2010 12:14:47 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Thu, 07 Oct 2010 20:19:47 -0700 |
Glenn Morris |
ChangeLog fix.
|
Fri, 08 Oct 2010 09:43:16 +0900 |
Kenichi Handa |
coding.c (complement_process_encoding_system): Fix previous change.
|
Mon, 04 Oct 2010 10:53:48 +0900 |
Kenichi Handa |
merge emacs-23
|
Mon, 04 Oct 2010 10:47:51 +0900 |
Kenichi Handa |
coding.c (complement_process_encoding_system): Fix previous change.
|
Sun, 03 Oct 2010 11:23:07 +0200 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Move putenv call ...
|
Sat, 02 Oct 2010 18:23:50 -0700 |
Glenn Morris |
Doc fix.
|
Sat, 02 Oct 2010 10:44:50 +0900 |
Kenichi Handa |
Fix complementing of a coding system
|
Thu, 30 Sep 2010 13:28:34 +0900 |
Kenichi Handa |
Complement a coding system for encoding arguments and input to a process.
|
Wed, 29 Sep 2010 09:55:58 +0900 |
Kenichi Handa |
merge emacs-23
|
Tue, 28 Sep 2010 15:39:22 +0200 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
|
Wed, 29 Sep 2010 09:52:03 +0900 |
Kenichi Handa |
xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123).
|
Fri, 08 Oct 2010 01:02:56 -0400 |
Chong Yidong |
* xterm.c (x_draw_relief_rect): If box width is larger than 1,
|
Mon, 04 Oct 2010 14:16:22 -0400 |
Chong Yidong |
Don't add an echo dash for the first keystroke (Bug#7137).
|
Mon, 04 Oct 2010 10:22:57 -0700 |
Dan Nicolaescu |
Remove O_RDONLY, O_WRONLY definitions, not needed.
|
Mon, 04 Oct 2010 00:37:37 +0200 |
Lars Magne Ingebrigtsen |
Rework the gnutls boot interface.
|
Sun, 03 Oct 2010 14:27:04 -0700 |
Glenn Morris |
* src/fileio.c (Vdirectory_sep_char): Remove.
|
Sun, 03 Oct 2010 09:21:55 -0700 |
Dan Nicolaescu |
* src/termhooks.h: Remove #ifdef CONSP.
|
Sun, 03 Oct 2010 08:39:21 -0700 |
Dan Nicolaescu |
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
|
Sun, 03 Oct 2010 08:19:34 -0700 |
Dan Nicolaescu |
Include <fcntl.h> unconditionally.
|
Sun, 03 Oct 2010 07:48:21 -0700 |
Dan Nicolaescu |
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
|
Sun, 03 Oct 2010 07:43:17 -0700 |
Dan Nicolaescu |
* src/sysdep.c (flush_pending_output): Remove code, does not do
|
Sun, 03 Oct 2010 07:16:48 -0700 |
Dan Nicolaescu |
Remove unused code.
|
Sun, 03 Oct 2010 06:59:56 -0700 |
Dan Nicolaescu |
Remove unused arguments for unexec.
|
Sun, 03 Oct 2010 14:36:19 +0200 |
Juanma Barranquero |
src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
|
Sun, 03 Oct 2010 06:12:15 +0200 |
Juanma Barranquero |
src/gnutls.c: Doc fixes. Make some functions static.
|
Sat, 02 Oct 2010 20:59:02 -0400 |
Chong Yidong |
* keyboard.c (command_loop_1): Make sure the mark is really alive
|
Sat, 02 Oct 2010 14:12:17 +0200 |
Juanma Barranquero |
Rework tags targets in Windows makefiles to protect against old/stupid makes.
|
Sat, 02 Oct 2010 10:24:14 +0200 |
Eli Zaretskii |
Invoke kill-emacs on SIGINT on Windows as well.
|
Fri, 01 Oct 2010 19:46:13 -0700 |
Glenn Morris |
Remove some functions, variables and aliases obsolete since at least 21.1.
|
Fri, 01 Oct 2010 19:30:11 -0700 |
Glenn Morris |
Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.
|
Sat, 02 Oct 2010 02:36:47 +0200 |
Lars Magne Ingebrigtsen |
xml.c: Rework the functions to take regions instead of strings,
|
Fri, 01 Oct 2010 22:18:24 +0200 |
Eli Zaretskii |
Fix initial frame dimensions on MS-DOS.
|
Fri, 01 Oct 2010 19:38:36 +0200 |
Eli Zaretskii |
Fix bug #6349 with cursor positioning in truncated lines.
|
Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
Fri, 01 Oct 2010 06:06:44 -0700 |
Dan Nicolaescu |
* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
|
Fri, 01 Oct 2010 06:04:07 -0700 |
Dan Nicolaescu |
Small process.c cleanups.
|
Fri, 01 Oct 2010 05:25:21 -0700 |
Dan Nicolaescu |
Use intern_c_string instead of intern.
|
Fri, 01 Oct 2010 05:19:52 -0700 |
Dan Nicolaescu |
* src/point.h: Remove, unused.
|
Fri, 01 Oct 2010 13:45:16 +0200 |
Eli Zaretskii |
Support TAGS targets in the w32 build.
|
Thu, 30 Sep 2010 16:26:40 -0700 |
Dan Nicolaescu |
* src/xml.c (parse_string): Use const.
|
Thu, 30 Sep 2010 16:28:22 +0200 |
Lars Magne Ingebrigtsen |
(Fbacktrace): Don't overwrite print-level on exit.
|
Wed, 29 Sep 2010 18:20:51 -0700 |
Dan Nicolaescu |
* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
|
Thu, 30 Sep 2010 02:09:04 +0200 |
Juanma Barranquero |
src/w32console.c (vga_stdcolor_name): Remove unused function.
|
Wed, 29 Sep 2010 16:30:45 +0200 |
Lars Magne Ingebrigtsen |
Clean up gnutls.c coding style to conform with the Emacs style.
|
Wed, 29 Sep 2010 15:25:24 +0200 |
Lars Magne Ingebrigtsen |
Do the gnutls handshake from the reader loop, instead of looping over
|
Wed, 29 Sep 2010 14:48:29 +0200 |
Lars Magne Ingebrigtsen |
Make sure all reads/writes to gnutls streams go via the gnutls functions.
|
Wed, 29 Sep 2010 11:52:43 +0200 |
Eli Zaretskii |
Fix bug #7128.
|
Wed, 29 Sep 2010 05:06:53 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in xdisp.c and print.c.
|
Tue, 28 Sep 2010 23:55:34 +0200 |
Stefan Monnier |
* src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
|
Tue, 28 Sep 2010 01:25:27 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Mon, 27 Sep 2010 14:44:26 +0200 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
|
Mon, 27 Sep 2010 10:59:16 +0200 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
|
Sun, 26 Sep 2010 17:39:10 +0200 |
Jan D |
* xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.
|
Mon, 27 Sep 2010 22:43:03 +0200 |
Jan D |
* process.c (wait_reading_process_output): Add missing FD_CLR
|
Mon, 27 Sep 2010 18:44:31 +0200 |
Lars Magne Ingebrigtsen |
Add gnutls logging and clean up various gnutls bits.
|
Mon, 27 Sep 2010 18:27:37 +0200 |
Juanma Barranquero |
src/w32.c: Remove unused code and make static many functions.
|
Mon, 27 Sep 2010 17:34:04 +0200 |
Michael Albinus |
* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
|
Mon, 27 Sep 2010 17:03:58 +0200 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_read): Don't infloop while reading.
|
Mon, 27 Sep 2010 16:35:22 +0200 |
Lars Magne Ingebrigtsen |
Add debugging to the gnutls library, and finish handshaking when it's done.
|
Mon, 27 Sep 2010 13:53:44 +0200 |
Juanma Barranquero |
Fix typos.
|
Mon, 27 Sep 2010 12:25:04 +0200 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Mon, 27 Sep 2010 14:42:43 +0900 |
Kenichi Handa |
merge trunk
|
Mon, 27 Sep 2010 14:27:28 +0900 |
Kenichi Handa |
Remove restriction on the number of glyphs in one composition.
|
Sun, 26 Sep 2010 22:48:13 +0200 |
Jan D |
Don¸«£t give write_mask to select for W32.
|
Sun, 26 Sep 2010 22:21:29 +0200 |
Jan D |
Reinstate ifdef subprocesses.
|
Sun, 26 Sep 2010 18:20:01 +0200 |
Jan D |
Add fd handling with callbacks to select, dbus needs it for async operation.
|
Sun, 26 Sep 2010 18:06:21 +0300 |
Dan Nicolaescu |
Code simplification in term.c.
|
Sun, 26 Sep 2010 01:06:28 -0500 |
Ted Zlatanov |
Set up GnuTLS support.
|
Sun, 26 Sep 2010 03:39:24 +0200 |
Juanma Barranquero |
src/w32.c (get_emacs_configuration_options): Fix previous change.
|
Sat, 25 Sep 2010 15:50:13 -0400 |
Chong Yidong |
* src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive
|
Sat, 25 Sep 2010 18:39:13 +0200 |
Lars Magne Ingebrigtsen |
Fix up some EMACS_INT/int conversion errors related to xdisp.c.
|
Sat, 25 Sep 2010 18:25:04 +0200 |
Lars Magne Ingebrigtsen |
xrdb.c EMACS_INT/int audit.
|
Sat, 25 Sep 2010 09:21:20 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in textprop.c and window.c.
|
Sat, 25 Sep 2010 08:31:15 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in process.c and term.c.
|
Sat, 25 Sep 2010 14:04:35 +0200 |
Juanma Barranquero |
Fix typos.
|
Sat, 25 Sep 2010 07:55:30 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
|
Sat, 25 Sep 2010 05:36:36 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in keyboard.c.
|
Sat, 25 Sep 2010 03:44:43 -0400 |
Eli Zaretskii |
src/ChangeLog: Another duplication removed.
|
Sat, 25 Sep 2010 09:19:03 +0200 |
Eli Zaretskii |
src/ChangeLog: Fix duplicate entries.
|
Sat, 25 Sep 2010 02:32:09 +0200 |
Juanma Barranquero |
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
|
Fri, 24 Sep 2010 15:30:13 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
|
Fri, 24 Sep 2010 20:04:26 +0200 |
Juanma Barranquero |
src/ChangeLog: Fix typo and remove duplicate info.
|
Fri, 24 Sep 2010 13:48:10 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
|
Fri, 24 Sep 2010 11:24:47 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
|
Fri, 24 Sep 2010 17:20:58 +0200 |
Lars Magne Ingebrigtsen |
Fix EMACS_INT/int conversion in scroll.c.
|
Fri, 24 Sep 2010 17:13:43 +0200 |
Lars Magne Ingebrigtsen |
Fix EMACS_INT/int conversion in region-cache.c.
|
Fri, 24 Sep 2010 17:01:03 +0200 |
Lars Magne Ingebrigtsen |
Fix all EMACS_INT/int conversion errors in print.c (and related files).
|
Fri, 24 Sep 2010 09:32:25 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in callproc.c.
|
Fri, 24 Sep 2010 09:05:24 -0400 |
Eli Zaretskii |
Really fix int/EMACS_INT use in bidi.c.
|
Fri, 24 Sep 2010 08:45:09 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in buffer.c.
|
Fri, 24 Sep 2010 08:05:24 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT in bidi.c.
|
Fri, 24 Sep 2010 07:55:44 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT usage in fns.c.
|
Fri, 24 Sep 2010 05:35:55 +0200 |
Juanma Barranquero |
Remove W32 API function pointer unused since 2005-02-15 (revno 60055).
|
Thu, 23 Sep 2010 22:10:54 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Thu, 23 Sep 2010 15:00:31 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Tue, 21 Sep 2010 17:52:13 +0200 |
Stefan Monnier |
* src/syntax.c (back_comment): Detect the case where a 1-char comment
|
Fri, 17 Sep 2010 11:58:44 +0200 |
Jan D |
Make sure detached tool bar menu isn't blank.
|
Thu, 23 Sep 2010 22:57:48 +0200 |
Lars Magne Ingebrigtsen |
Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
|
Thu, 23 Sep 2010 22:16:55 +0200 |
Lars Magne Ingebrigtsen |
Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
|
Thu, 23 Sep 2010 21:53:46 +0200 |
Lars Magne Ingebrigtsen |
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
|
Thu, 23 Sep 2010 15:18:30 -0400 |
Eli Zaretskii |
Fix last changes in editfns.c and intervals.c.
|
Thu, 23 Sep 2010 21:12:18 +0200 |
Lars Magne Ingebrigtsen |
Fix EMACS_INT/int conversion errors in marker.c.
|
Thu, 23 Sep 2010 14:54:49 -0400 |
Eli Zaretskii |
Use EMACS_INT instead of EMACS_UINT in intervals.c.
|
Thu, 23 Sep 2010 14:50:57 -0400 |
Chong Yidong |
Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.
|
Thu, 23 Sep 2010 14:37:54 -0400 |
Eli Zaretskii |
Fix src/ChangeLog of the last commit.
|
Thu, 23 Sep 2010 14:35:11 -0400 |
Eli Zaretskii |
Fix use of int instead of EMACS_INT in search.c and region-cache.c.
|
Thu, 23 Sep 2010 13:10:21 -0400 |
Eli Zaretskii |
Fix use of int instead of EMACS_INT in editfns.c.
|