index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
indent.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Fix misspellings like "an unibyte buffer"
Paul Eggert
2014-12-09
1
-1
/
+1
*
|
Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org
Glenn Morris
2014-08-27
1
-8
/
+23
|
\
|
|
*
Fix bug #18276 with vertical motion through a display property.
Eli Zaretskii
2014-08-18
1
-8
/
+23
*
|
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-23
1
-1
/
+1
|
/
*
Fix bug #17823 with vertical-motion in lines with line-prefix.
Eli Zaretskii
2014-06-21
1
-12
/
+6
*
Improve documentation of how vertical-motion interprets columns.
Eli Zaretskii
2014-06-21
1
-3
/
+6
*
Fix bug #17244 with line-move-visual when display string covers a lot of text.
Eli Zaretskii
2014-04-12
1
-2
/
+9
*
src/indent.c (current_column_1): Correct commentary.
Eli Zaretskii
2014-01-29
1
-1
/
+1
*
Fix bug #16265 with buffer caches when modifying text in indirect buffers.
Eli Zaretskii
2014-01-01
1
-23
/
+45
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-30
1
-2
/
+2
*
Port to stricter C99 platforms.
Paul Eggert
2013-11-03
1
-3
/
+3
*
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-09-24
1
-3
/
+3
*
Hook scanning and indentation functions to find_newline. This helps
Dmitry Antipov
2013-08-29
1
-25
/
+13
*
Use region cache to speedup bidi_find_paragraph_start.
Dmitry Antipov
2013-08-06
1
-3
/
+3
*
Fix vertical cursor motion when there are overlay strings at EOL.
Eli Zaretskii
2013-04-13
1
-2
/
+6
*
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-04-01
1
-1
/
+1
*
* indent.c (current_column_bol_cache): Remove leftover which is not
Dmitry Antipov
2013-03-29
1
-11
/
+0
*
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
1
-6
/
+6
*
Fix inaccuracy in a comment.
Eli Zaretskii
2013-03-28
1
-2
/
+2
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-1
/
+1
*
* search.c (find_newline): Accept start and end byte positions
Dmitry Antipov
2013-03-08
1
-5
/
+14
*
Avoid character to byte conversions in motion subroutines.
Dmitry Antipov
2013-03-07
1
-43
/
+32
*
Rename find_next_newline to find_newline_no_quit.
Eli Zaretskii
2013-03-06
1
-4
/
+4
*
* lisp.h (find_next_newline_no_quit): Rename to find_next_newline.
Dmitry Antipov
2013-03-06
1
-4
/
+4
*
* search.c (find_newline): Return byte position in bytepos.
Dmitry Antipov
2013-02-20
1
-19
/
+12
*
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
Glenn Morris
2013-02-12
1
-1
/
+1
|
\
|
*
In doc, use standard American English style for e.g., etc., i.e.
Paul Eggert
2013-02-12
1
-1
/
+1
*
|
* lisp.h (make_uninit_vector): New function.
Dmitry Antipov
2013-02-08
1
-1
/
+1
*
|
* indent.c (Fvertical_motion): Remove now-incorrect GCPROs
Paul Eggert
2013-01-11
1
-2
/
+2
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
Avoid calls to CHAR_TO_BYTE if byte position is known.
Dmitry Antipov
2012-12-20
1
-1
/
+2
*
|
Consistently use marker_position and marker_byte_position.
Dmitry Antipov
2012-12-11
1
-2
/
+2
*
|
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Glenn Morris
2012-12-09
1
-1
/
+5
|
\
|
|
*
Fix bug #13108 introduced by the fix to bug #12930.
Eli Zaretskii
2012-12-07
1
-1
/
+5
*
|
Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org
Glenn Morris
2012-11-23
1
-1
/
+7
|
\
|
|
*
Fix bug #12930 with vertical-motion through a display string.
Eli Zaretskii
2012-11-21
1
-1
/
+7
*
|
Window-related stuff cleanup here and there.
Dmitry Antipov
2012-11-02
1
-12
/
+3
|
/
*
* alloc.c (Fmake_byte_code): Fix typo in comment.
Dmitry Antipov
2012-10-16
1
-4
/
+2
*
Clean out old termopts cruft.
Paul Eggert
2012-10-10
1
-1
/
+0
*
image.c, indent.c: Use bool for booleans.
Paul Eggert
2012-09-24
1
-31
/
+34
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-2
/
+2
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-2
/
+2
*
* window.h (WSET): Remove.
Paul Eggert
2012-08-17
1
-2
/
+2
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-1
/
+1
*
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-13
1
-2
/
+2
*
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
1
-2
/
+1
[prev]
[next]