]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 15 Mar 2006 11:20:34 +0000 (11:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 15 Mar 2006 11:20:34 +0000 (11:20 +0000)
lisp/ChangeLog
src/ChangeLog

index 61c38fb2b17b8965db94da5b81bdebe059dcdf97..29f6fa2ce41f6af79e98b226e8684ff8a02c30aa 100644 (file)
@@ -1,6 +1,6 @@
 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
 
-       * 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  <wohler@newt.com>
 
        * 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  <acm@muc.de>
 
 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
 
-       * 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.
 
 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
 
-       * 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  <agustin.martin@hispalinux.es>
 
        * 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  <rgm@gnu.org>
 
        * calendar/calendar.el (calendar-holidays): Doc fix.
index 3a5f60b813ff9e72c59a60d5643036f23c4b00ba..7d274978466dcc094c7bbe9a30a803f94fe26907 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being
+       conditional on HAVE_NTGUI, not WINDOWS_NT.
+
 2006-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.