aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong2011-01-192-10/+16
* Fix X11 compilation failure.Paul Eggert2011-01-193-18/+22
* * unexmacosx.c: Include config.h before unistd.h.Jan Djärv2011-01-192-4/+6
* Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-197-92/+180
* Fix an error introduced by the previous patch.Sam Steingold2011-01-192-2/+1
* * src/w32.c (check_windows_init_file): Remove declarations ofSam Steingold2011-01-192-1/+5
* * window.c: Fix error introduced by previous patch.Tom Tromey2011-01-192-1/+5
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-1892-2697/+3871
* * image.c (Vimagemagick_render_type): Remove redundantTom Tromey2011-01-182-1/+5
* * xdisp.c (emacs_scroll_step): Rename from scroll_step.Tom Tromey2011-01-182-15/+22
* Declare some DEFVARs globally, not locallyTom Tromey2011-01-183-7/+14
* Change buffer_defaults to new new macro; preparation for thread patchTom Tromey2011-01-183-85/+96
* Improve performance on non-GCC hosts with __aligned__.Paul Eggert2011-01-173-3/+16
* Merge from emacs-23 branch, up to 2010-05-20T22:16:[email protected].Glenn Morris2011-01-172-2/+8
|\
| * * image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier2011-01-162-2/+8
| * Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii2011-01-162-2/+6
* | Merge from mainline.Paul Eggert2011-01-178-37/+51
|\ \
| * | * xfns.c (x_real_positions): Fix signedness of local var 'ign'.Paul Eggert2011-01-162-5/+8
| * | * regex.c (analyse_first): Remove unreachable 'continue' statement.Paul Eggert2011-01-162-2/+2
| * | * xterm.h (struct x_display_info): Remove stray semicolon.Paul Eggert2011-01-162-3/+6
| * | * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.Paul Eggert2011-01-162-6/+15
| * | * fileio.c (make_temp_name): Remove unreachable code.Paul Eggert2011-01-162-9/+6
| * | * fontset.c (free_realized_fontset): Mark unreachable code with if (0).Paul Eggert2011-01-162-7/+10
| * | * coding.c (decode_coding_emacs_mule): Remove unreachable code.Paul Eggert2011-01-162-5/+6
* | | Merge from mainline.Paul Eggert2011-01-17209-451/+128
|\| |
| * | Refill some copyright headers.Glenn Morris2011-01-1530-61/+88
| * | * src/xsettings.c: Comment fix.Glenn Morris2011-01-151-3/+3
| * | Nuke arch-tags.Glenn Morris2011-01-15189-366/+0
| * | Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-158-8/+8
| * | Merge from emacs-23 branch, up to 2010-05-20T21:33:[email protected].Glenn Morris2011-01-152-13/+28
| |\|
| | * Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics2011-01-142-18/+24
| | * Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong2011-01-113-2/+11
| | * Backport bug 7517 fixes from trunk.Jan Djärv2011-01-033-94/+101
* | | Merge from mainline.Paul Eggert2011-01-14202-285/+259
|\| |
| * | ChangeLog merge fixes.Glenn Morris2011-01-141-6/+0
| * | Merge from emacs-23Stefan Monnier2011-01-14202-285/+265
| |\|
| | * Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02220-238/+238
* | | Merge from mainline.Paul Eggert2011-01-131-1/+2
|\| |
| * | Minor docfixes in imagemagick_load_image.Tassilo Horn2011-01-121-1/+2
* | | Merge from mainline.Paul Eggert2011-01-115-27/+203
|\| |
| * | * image.c (imagemagick_load_image, Finit_image_library): FreeTassilo Horn2011-01-112-3/+14
| * | * dbusbind.c (Fdbus_register_service): Raise an error in case ofMichael Albinus2011-01-102-21/+24
| * | * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;Michael Albinus2011-01-102-12/+164
| * | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-2/+2
| * | Minor fix to GTK tool-bar button refresh code.Chong Yidong2011-01-082-1/+6
| * | Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-082-4/+11
* | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.Paul Eggert2011-01-094-5/+11
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-0933-85/+17
* | | Regenerate.Paul Eggert2011-01-081-0/+132