aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).Chong Yidong2009-03-191-8/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Fvertical_motion): Don't advance iterator if we have reseated to theChong Yidong2008-12-301-6/+10
* Minor fix to last change.Chong Yidong2008-09-171-1/+1
* (Fvertical_motion): Use position reported by iteratorChong Yidong2008-09-171-2/+2
* (scan_for_column): Don't handle automatic composition if the currentKenichi Handa2008-09-121-1/+6
* (Fvertical_motion): Be sure to set it_overshoot_expected ifKenichi Handa2008-09-081-1/+1
* (Fvertical_motion): Don't call move_it_by_lines again if moving by aChong Yidong2008-09-021-4/+10
* Include composite.h and dispextern.h.Kenichi Handa2008-08-291-55/+59
* (Fvertical_motion): Revert last change. Handle the general case whereChong Yidong2008-08-271-47/+61
* (Fvertical_motion): If moving forward starting from a multi-lineChong Yidong2008-08-261-30/+35
* (Fvertical_motion): Restore hscroll before moving to goal column.Chong Yidong2008-07-121-7/+16
* (Fvertical_motion): Properly handle float column arg.Stefan Monnier2008-06-291-6/+9
* (compute_motion): Obey integer values of truncate-partial-width-windows.Chong Yidong2008-06-241-4/+14
* * window.c (window_scroll_pixel_based_preserve_x)Stefan Monnier2008-06-051-0/+17
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fmove_to_column): Move declaration before statements.Andreas Schwab2008-03-281-2/+3
* (check_display_width): New fun.Stefan Monnier2008-03-261-2/+56
* (scan_for_column): Extract from current_column_1.Stefan Monnier2008-03-261-186/+87
* (current_column, current_column_1, Fmove_to_column)Kim F. Storm2008-02-271-17/+14
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | | Merge from emacs--devo--0Miles Bader2007-10-131-5/+4
|\| |
| * | (indent_tabs_mode, last_known_column, last_known_column_modified): Make static.Juanma Barranquero2007-10-101-5/+4
* | | Merge from emacs--devo--0Miles Bader2007-10-111-57/+60
|\| |