diff options
| author | Paul Eggert | 2015-01-09 08:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-09 08:22:35 -0800 |
| commit | d1f848ffb9896fe2bd8eb9e7d70a49ca9ff9522f (patch) | |
| tree | 8789ccadf4cf2651edeec31aec5dc4695a399e88 /src/ChangeLog | |
| parent | a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d (diff) | |
| download | emacs-d1f848ffb9896fe2bd8eb9e7d70a49ca9ff9522f.tar.gz emacs-d1f848ffb9896fe2bd8eb9e7d70a49ca9ff9522f.zip | |
Refactor pointer-to-integer conversion
* gfilenotify.c (monitor_to_lisp, lisp_to_monitor):
Rename and move to lisp.h. All uses changed.
* lisp.h (XINTPTR, make_pointer_integer): New inline functions,
which are renamed from gfilenotify.c's lisp_to_monitor and
monitor_to_lisp, and with more-generic void * signatures.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c302f95d3fa..c11ba11715b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Refactor pointer-to-integer conversion | ||
| 4 | * gfilenotify.c (monitor_to_lisp, lisp_to_monitor): | ||
| 5 | Rename and move to lisp.h. All uses changed. | ||
| 6 | * lisp.h (XINTPTR, make_pointer_integer): New inline functions, | ||
| 7 | which are renamed from gfilenotify.c's lisp_to_monitor and | ||
| 8 | monitor_to_lisp, and with more-generic void * signatures. | ||
| 9 | |||
| 1 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> | 10 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * dispnew.c (buffer_posn_from_coords): Fix the value of the column | 12 | * dispnew.c (buffer_posn_from_coords): Fix the value of the column |