From 986845aff72be6996062f23ac09adda0f743b3c3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 22 Feb 2008 23:37:23 +0000 Subject: [PATCH] (font-weight-table): Fix value of `semi-light'. --- lisp/ChangeLog | 11 +++++++---- lisp/faces.el | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 867d8f288f5..e62dbf6f15c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-22 Juanma Barranquero + + * faces.el (font-weight-table): Fix value of `semi-light'. + 2008-02-22 Stefan Monnier * 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 (tiny change) diff --git a/lisp/faces.el b/lisp/faces.el index 9ead531d71b..bea4527017d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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) -- 2.39.2