aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert <[email protected]>2008-11-26 05:32:22 +0000
committerAdrian Robert <[email protected]>2008-11-26 05:32:22 +0000
commit90d19aff37a7060337491259e7ae97aa897b3972 (patch)
treec5612f32b416953813f9047102ad1c5004400aed /src
parent98c0fe50b74191aab3eb9422db78a7709f752ee4 (diff)
committing logs wrote but forgot to commit last night
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 905ea2729a..939d3e274b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,25 @@
* xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
redefinition with ifdef. (Bug#1383)
+2008-11-24 Adrian Robert <[email protected]>
+
+ * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
+
+2008-11-24 Wolfgang Lux <[email protected]> (tiny change)
+
+ * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
+ New EmacsView methods.
+ (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
+ Fixes bug #1048,1357,1414.
+
+2008-11-24 Adrian Robert <[email protected]>
+
+ Fix bug #1362.
+ * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
+ is not an indexed color.
+ * nsterm.m (free_indexed_color): Add argument checking.
+ * nsfns.m: Move config.h to before system includes (advised by Dan N.).
+
2008-11-24 Chong Yidong <[email protected]>
* minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):