aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | * lread.c (read_filtered_event): Use duration_to_sec_usec.Paul Eggert2011-09-212-2/+7
* | | * keymap.c (Fkey_description): Recode slightly to pacify GCC 4.6.1 x86.Paul Eggert2011-09-211-2/+5
* | | * ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64.Paul Eggert2011-09-212-1/+2
* | | (xd_append_arg): Omit range check that is not neededPaul Eggert2011-09-211-1/+1
* | | Fix specpdl loop typo.Paul Eggert2011-09-212-2/+2
* | | * casetab.c (set_identity, shuffle): Use lint_assume.Paul Eggert2011-09-212-5/+9
* | | (Fcall_process): Fix typo in volatile load/restore.Paul Eggert2011-09-211-1/+1
* | | Merge from trunk.Paul Eggert2011-09-2110-90/+325
|\ \ \ | |/ /
| * | Fix assertion failure when displaying stretch glyphs under linum-mode.Eli Zaretskii2011-09-213-4/+23
| * | Fix bidi-aware cursor motion inside indentation.Eli Zaretskii2011-09-202-16/+20
| * | Fix bug #9549 with longlines-show-hard-newlines.Eli Zaretskii2011-09-202-3/+91
| * | * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is.Lars Magne Ingebrigtsen2011-09-192-0/+7
| * | Fix handling of X resource for window icons.Chong Yidong2011-09-182-1/+6
| * | Fix bug #9545 with crash in Dired when $ is pressed.Eli Zaretskii2011-09-182-42/+4
| * | Fix a bug in :align-to on a TTY when the column is beyond frame width.Eli Zaretskii2011-09-182-1/+11
| * | Fix bug #9530 on a TTY.Eli Zaretskii2011-09-182-5/+19
| | |
| | \
| *-. \ Merge changes from emacs-23 branchChong Yidong2011-09-183-4/+22
| |\ \ \ | | | |/
| | | * * xdisp.c (expose_window): Save original value of phys_cursor_on_p and turn w...YAMAMOTO Mitsuharu2011-09-102-2/+15
| | | * * src/search.c (boyer_moore): Take unibyte characters from patternAndreas Schwab2011-09-072-2/+7
| * | | src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.Eli Zaretskii2011-09-182-1/+5
| |/ /
| * | Fix minor problem found by static checking.Paul Eggert2011-09-182-3/+8
| * | * fileio.c: Report proper errno when syscall falls.Paul Eggert2011-09-182-0/+12
| * | src/xdisp.c: Revert inadvertently committed changes.Eli Zaretskii2011-09-181-11/+5
| * | src/.gdbinit (pgx): Fix references to fields of `struct glyph'.Eli Zaretskii2011-09-183-40/+50
| * | Fix bug #9530 with incorrect display of zero-width stretch.Eli Zaretskii2011-09-172-8/+19
| * | Fix bug #9470 with slow redisplay in huge single-paragraph buffers.Eli Zaretskii2011-09-173-4/+69
| * | Fix typos.Juanma Barranquero2011-09-172-2/+2
| * | Fix bug #9524 with cursor positioning on display strings in truncated lines.Eli Zaretskii2011-09-172-8/+15
| * | lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).Sven Joachim2011-09-171-1/+1
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-2189-3000/+3814
|/ /
* | * xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert2011-09-162-11/+36
* | * src/eval.c (Fquote): Document its non-consing behavior.Stefan Monnier2011-09-162-0/+12
* | Fix a compilation error with MinGW GCC 3.x in tiff_handler.Eli Zaretskii2011-09-162-2/+18
* | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).Paul Eggert2011-09-152-6/+7
* | Fix my ChangeLog entry.Paul Eggert2011-09-151-2/+2
* | Fix a typo in comment from 2011-09-15T15:41:03Z!eliz@gnu.org.Eli Zaretskii2011-09-151-1/+5
* | * src/editfns.c (Fformat): Correctly handle text properties on "%%".Andreas Schwab2011-09-152-3/+10
* | Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-155-0/+20
* | * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).Paul Eggert2011-09-152-2/+9
* | Fix bug #9495 with cursor positioning on truncated lines.Johan Bockgård2011-09-152-1/+9
* | xdisp.c (hscroll_window_tree): Sync comment with the code.Eli Zaretskii2011-09-151-3/+3
* | Remove unused external symbols.Paul Eggert2011-09-148-14/+16
* | * xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert2011-09-142-4/+14
* | xdisp.c (try_window_reusing_current_matrix): Fix incorrect computation of loo...Eli Zaretskii2011-09-142-1/+7
* | * lisp/window.el (window-deletable-p): Never delete last frame on a terminal.Chong Yidong2011-09-132-12/+4
* | Fix bug #2496 with column counting in presence of display tables.Eli Zaretskii2011-09-122-1/+6
* | * src/fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.Stefan Monnier2011-09-112-1/+5
* | * minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong2011-09-112-6/+9
* | Fix bug #9475 with alignment in *Completions* buffer.Eli Zaretskii2011-09-112-1/+6
* | Clarify slightly the last checkin.Lars Magne Ingebrigtsen2011-09-111-1/+1