aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * regex.c: conform to C89 pointer rulesPaul Eggert2011-02-042-2/+7
* | sync from gnulib to remove HAVE_STDBOOL_HPaul Eggert2011-02-042-3/+5
* | Update dependencies in src/makefile.w32-in.Eli Zaretskii2011-02-042-92/+103
* | deps.mk: Update for recent changes: gnutls, gnulib imports, globals.h.Eli Zaretskii2011-02-042-105/+137
* | Adapt to addition of ignore-value.h in 2011-02-03T19:29:35Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-042-0/+7
* | allow C code to suppress warnings about ignored return valuesPaul Eggert2011-02-032-3/+17
* | * xterm.c (x_connection_closed): Remove all calls that calls XSync.Jan Djärv2011-02-032-28/+8
* | Fix a compiler warning in image.c.Eli Zaretskii2011-02-012-1/+6
* | Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv.Jan Djärv2011-02-014-107/+79
* | format-time-string now supports subsecond time stamp resolutionPaul Eggert2011-01-312-9/+26
* | Merge changes from emacs-23 branchChong Yidong2011-01-312-101/+134
|\ \ | |/
| * Fix use of pointers to image library functionsAndreas Schwab2011-01-302-104/+100
| * Fix macro definitions in last change to image.cChong Yidong2011-01-291-2/+2
| * Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-292-2/+40
| * * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong2011-01-282-1/+5
| * Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-262-1/+7
| * * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-262-1/+5
* | Don't define HAVE_STRFTIME on MS-Windows.Eli Zaretskii2011-01-312-1/+2
* | Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-312-6/+5
* | Merge: src/emacs.c now gets version number from configure.inPaul Eggert2011-01-312-3/+7
|\ \
| * | src/emacs.c now gets version number from configure.inPaul Eggert2011-01-312-3/+7
* | | charset.c (load_charset_map): Don't deref NULL on failed malloc.Jim Meyering2011-01-312-1/+6
|/ /
* | 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
|/ /