From 28436c5451b48bf8e11bf7b254cf2f778f512d92 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 10 Mar 2016 16:43:38 +0900 Subject: [PATCH] Add news topics --- history.en.md | 1 + history.ja.md | 1 + 2 files changed, 2 insertions(+) diff --git a/history.en.md b/history.en.md index 65a2cd87..1c9046a9 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + * Implement pseudo tree in `about:treestyletab-group` tabs and the rich tooltip without XHTML. (We don't need to mix XHTML and XUL to apply multi-column properties of CSS.) - 0.17.2016030402 * Show rich tooltip with multiple columns even if there are only short title tabs. * Avoid initialization error on newly opened group tabs. diff --git a/history.ja.md b/history.ja.md index 6cd325bc..12c7c7fb 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + * `about:treestyletab-group`のタブとツールチップにおけるツリーをXHTML無しで実装するようにした(CSSのマルチカラムレイアウトを使うためだけにXHTMLとXULを混在させる必要はない事が分かったため) - 0.17.2016030402 * 短いタイトルのタブしかない場合にツールチップの内容が段組表示されない問題を修正 * 新しく開かれた空のグループ化用のタブの初期化処理が失敗するようになっていたのを修正