Fri, 13 Aug 2010 11:32:13 +0300 |
Eli Zaretskii |
Fix compilation error in xmenu.c for non-toolkit builds.
|
Fri, 13 Aug 2010 11:10:05 +0300 |
Eli Zaretskii |
Shut up compiler warnings due to "char *" and "const char *".
|
Thu, 12 Aug 2010 16:44:16 +0200 |
Stefan Monnier |
Introduce a new comment style "c" flag.
|
Wed, 11 Aug 2010 20:47:34 +0200 |
Jan D |
* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
|
Wed, 11 Aug 2010 20:28:10 +0200 |
Jan D |
Take colors for region face (selected text) from the Gtk+ theme.
|
Wed, 11 Aug 2010 14:34:46 +0200 |
Jan D |
Fix -Wwrite_strings in general and for Gtk+ specific code.
|
Wed, 11 Aug 2010 10:58:56 +0200 |
Jan D |
Use const char* for -Wwrite_strings.
|
Wed, 11 Aug 2010 10:36:27 +0200 |
Jan D |
* unexmacosx.c (unexec_error): Use const char *.
|
Mon, 09 Aug 2010 15:03:38 -0700 |
Dan Nicolaescu |
Remove incorrect const use.
|
Mon, 09 Aug 2010 21:25:41 +0200 |
Andreas Schwab |
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
|
Mon, 09 Aug 2010 02:35:21 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Mon, 09 Aug 2010 01:05:49 +0200 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Sun, 08 Aug 2010 17:15:44 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sun, 08 Aug 2010 14:03:45 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Sun, 08 Aug 2010 17:12:29 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Fri, 06 Aug 2010 17:11:19 +0900 |
Kenichi Handa |
Improve the encoding by compound-text-with-extensions.
|
Sun, 01 Aug 2010 06:28:09 +0200 |
Juanma Barranquero |
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
|
Fri, 30 Jul 2010 02:54:53 +0200 |
Juanma Barranquero |
fns.c: Doc fixes.
|
Wed, 28 Jul 2010 02:15:49 +0200 |
Juanma Barranquero |
Document arguments passed to `read-buffer-function' (bug#5625).
|
Tue, 27 Jul 2010 07:10:48 -0400 |
Ken Brown |
* dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.
|
Sun, 08 Aug 2010 13:26:12 -0700 |
Dan Nicolaescu |
* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
|
Sun, 08 Aug 2010 13:16:48 -0700 |
Dan Nicolaescu |
Cleanup xrdb.c.
|
Sun, 08 Aug 2010 19:43:26 +0300 |
Eli Zaretskii |
Make some doc strings bidi-friendly.
|
Sun, 08 Aug 2010 19:23:11 +0300 |
Eli Zaretskii |
Fix overlay arrow display (bug #6699).
|
Sat, 07 Aug 2010 16:26:55 -0400 |
Chong Yidong |
Avoid restrictions when copying window selection.
|
Sat, 07 Aug 2010 15:39:04 -0400 |
Chong Yidong |
Change `select-active-region' mechanics.
|
Sat, 07 Aug 2010 03:10:12 +0200 |
Juanma Barranquero |
Remove duplicate declarations.
|
Fri, 06 Aug 2010 13:08:26 -0700 |
Dan Nicolaescu |
* src/process.c: Simplify include logic.
|
Fri, 06 Aug 2010 12:52:47 -0700 |
Dan Nicolaescu |
Move declarations to header files.
|
Fri, 06 Aug 2010 12:07:16 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|