aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
...
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-14/+14
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-15/+16
* * indent.c (compute_motion): Remove unused local.Paul Eggert2012-07-301-2/+0
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-211-1/+2
|\
| * Fix typo in last commit.Chong Yidong2012-04-131-1/+1
| * * src/indent.c (Fmove_to_column): Change interactive spec.Reuben Thomas2012-04-131-1/+2
* | Merge from trunk.Paul Eggert2012-04-091-2/+14
|\|
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| * Fix bug #11133 with vertical-motion across a long display string.Eli Zaretskii2012-04-071-1/+13
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Fix botched merge.Paul Eggert2011-11-181-2/+0
* | Merge from trunk.Paul Eggert2011-11-181-0/+2
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | Merge from trunk.Paul Eggert2011-09-241-50/+55
|\|
| * * indent.c (Fvertical_motion): Fix == vs = typo.Paul Eggert2011-09-241-1/+1
| * Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii2011-09-241-48/+53
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-98/+98
|/
* Remove unused external symbols.Paul Eggert2011-09-141-1/+1
* Fix bug #2496 with column counting in presence of display tables.Eli Zaretskii2011-09-121-1/+1
* * indent.c: Integer overflow fixes.Paul Eggert2011-09-041-6/+6
* Merge from trunk.Paul Eggert2011-08-051-1/+1
|\
| * Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-051-1/+1
| |\
| | * Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-051-1/+1
* | | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-1/+1
* | | Don't assume that stated character widths fit in int.Paul Eggert2011-07-181-1/+1
* | | Don't assume that tab-width fits in int.Paul Eggert2011-07-181-15/+6
|/ /
* | * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-07-141-1/+1
* | Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-0/+3
|\|
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-0/+3
* | Fix bugs in vertical-motion and display-buffer-normalize-special.Martin Rudalics2011-07-141-3/+11
* | ProtoizeAndreas Schwab2011-07-101-2/+1
* | * indent.c (Fcompute_motion): Don't assume hscroll and tab offset fit in int.Paul Eggert2011-06-181-1/+1
* | * indent.c (sane_tab_width): New function.Paul Eggert2011-06-181-19/+15
* | Install some window-size related functions and window-list-1.Martin Rudalics2011-06-071-4/+4
|/
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-4/+4
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-6/+6
* Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-1/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-3/+3
* * indent.c (val_compute_motion, val_vmotion): Now static.Paul Eggert2011-04-131-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+3
* * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.Paul Eggert2011-04-021-8/+5
* src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-6/+6
* * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-03-151-2/+2
* * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.Paul Eggert2011-03-151-15/+15
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-26/+23
* Change B_ to BVARTom Tromey2011-02-161-31/+31
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-31/+31