aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove unneeded bits of commit 2013-02-15T09:41:31Z!eliz@gnu.org merged from ...Eli Zaretskii2013-02-152-27/+2
* | | * process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.Paul Eggert2013-02-152-5/+5
* | | Fix bug #13720 with auto-save-timeout less than 4 seconds.Eli Zaretskii2013-02-152-3/+7
* | | Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris2013-02-153-36/+106
|\ \ \ | |/ /
| * | Fix commit 2013-02-15T09:41:31Z!eliz@gnu.org for bug #13546.Eli Zaretskii2013-02-151-5/+7
| * | Allow deleted processes to be reaped by SIGCHLD handler on MS-Windows.Eli Zaretskii2013-02-152-6/+48
| * | Improve error reporting as part of solving bug #13546 on MS-Windows.Eli Zaretskii2013-02-152-30/+56
* | | * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-157-30/+44
* | | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-144-8/+64
|\ \ \ | |/ /
| * | Backport GCPRO fix from trunk.Paul Eggert2013-02-142-0/+13
| * | Fix AIX port.Paul Eggert2013-02-143-49/+64
| * | More robust creation of a subprocess, attempt to solve bug #13546.Eli Zaretskii2013-02-132-0/+31
| * | Cleanup related to bug #13546 with subprocesses on MS-Windows.Eli Zaretskii2013-02-132-4/+25
* | | * gtkutil.c (tb_size_cb): New function.Jan Djärv2013-02-142-0/+22
* | | * src/keyboard.c (active_maps): Fcurrent_active_maps expects a position, notStefan Monnier2013-02-142-1/+7
* | | * src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.Stefan Monnier2013-02-132-2/+6
* | | * font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov2013-02-134-22/+23
* | | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-128-59/+104
|\ \ \ | |/ /
| * | * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes.Glenn Morris2013-02-122-5/+6
| * | Improve AIX port some more.Paul Eggert2013-02-122-32/+31
| * | * pre-crt0.c (data_start): Initialize to 1.Paul Eggert2013-02-122-3/+9
| * | In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-123-3/+3
| * | Improve AIX port.Paul Eggert2013-02-112-17/+42
| * | Fix rare aborts in bidi.c.Eli Zaretskii2013-02-112-0/+16
* | | Minor getenv-related fixes.Paul Eggert2013-02-124-11/+17
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2013-02-132-2/+7
* | | Fix cursor positioning near scroll margin at top of window.Eli Zaretskii2013-02-122-0/+16
* | | Minor additional fix in the wake of bugs #13623 and 13626.Eli Zaretskii2013-02-123-5/+14
* | | Tune by using memchr and memrchr.Paul Eggert2013-02-118-158/+150
* | | Clean up read_key_sequence a tiny bit more.Paul Eggert2013-02-112-17/+11
* | | Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-115-389/+136
* | | Fix previous commit for bug #13675.Eli Zaretskii2013-02-112-2/+14
* | | * marker.c (set_marker_internal): If desired position is passedDmitry Antipov2013-02-114-19/+46
* | | Remove obsolete references to VAX in comments.Paul Eggert2013-02-102-6/+2
* | | Speed up some redisplay operations with very long lines (Bug#13675).Eli Zaretskii2013-02-102-4/+21
* | | * syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov2013-02-102-0/+6
* | | * fileio.c (Fexpand_file_name): Omit confusing pointer comparisonPaul Eggert2013-02-102-2/+7
* | | Minor hashing refactoring.Paul Eggert2013-02-094-7/+23
* | | Fix last ChangeLog entry.Eli Zaretskii2013-02-091-3/+3
* | | Fix bug #13661 with w32-downcase-file-names and shell-command.Eli Zaretskii2013-02-092-2/+24
* | | Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-092-3/+2
* | | src/msdos.c (careadlinkatcwd): Remove.Eli Zaretskii2013-02-092-8/+4
* | | * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-083-33/+54
* | | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.orgGlenn Morris2013-02-081-5/+9
|\ \ \ | |/ /
| * | src/xdisp.c: Fix commentary of display_count_lines.Eli Zaretskii2013-02-081-5/+9
| * | ChangeLog date fix (do not merge to trunk)Glenn Morris2013-02-051-1/+1
| * | Backport fix for execvp issue from trunkDaniel Colascione2013-02-052-1/+7
* | | * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-083-13/+26
* | | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-0817-41/+77
* | | * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-075-12/+18