aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | * 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:[email protected].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
* | (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent fi...Lars Magne Ingebrigtsen2011-09-112-3/+9
* | Fix bug #9139 with revisiting non-existent files.Eli Zaretskii2011-09-112-0/+9
* | * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move declsPaul Eggert2011-09-103-12/+20
* | * buffer.h: Include <sys/types.h> instead of <time.h>.Paul Eggert2011-09-102-1/+7
* | * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi...Lars Magne Ingebrigtsen2011-09-102-3/+14
* | * src/image.c (gif_load): Fix calculation of bottom and right corner.Andreas Schwab2011-09-102-2/+9
* | Prevent sluggish bidi redisplay in small windows.Eli Zaretskii2011-09-102-3/+8
* | src/frame.c (x_report_frame_params): Cast to avoid compiler warnings.Eli Zaretskii2011-09-092-2/+10
* | Whitespace changes.Juanma Barranquero2011-09-0964-319/+324
* | Don't have previous and next buffers deal with internal windows.Martin Rudalics2011-09-082-2/+7
* | src/emacs.c (my_heap_start): #ifdef to avoid warnings when unused.Juanma Barranquero2011-09-082-0/+6
* | Fix a crash in vertical-motion.Eli Zaretskii2011-09-072-1/+7
* | (xg_make_tool_item): Insert comment about eventbox.Jan Djärv2011-09-072-0/+5
* | isnan: Fix porting problem to Solaris 10 with bundled gcc.Paul Eggert2011-09-062-2/+19
* | Merge from trunk.Paul Eggert2011-09-064-38/+93
|\ \
| * \ Merge from trunk.Paul Eggert2011-09-061-1/+1
| |\ \
| * | | Merge from trunk.Paul Eggert2011-09-0534-367/+724
| |\| |
| | * | * dbusbind.c (xd_signature_cat): Rename from signature_cat.Michael Albinus2011-09-052-6/+10
| * | | Add Bug#.Paul Eggert2011-09-021-1/+1
| * | | * fileio.c: Fix bugs with large file offsets.Paul Eggert2011-09-023-31/+82
* | | | Merge from trunk.Paul Eggert2011-09-0433-369/+706
|\ \ \ \ | | |/ / | |/| |
| * | | Merge from trunk.Paul Eggert2011-09-048-33/+75
| |\ \ \
| | * \ \ Integer overflow fixes for scrolling, etc.Paul Eggert2011-09-046-31/+61
| | |\ \ \
| | | * | | * xdisp.c: Integer overflow fix.Paul Eggert2011-09-042-2/+5
| | | * | | * window.c: Integer overflow fixes.Paul Eggert2011-09-042-17/+21
| | | * | | * search.c: Integer overflow fixesPaul Eggert2011-09-042-5/+11