diff options
| author | Eli Zaretskii | 2007-01-20 16:20:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-01-20 16:20:19 +0000 |
| commit | 4e251bd154ee13b973c6609ae74ff17eeace382f (patch) | |
| tree | a6b31aa74f6d443358696a2ccec2a6563ca9958e | |
| parent | 5ebc76c996074bbff3e356de59ba64737639664d (diff) | |
| download | emacs-4e251bd154ee13b973c6609ae74ff17eeace382f.tar.gz emacs-4e251bd154ee13b973c6609ae74ff17eeace382f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
3 files changed, 21 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1f05f1f5ee9..6457ec6369b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | ||
| 2 | |||
| 3 | * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can | ||
| 4 | be compiled on Solaris systems. | ||
| 5 | |||
| 1 | 2007-01-19 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-01-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * TODO: Proper background color handling for pngs. | 8 | * TODO: Proper background color handling for pngs. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b69c0e43a20..ce2bf91974a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/cperl-mode.el (cperl-electric-keywords): Document in | ||
| 4 | the doc string how to use personal abbrevs without electric | ||
| 5 | keywords. | ||
| 6 | |||
| 1 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) | 7 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) |
| 2 | 8 | ||
| 3 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Fixed | 9 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Fixed |
| @@ -5270,7 +5276,7 @@ | |||
| 5270 | * textmodes/table.el: Add move-beginning-of-line and | 5276 | * textmodes/table.el: Add move-beginning-of-line and |
| 5271 | move-end-of-line to Point Motion Only Group. | 5277 | move-end-of-line to Point Motion Only Group. |
| 5272 | 5278 | ||
| 5273 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> | 5279 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change) |
| 5274 | 5280 | ||
| 5275 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. | 5281 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. |
| 5276 | 5282 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 6719d2b3b1b..554c2c6dd11 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe) | ||
| 4 | (xbuffer, xcons, xcar, xcdr): Fix doc strings. | ||
| 5 | |||
| 1 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * keyboard.c (read_key_sequence): Extract local map only if the | 8 | * keyboard.c (read_key_sequence): Extract local map only if the |
| @@ -14,17 +19,17 @@ | |||
| 14 | 19 | ||
| 15 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 20 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 16 | 21 | ||
| 17 | * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): | 22 | * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: |
| 18 | Create movable modal window instead of movable alert window. | 23 | Create movable modal window instead of movable alert window. |
| 19 | [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use | 24 | (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead |
| 20 | DeactivateControl instead of DisableControl. | 25 | of DisableControl. |
| 21 | 26 | ||
| 22 | * macselect.c (Fmac_resume_apple_event): Set error number when | 27 | * macselect.c (Fmac_resume_apple_event): Set error number when |
| 23 | descriptor type of reply is non-null. | 28 | descriptor type of reply is non-null. |
| 24 | 29 | ||
| 25 | 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 30 | 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 26 | 31 | ||
| 27 | * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use | 32 | * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use |
| 28 | DisableControl for disabled items. Set default button to first | 33 | DisableControl for disabled items. Set default button to first |
| 29 | enabled one. Use icon of application in execution. | 34 | enabled one. Use icon of application in execution. |
| 30 | 35 | ||