+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):
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.
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)
'((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)
;; (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)