aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | * xselect.c (x_own_selection): Remove needless cast to unsigned long.Paul Eggert2011-05-122-1/+2
| | * | | * xselect.c (last_event_timestamp): Remove duplicate decl.Paul Eggert2011-05-122-4/+2
| | * | | * frame.h (struct frame): Use int for menu_bar_items_usedPaul Eggert2011-05-122-1/+3
| | * | | * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexesPaul Eggert2011-05-122-5/+9
| | * | | * menu.c (grow_menu_items): Check for int overflow.Paul Eggert2011-05-112-0/+4
| | * | | * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.Paul Eggert2011-05-112-3/+6
| | * | | * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.Paul Eggert2011-05-113-22/+30
| | * | | * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.Paul Eggert2011-05-112-2/+7
| | * | | * window.c (size_window): Avoid needless test at loop start.Paul Eggert2011-05-102-1/+8
* | | | | Make find_automatic_composition more efficient.Kenichi Handa2011-05-182-129/+156
|/ / / /
* | | | Put ChangeLog entries in the correct files.Glenn Morris2011-05-121-0/+4
* | | | Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-124-28/+98
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams2011-05-112-2/+6
| * | Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu2011-05-113-26/+92
| * | * xmenu.c (set_frame_menubar): Fix submenu loops.Andreas Schwab2011-05-092-9/+12
| * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-0940-219/+299
* | | fix many doubled-word typosU. Ser2011-05-101-2/+2
* | | src/image.c (Finit_image_library): Return t for built-in image types (bug#8640).Juanma Barranquero2011-05-102-4/+11
| |/ |/|
* | * w32menu.c (set_frame_menubar): Fix submenu allocation.Andreas Schwab2011-05-092-4/+7
* | Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii2011-05-072-1/+20
* | Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii2011-05-072-24/+46
* | * nt/configure.bat: Renamed the fusercflags variable to escusercflagsBen Key2011-05-062-1/+24
* | * dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus2011-05-072-13/+34
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-062-20/+13
* | Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.Eli Zaretskii2011-05-062-0/+6
* | Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-0622-222/+354
|\ \
| * \ Merge from mainline.Paul Eggert2011-05-054-4/+18
| |\ \ | |/ / |/| |
* | | src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-063-2/+7
* | | * src/lread.c (lisp_file_lexically_bound_p): Stop scanning at endAndreas Schwab2011-05-052-1/+10
| * | Temporarily disable wider-than-pointer EMACS_INT.Paul Eggert2011-05-052-1/+7
| * | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert2011-05-052-3/+3
| * | Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert2011-05-044-122/+66
| * | Merge from mainline.Paul Eggert2011-05-0412-118/+472
| |\ \ | |/ / |/| |
* | | Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-043-5/+38
|\ \ \ | | |/ | |/|
| * | Allow the Windows build to use upto 2GB of heap.Eli Zaretskii2011-04-292-1/+29
| * | * src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).Chong Yidong2011-04-262-5/+10
* | | src/gnutls.c: Keep list of function aliases in alphabetical order.Juanma Barranquero2011-05-051-1/+1
* | | Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov2011-05-042-0/+6
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-052-0/+8
* | | src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-054-12/+14
* | | Fix previous change: the library cache is defined in w32.c.Juanma Barranquero2011-05-042-1/+12
* | | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-049-100/+394
| | * * term.c (vfatal): Remove stray call to va_end.Paul Eggert2011-05-042-1/+3
| | * Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert2011-05-042-1/+7
| | * * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUMPaul Eggert2011-05-032-1/+4
| | * * term.c: Don't include <stdarg.h>, as <lisp.h> does that.Paul Eggert2011-05-032-1/+2
| | * Merge from mainline.Paul Eggert2011-05-032-13/+58
| | |\ | |_|/ |/| |
* | | Support :keylist and :crlfiles options to `gnutls-boot' and use them.Ted Zlatanov2011-05-032-13/+58
| | * Merge from mainline.Paul Eggert2011-05-032-6/+6
| | |\ | |_|/ |/| |
* | | * xterm.c (x_set_frame_alpha): Do not set property on anythingJan Djärv2011-05-032-5/+5