# HG changeset patch # User Juanma Barranquero # Date 1142421634 0 # Node ID 081473b824e0a35f3d8d76640ab3d48f13c22a56 # Parent a9aa9b45a386b8341c95eaa65d2d37366f0c2e61 *** empty log message *** diff -r a9aa9b45a386 -r 081473b824e0 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 15 10:48:26 2006 +0000 +++ b/lisp/ChangeLog Wed Mar 15 11:20:34 2006 +0000 @@ -1,6 +1,6 @@ 2006-03-15 Carsten Dominik - * textmodes/org.el: (org-insert-centered): Use `string-width' to + * textmodes/org.el (org-insert-centered): Use `string-width' to make underlining work for wide characters. (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind TAB to `org-cycle', to make sure that no binding in @@ -54,7 +54,7 @@ 2006-03-14 Bill Wohler * image.el (image-load-path-for-library): Pass value of path - rather than symbol. Always return list of directories. Guarantee + rather than symbol. Always return list of directories. Guarantee that image directory comes first. 2006-03-14 Alan Mackenzie @@ -102,11 +102,11 @@ 2006-03-13 Carsten Dominik - * textmodes/org.el: (org-link-search): Avoid self-matching of + * textmodes/org.el (org-link-search): Avoid self-matching of links, allow target text to be distributed over several lines. (org-search-not-link): New function. - (org-set-regexps-and-options, org-get-current-options): New - startup options. + (org-set-regexps-and-options, org-get-current-options): + New startup options. (org-export-as-html): Take odd-level setting from local variable. (org-fontify-emphasized-text): New option. (org-set-font-lock-defaults): Include emphasized text. @@ -177,8 +177,8 @@ 2006-03-11 Kurt Hornik - * progmodes/octave-mod.el (octave-indent-for-comment): Behave - according to do string. + * progmodes/octave-mod.el (octave-indent-for-comment): + Behave according to do string. 2006-03-11 Agustin Martin @@ -216,7 +216,7 @@ * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from gdb-remove-mouse-face and remove help-echo too. (gdb-enqueue-input): Correct conditional clause. - + 2006-03-10 Glenn Morris * calendar/calendar.el (calendar-holidays): Doc fix. diff -r a9aa9b45a386 -r 081473b824e0 src/ChangeLog --- a/src/ChangeLog Wed Mar 15 10:48:26 2006 +0000 +++ b/src/ChangeLog Wed Mar 15 11:20:34 2006 +0000 @@ -1,3 +1,8 @@ +2006-03-15 Juanma Barranquero + + * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being + conditional on HAVE_NTGUI, not WINDOWS_NT. + 2006-03-15 YAMAMOTO Mitsuharu * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.