index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dispnew.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
* window.h (struct window): Replace hchild, vchild and buffer slots
...
Dmitry Antipov
2013-03-28
1
-76
/
+37
*
|
Reorder conditions that are written backwards
...
Andreas Schwab
2013-03-24
1
-5
/
+5
*
|
* frame.h (struct frame): Put menu_bar_window under #ifdef
...
Dmitry Antipov
2013-03-22
1
-0
/
+8
*
|
* window.h (struct window): Convert left_col, top_line, total_lines
...
Dmitry Antipov
2013-03-20
1
-11
/
+11
*
|
* src/dispnew.c (bitch_at_user): Use `user-error'.
Stefan Monnier
2013-03-17
1
-1
/
+5
*
|
Static checking by Sun C 5.12.
...
Paul Eggert
2013-03-13
1
-4
/
+1
*
|
Use macros from dispextern.h where appropriate.
...
Eli Zaretskii
2013-03-10
1
-2
/
+2
*
|
Minor getenv-related fixes.
...
Paul Eggert
2013-02-12
1
-3
/
+1
*
|
Remove obsolete redisplay code. See the discussion at
...
Dmitry Antipov
2013-01-28
1
-75
/
+3
*
|
* src/xdisp.c (message2, message2_nolog): Remove functions.
...
Stefan Monnier
2013-01-23
1
-21
/
+1
*
|
* window.h (struct window): Change window_end_valid member from
...
Dmitry Antipov
2013-01-22
1
-2
/
+2
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
\
|
*
|
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
|
Spelling fixes.
...
Paul Eggert
2012-12-14
1
-1
/
+1
*
|
|
* dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
...
Dmitry Antipov
2012-12-12
1
-5
/
+4
*
|
|
Omit glyphs initialization at startup.
...
Dmitry Antipov
2012-11-13
1
-69
/
+13
*
|
|
Widely used frame validity and checking functions.
...
Dmitry Antipov
2012-11-06
1
-6
/
+4
*
|
|
Simplify by assuming __fpending.
...
Paul Eggert
2012-11-04
1
-4
/
+2
*
|
|
Remove EMACS_OUTQSIZE+sleep hack.
...
Paul Eggert
2012-11-04
1
-15
/
+1
*
|
|
Window-related stuff cleanup here and there.
...
Dmitry Antipov
2012-11-02
1
-18
/
+2
|
/
/
*
|
Fix crash when using Emacs as commit editor for git.
...
Paul Eggert
2012-10-31
1
-0
/
+2
*
|
Fix warnings when compiling on MS-Windows with -std=gnu99.
...
Eli Zaretskii
2012-10-17
1
-0
/
+4
*
|
keyboard.c, keymap.c: Use bool for booleans.
...
Paul Eggert
2012-10-10
1
-4
/
+5
*
|
Clean out old termopts cruft.
...
Paul Eggert
2012-10-10
1
-1
/
+0
*
|
Prefer plain 'static' to 'static inline'.
...
Paul Eggert
2012-09-30
1
-7
/
+7
*
|
Simplify and avoid signal-handling races.
...
Paul Eggert
2012-09-23
1
-15
/
+11
*
|
Omit unused arg EXPECTED from socket hooks.
...
Paul Eggert
2012-09-19
1
-1
/
+1
*
|
Port better to POSIX hosts lacking _setjmp.
...
Paul Eggert
2012-09-15
1
-1
/
+0
*
|
Simplify SIGIO usage.
...
Paul Eggert
2012-09-12
1
-1
/
+1
*
|
Fix bug #12277 with incomplete redisplay of the vertical border between windows.
...
Eli Zaretskii
2012-09-09
1
-0
/
+5
*
|
Signal-handler cleanup.
...
Paul Eggert
2012-09-06
1
-3
/
+8
*
|
Fix race conditions with signal handlers and errno.
...
Paul Eggert
2012-09-05
1
-9
/
+11
*
|
Simplify redefinition of 'abort' (Bug#12316).
...
Paul Eggert
2012-09-04
1
-9
/
+9
*
|
Refactor window-system configuration
...
Daniel Colascione
2012-08-31
1
-11
/
+3
*
|
* dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
...
Paul Eggert
2012-08-30
1
-0
/
+1
*
|
Always use set_buffer_if_live to restore original buffer at unwind.
...
Dmitry Antipov
2012-08-28
1
-1
/
+1
*
|
* dispnew.c: Use bool for boolean.
...
Paul Eggert
2012-08-27
1
-139
/
+132
*
|
Avoid direct writes to contents member of struct Lisp_Vector.
...
Dmitry Antipov
2012-08-21
1
-30
/
+33
*
|
* window.h (WSET): Remove.
...
Paul Eggert
2012-08-17
1
-19
/
+19
*
|
* frame.h (FSET): Remove (Bug#12215).
...
Paul Eggert
2012-08-17
1
-6
/
+6
*
|
Use ASCII tests for character types.
...
Paul Eggert
2012-08-16
1
-1
/
+0
*
|
Drop WGET and revert read access to Lisp_Objects slots of struct window.
...
Dmitry Antipov
2012-08-07
1
-113
/
+112
*
|
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
...
Dmitry Antipov
2012-08-07
1
-35
/
+34
*
|
Remove GNU_LIBRARY_PENDING_OUTPUT_COUNT
...
Glenn Morris
2012-08-06
1
-24
/
+1
*
|
Separate read and write access to Lisp_Object slots of struct window.
...
Dmitry Antipov
2012-08-06
1
-130
/
+135
*
|
Separate read and write access to Lisp_Object slots of struct frame.
...
Dmitry Antipov
2012-08-06
1
-40
/
+40
*
|
Use C99-style 'extern inline' if available.
...
Paul Eggert
2012-08-02
1
-0
/
+3
*
|
Use INTERNAL_FIELD for windows.
...
Dmitry Antipov
2012-08-01
1
-130
/
+131
*
|
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
...
Dmitry Antipov
2012-07-31
1
-39
/
+40
*
|
EMACS_TIME simplification (Bug#11875).
...
Paul Eggert
2012-07-10
1
-13
/
+9
[prev]
[next]