aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * 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
* 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
* * doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-6/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-5/+5
* | Fix use of int instead of EMACS_INT in search.c and region-cache.c.Eli Zaretskii2010-09-231-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-1/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-11/+6
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-34/+14
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+3
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-051-5/+5
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (skip_invisible): Fix a typo in a comment.Eli Zaretskii2009-11-281-1/+1