summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-043-2/+13
* Avoid weird behavior with large horizontal scrolls.Paul Eggert2012-07-032-25/+36
* * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.Paul Eggert2012-07-032-1/+5
* * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.Dmitry Antipov2012-07-042-1/+5
* Remove stray empty line.Paul Eggert2012-07-031-1/+0
* * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)Paul Eggert2012-07-032-1/+5
* Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-033-8/+19
* * fileio.c: Improve handling of file time marker. (Bug#11852)Paul Eggert2012-07-032-19/+31
* * fileio.c (Finsert_file_contents): Properly handle st_mtimeAndreas Schwab2012-07-042-1/+9
* * src/lisp.h (Fread_file_name): Restore EXFUNGlenn Morris2012-07-032-2/+8
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-0331-398/+40
* Speed up generate-new-buffer-name for invisible buffers (bug#1229)Glenn Morris2012-07-033-3/+26
* Fix block vector allocation code to allow VECTOR_BLOCK_SIZEDmitry Antipov2012-07-032-4/+23
* * src/alloc.c (mark_object): Revert part of last patch to use `switch'.Stefan Monnier2012-07-033-94/+108
* * alloc.c (allocate_vector_block): Remove redundantDmitry Antipov2012-07-032-35/+30
* * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTESDmitry Antipov2012-07-032-1/+7
* Cleanup basic buffer management.Dmitry Antipov2012-07-034-242/+248
* * src/ChangeLog: Fix a typo.Dmitry Antipov2012-07-021-1/+1
* Spelling fixes.Paul Eggert2012-07-022-3/+2
* * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"Paul Eggert2012-07-022-2/+7
* * alloc.c (mark_buffer): Simplify. Remove prototype.Dmitry Antipov2012-07-022-113/+134
* * src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.Glenn Morris2012-06-302-0/+4
* Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-303-128/+136
* Fix last entry in src/ChangeLog.Eli Zaretskii2012-06-301-5/+1
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-309-21/+55
|\
| * Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-307-20/+48
* | * font.c (font_style_to_value, font_style_symbolic)Andreas Schwab2012-06-302-11/+40
* | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-307-15/+24
|/
* Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.Eli Zaretskii2012-06-292-2/+4
* Fix the current directory of the Emacs process on MS-Windows.Eli Zaretskii2012-06-292-25/+29
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-294-13/+24
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-283-3/+17
|\
| * * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUITAndreas Schwab2012-06-282-1/+7
| * * gnutls.c (emacs_gnutls_handshake): Only retry ifAndreas Schwab2012-06-262-1/+6
| * Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-232-5/+11
| * CommentGlenn Morris2012-06-211-1/+1
| * * src/charset.c (init_charset): Make lack of etc/charsets fatal.Glenn Morris2012-06-212-3/+11
* | * editfns.c (region_limit): Fix type mismatch.Dmitry Antipov2012-06-292-1/+5
* | * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov2012-06-294-7/+14
* | * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-285-10/+19
* | Avoid integer overflow on scroll-left and scroll-right.Paul Eggert2012-06-282-15/+23
* | * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-287-109/+123
* | src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero2012-06-282-1/+4
* | * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-285-18/+21
* | * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-2812-104/+111
* | Generalize run-time debugging checks.Dmitry Antipov2012-06-2826-403/+411
* | Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-274-5/+21
* | * alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov2012-06-273-15/+10
* | * alloc.c (allocate_string): Omit intervals initialization.Dmitry Antipov2012-06-272-4/+7
* | * alloc.c (allocate_string): Fix last change.Dmitry Antipov2012-06-272-1/+4