aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2007-01-20 16:20:19 +0000
committerEli Zaretskii <[email protected]>2007-01-20 16:20:19 +0000
commit4e251bd154ee13b973c6609ae74ff17eeace382f (patch)
treea6b31aa74f6d443358696a2ccec2a6563ca9958e
parent5ebc76c996074bbff3e356de59ba64737639664d (diff)
*** empty log message ***
-rw-r--r--etc/ChangeLog5
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog13
3 files changed, 21 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1f05f1f5ee..6457ec6369 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-20 Giorgos Keramidas <[email protected]> (tiny change)
+
+ * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
+ be compiled on Solaris systems.
+
2007-01-19 Chong Yidong <[email protected]>
* TODO: Proper background color handling for pngs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b69c0e43a2..ce2bf91974 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-20 Eric Hanchrow <[email protected]> (tiny change)
+
+ * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
+ the doc string how to use personal abbrevs without electric
+ keywords.
+
2007-01-20 Alin C. Soare <[email protected]> (tiny change)
* lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Fixed
@@ -5270,7 +5276,7 @@
* textmodes/table.el: Add move-beginning-of-line and
move-end-of-line to Point Motion Only Group.
-2006-07-22 Eric Hanchrow <[email protected]>
+2006-07-22 Eric Hanchrow <[email protected]> (tiny change)
* progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
diff --git a/src/ChangeLog b/src/ChangeLog
index 6719d2b3b1..554c2c6dd1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-20 Eli Zaretskii <[email protected]>
+
+ * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
+ (xbuffer, xcons, xcar, xcdr): Fix doc strings.
+
2007-01-20 Chong Yidong <[email protected]>
* keyboard.c (read_key_sequence): Extract local map only if the
@@ -14,17 +19,17 @@
2007-01-15 YAMAMOTO Mitsuharu <[email protected]>
- * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog):
+ * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
Create movable modal window instead of movable alert window.
- [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use
- DeactivateControl instead of DisableControl.
+ (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
+ of DisableControl.
* macselect.c (Fmac_resume_apple_event): Set error number when
descriptor type of reply is non-null.
2007-01-14 YAMAMOTO Mitsuharu <[email protected]>
- * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use
+ * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use
DisableControl for disabled items. Set default button to first
enabled one. Use icon of application in execution.