]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-weight-table): Fix value of `semi-light'.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Feb 2008 23:37:23 +0000 (23:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Feb 2008 23:37:23 +0000 (23:37 +0000)
lisp/ChangeLog
lisp/faces.el

index 867d8f288f593ca009039132f52550e10fa0c1d2..e62dbf6f15c266291c7cf0053b6a5f090b546e44 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (font-weight-table): Fix value of `semi-light'.
+
 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * faces.el (font-weight-table, font-slant-table, font-swidth-table):
@@ -8,9 +12,8 @@
        Finish pdbtrack integration cleanup, settling missing-functions
        byte compiler warnings appropriately.
 
-       * progmodes/python.el (python-point): Remove this -
-       beginning-of-line was all that was necessary for
-       `python-pdbtrack-overlay-arrow'.
+       * progmodes/python.el (python-point): Remove this - beginning-of-line
+       was all that was necessary for `python-pdbtrack-overlay-arrow'.
        (python-end-of-def-or-class, python-beginning-of-def-or-class)
        (python-goto-initial-line): Drop these - they were only needed for
        python-point.
@@ -19,7 +22,7 @@
        which require all sorts of baggage.
        (point-safe): Unnecessary - we're using condition-case directly,
        instead.
-       (python-execute-file): Include for python-shell, which i'm leaving
+       (python-execute-file): Include for python-shell, which I'm leaving
        in keeping despite it being unnecessary for pdb tracking.
 
 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
index 9ead531d71b3ce8d83aa5a0c675d0bb1749ecaea..bea4527017d6c1bde8520c14e4d18f7fb70709ea 100644 (file)
@@ -108,10 +108,10 @@ REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."
       '((thin . 100)
         (ultralight . 199) (ultra-light . 200) (extra-light . 201)
         (light . 300)
-        (semilight . 330) (semi-light . 330)
+        (semilight . 330) (semi-light . 331)
         (book . 350)
         (normal . 400) (regular . 401)
-        (medium . 500) 
+        (medium . 500)
         (semibold . 599) (semi-bold . 600) (demibold . 601) (demi . 602)
         (bold . 700)
         (extrabold . 799) (extra-bold . 800)
@@ -1772,7 +1772,7 @@ a message."
 ;;     (save-match-data
 ;;       (dolist (this result)
 ;;        (if (string-match " " this)
-;;            (push (replace-regexp-in-string " " "" 
+;;            (push (replace-regexp-in-string " " ""
 ;;                                            this)
 ;;                  to-be-rejected)))
 ;;       (dolist (elt to-be-rejected)