aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* strftime: import from gnulibPaul Eggert2011-01-306-1459/+26
* Use SSDATA when the context wants char *.Paul Eggert2011-01-3030-232/+234
|\
| * Use SSDATA when the context wants char *.Paul Eggert2011-01-3030-232/+234
* | * .gdbinit: Read global lisp variables as globals.f_V*.Jan Djärv2011-01-302-2/+6
|/
* * src/font.c (PROP_MATCH): Remove parameter N and use strlen instead.Andreas Schwab2011-01-302-38/+46
* * keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).Chong Yidong2011-01-292-1/+6
* Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-293-3/+17
* Handle nul-character in copy/paste (Bug#7934).Jan Djärv2011-01-292-5/+22
* Handle floating point errors in ns-fonts (Bug#7887).Jan Djärv2011-01-292-4/+17
* Fix text pos part of lispy positions for right fringe clicks (Bug#7839).Chong Yidong2011-01-282-2/+12
* (ftfont_spec_pattern): Check each extra property value.Kenichi Handa2011-01-282-7/+18
* * src/xdisp.c (safe_eval_handler): Distinguish symbols and strings.Stefan Monnier2011-01-272-1/+5
* Convert font parse testsuite to an ERT test.Chong Yidong2011-01-272-0/+5
* fix two m4/gnulib-*.m4 file names that clashed under MS-DOSPaul Eggert2011-01-261-2/+3
* Let the debugger continue to the normal handler.Stefan Monnier2011-01-263-110/+61
* * src/font.c (font_parse_fcname): Rewrite GTK font name parser.Chong Yidong2011-01-262-80/+58
* Refill some long/short copyright headers.Glenn Morris2011-01-2640-90/+94
* 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