summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24213-411/+220
* Merge from emacs-23.Glenn Morris2011-01-243-17/+33
|\
| * * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-242-0/+14
| * * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-232-24/+20
| * Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-232-0/+9
* | Remove HAVE_RAW_DECL_CHOWN etc. from config.hPaul Eggert2011-01-231-125/+0
* | * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call toJan Djärv2011-01-232-2/+10
* | Merge: Check return values of some library calls.Paul Eggert2011-01-223-5/+14
|\ \
| * | Check return values of some library calls.Paul Eggert2011-01-223-5/+14
* | | * src/image.c: Add cast to fix type clashPaul Eggert2011-01-222-1/+4
|\ \ \ | |/ /
| * | * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clashPaul Eggert2011-01-222-1/+4
|/ /
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-2237-199/+177
* | Merge from emacs-23Glenn Morris2011-01-222-26/+37
|\ \ | |/
| * Fix last change.Chong Yidong2011-01-221-1/+1
| * Rework 2011-01-15 changes to window.c.Martin Rudalics2011-01-212-26/+39
* | * nsterm.m (constrainFrameRect): Only constrain the first time called.Jan Djärv2011-01-222-3/+5
* | src/config.in: shrink slightlyPaul Eggert2011-01-211-19/+0
* | Make Nextstep port handle multiple screens for resize and move.Jan Djärv2011-01-213-46/+66
* | * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, checkJan Djärv2011-01-212-4/+12
* | Don't mess with *temp*.Stefan Monnier2011-01-201-4/+4
* | * src/unexmacosx.c: Add comment about include order.Jan Djärv2011-01-202-4/+13
* | Give read-expression-history a doc.Glenn Morris2011-01-193-3/+17
* | Give kbd-macro-termination-hook a doc.Glenn Morris2011-01-193-2/+19
* | 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:19Z!juri@jurta.org.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