aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-03-15 11:20:34 +0000
committerJuanma Barranquero2006-03-15 11:20:34 +0000
commit713cb18dec3ee8f53fa987b50de7002c298f3170 (patch)
tree7a2fb21983ad5e461548f1f424b2f5ef8f7046ca
parent64c374318f80f885709b18130401051e6d4b2cfc (diff)
downloademacs-713cb18dec3ee8f53fa987b50de7002c298f3170.tar.gz
emacs-713cb18dec3ee8f53fa987b50de7002c298f3170.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog5
2 files changed, 13 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61c38fb2b17..29f6fa2ce41 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,6 @@
12006-03-15 Carsten Dominik <dominik@science.uva.nl> 12006-03-15 Carsten Dominik <dominik@science.uva.nl>
2 2
3 * textmodes/org.el: (org-insert-centered): Use `string-width' to 3 * textmodes/org.el (org-insert-centered): Use `string-width' to
4 make underlining work for wide characters. 4 make underlining work for wide characters.
5 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind 5 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6 TAB to `org-cycle', to make sure that no binding in 6 TAB to `org-cycle', to make sure that no binding in
@@ -54,7 +54,7 @@
542006-03-14 Bill Wohler <wohler@newt.com> 542006-03-14 Bill Wohler <wohler@newt.com>
55 55
56 * image.el (image-load-path-for-library): Pass value of path 56 * image.el (image-load-path-for-library): Pass value of path
57 rather than symbol. Always return list of directories. Guarantee 57 rather than symbol. Always return list of directories. Guarantee
58 that image directory comes first. 58 that image directory comes first.
59 59
602006-03-14 Alan Mackenzie <acm@muc.de> 602006-03-14 Alan Mackenzie <acm@muc.de>
@@ -102,11 +102,11 @@
102 102
1032006-03-13 Carsten Dominik <dominik@science.uva.nl> 1032006-03-13 Carsten Dominik <dominik@science.uva.nl>
104 104
105 * textmodes/org.el: (org-link-search): Avoid self-matching of 105 * textmodes/org.el (org-link-search): Avoid self-matching of
106 links, allow target text to be distributed over several lines. 106 links, allow target text to be distributed over several lines.
107 (org-search-not-link): New function. 107 (org-search-not-link): New function.
108 (org-set-regexps-and-options, org-get-current-options): New 108 (org-set-regexps-and-options, org-get-current-options):
109 startup options. 109 New startup options.
110 (org-export-as-html): Take odd-level setting from local variable. 110 (org-export-as-html): Take odd-level setting from local variable.
111 (org-fontify-emphasized-text): New option. 111 (org-fontify-emphasized-text): New option.
112 (org-set-font-lock-defaults): Include emphasized text. 112 (org-set-font-lock-defaults): Include emphasized text.
@@ -177,8 +177,8 @@
177 177
1782006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> 1782006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
179 179
180 * progmodes/octave-mod.el (octave-indent-for-comment): Behave 180 * progmodes/octave-mod.el (octave-indent-for-comment):
181 according to do string. 181 Behave according to do string.
182 182
1832006-03-11 Agustin Martin <agustin.martin@hispalinux.es> 1832006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
184 184
@@ -216,7 +216,7 @@
216 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from 216 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
217 gdb-remove-mouse-face and remove help-echo too. 217 gdb-remove-mouse-face and remove help-echo too.
218 (gdb-enqueue-input): Correct conditional clause. 218 (gdb-enqueue-input): Correct conditional clause.
219 219
2202006-03-10 Glenn Morris <rgm@gnu.org> 2202006-03-10 Glenn Morris <rgm@gnu.org>
221 221
222 * calendar/calendar.el (calendar-holidays): Doc fix. 222 * calendar/calendar.el (calendar-holidays): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a5f60b813f..7d274978466 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-03-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being
4 conditional on HAVE_NTGUI, not WINDOWS_NT.
5
12006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype. 8 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.