diff options
| author | Kenichi Handa | 2010-01-18 10:07:25 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-18 10:07:25 +0900 |
| commit | b7235808116742ec0a7aacbe53fb80db13ce5ef7 (patch) | |
| tree | de1a69bba2232b000b9166c3f9accc3f9672c1fa /src/ChangeLog | |
| parent | f0d138880a572e2b064d5af2668cd3a54a1d0a1e (diff) | |
| parent | f53a65903cdb66a73b919617054a69ce8042e495 (diff) | |
| download | emacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.tar.gz emacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.zip | |
Add bug number.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 98489e1d71d..e1d2ba440ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xterm.c (event_handler_gdk): Block input (Bug#5037). | ||
| 4 | |||
| 5 | 2010-01-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 7 | * emacs.c (standard_args): Adjust arg priorities to reflect how | ||
| 8 | they are processed in startup.el. | ||
| 9 | |||
| 10 | 2010-01-16 Andreas Schwab <schwab@linux-m68k.org> | ||
| 11 | |||
| 12 | * Makefile.in (lisp, shortlisp): Update. | ||
| 13 | |||
| 14 | 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp | ||
| 17 | code, link the new kboard into all_kboard before running Lisp code, | ||
| 18 | and protect the new terminal with GCPRO (Bug#5365). | ||
| 19 | (x_term_init): Remove unused var `atom'. | ||
| 20 | (x_delete_display, x_delete_terminal): Remove unused var `i'. | ||
| 21 | |||
| 1 | 2010-01-15 Jan Djärv <jan.h.d@swipnet.se> | 22 | 2010-01-15 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 23 | ||
| 3 | * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. | 24 | * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. |