index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation with --enable-gcc-warnings and -O1
Dmitry Antipov
2012-07-04
3
-2
/
+13
*
Avoid weird behavior with large horizontal scrolls.
Paul Eggert
2012-07-03
2
-25
/
+36
*
* buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
Paul Eggert
2012-07-03
2
-1
/
+5
*
* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
Dmitry Antipov
2012-07-04
2
-1
/
+5
*
Remove stray empty line.
Paul Eggert
2012-07-03
1
-1
/
+0
*
* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
Paul Eggert
2012-07-03
2
-1
/
+5
*
Fix bugs in file timestamp newness comparisons.
Paul Eggert
2012-07-03
3
-8
/
+19
*
* fileio.c: Improve handling of file time marker. (Bug#11852)
Paul Eggert
2012-07-03
2
-19
/
+31
*
* fileio.c (Finsert_file_contents): Properly handle st_mtime
Andreas Schwab
2012-07-04
2
-1
/
+9
*
* src/lisp.h (Fread_file_name): Restore EXFUN
Glenn Morris
2012-07-03
2
-2
/
+8
*
Auto-generate EXFUN using make-docfile
Tom Tromey
2012-07-03
31
-398
/
+40
*
Speed up generate-new-buffer-name for invisible buffers (bug#1229)
Glenn Morris
2012-07-03
3
-3
/
+26
*
Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
Dmitry Antipov
2012-07-03
2
-4
/
+23
*
* src/alloc.c (mark_object): Revert part of last patch to use `switch'.
Stefan Monnier
2012-07-03
3
-94
/
+108
*
* alloc.c (allocate_vector_block): Remove redundant
Dmitry Antipov
2012-07-03
2
-35
/
+30
*
* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
Dmitry Antipov
2012-07-03
2
-1
/
+7
*
Cleanup basic buffer management.
Dmitry Antipov
2012-07-03
4
-242
/
+248
*
* src/ChangeLog: Fix a typo.
Dmitry Antipov
2012-07-02
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2012-07-02
2
-3
/
+2
*
* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
Paul Eggert
2012-07-02
2
-2
/
+7
*
* alloc.c (mark_buffer): Simplify. Remove prototype.
Dmitry Antipov
2012-07-02
2
-113
/
+134
*
* src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
Glenn Morris
2012-06-30
2
-0
/
+4
*
Make --no-site-lisp work for --enable-locallisppath elements
Glenn Morris
2012-06-30
3
-128
/
+136
*
Fix last entry in src/ChangeLog.
Eli Zaretskii
2012-06-30
1
-5
/
+1
*
Adapt the MS-DOS build to the latest changes.
Eli Zaretskii
2012-06-30
9
-21
/
+55
|
\
|
*
Adapt the MS-DOS build to the latest changes.
Eli Zaretskii
2012-06-30
7
-20
/
+48
*
|
* font.c (font_style_to_value, font_style_symbolic)
Andreas Schwab
2012-06-30
2
-11
/
+40
*
|
* lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
Andreas Schwab
2012-06-30
7
-15
/
+24
|
/
*
Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.
Eli Zaretskii
2012-06-29
2
-2
/
+4
*
Fix the current directory of the Emacs process on MS-Windows.
Eli Zaretskii
2012-06-29
2
-25
/
+29
*
* lisp/fringe.el (fringe-mode): Doc fix.
Dmitry Antipov
2012-06-29
4
-13
/
+24
*
Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com
Glenn Morris
2012-06-28
3
-3
/
+17
|
\
|
*
* gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
Andreas Schwab
2012-06-28
2
-1
/
+7
|
*
* gnutls.c (emacs_gnutls_handshake): Only retry if
Andreas Schwab
2012-06-26
2
-1
/
+6
|
*
Backport: Really fix bug #11519, by fixing the last change in ralloc.c.
Eli Zaretskii
2012-06-23
2
-5
/
+11
|
*
Comment
Glenn Morris
2012-06-21
1
-1
/
+1
|
*
* src/charset.c (init_charset): Make lack of etc/charsets fatal.
Glenn Morris
2012-06-21
2
-3
/
+11
*
|
* editfns.c (region_limit): Fix type mismatch.
Dmitry Antipov
2012-06-29
2
-1
/
+5
*
|
* nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
Dmitry Antipov
2012-06-29
4
-7
/
+14
*
|
* src/editfns.c (region_limit): Clip to narrowing.
Stefan Monnier
2012-06-28
5
-10
/
+19
*
|
Avoid integer overflow on scroll-left and scroll-right.
Paul Eggert
2012-06-28
2
-15
/
+23
*
|
* window.h (struct window): Change type of 'hscroll',
Dmitry Antipov
2012-06-28
7
-109
/
+123
*
|
src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
Juanma Barranquero
2012-06-28
2
-1
/
+4
*
|
* window.h (struct window): Change type of 'use_time' and
Dmitry Antipov
2012-06-28
5
-18
/
+21
*
|
* configure.in: Add glyphs category to --enable-checking option.
Dmitry Antipov
2012-06-28
12
-104
/
+111
*
|
Generalize run-time debugging checks.
Dmitry Antipov
2012-06-28
26
-403
/
+411
*
|
Get rid of all the manual purecopy calls in menu-bar definitions.
Stefan Monnier
2012-06-27
4
-5
/
+21
*
|
* alloc.c (allocate_string_data): Remove dead code.
Dmitry Antipov
2012-06-27
3
-15
/
+10
*
|
* alloc.c (allocate_string): Omit intervals initialization.
Dmitry Antipov
2012-06-27
2
-4
/
+7
*
|
* alloc.c (allocate_string): Fix last change.
Dmitry Antipov
2012-06-27
2
-1
/
+4
[next]