Mercurial > emacs
comparison lisp/ChangeLog @ 40359:a27a469ab31a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 27 Oct 2001 05:21:32 +0000 |
parents | 2c93c52edc86 |
children | a4a678880dfc |
comparison
equal
deleted
inserted
replaced
40358:a46df5f8fd00 | 40359:a27a469ab31a |
---|---|
1 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> | 1 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 2 |
3 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight): Add | 3 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight): |
4 make-obsolete cookies, to follow faces.el. | 4 Add make-obsolete cookies, to follow faces.el. |
5 | 5 |
6 These changes avoid warnings from the byte compiler in faces.el: | 6 These changes avoid warnings from the byte compiler in faces.el: |
7 | 7 |
8 * faces.el (internal-get-face): Use facep instead of the obsolete | 8 * faces.el (internal-get-face): Use facep instead of the obsolete |
9 internal-find-face. | 9 internal-find-face. |
10 (internal-frob-font-weight, internal-frob-font-slant): New | 10 (internal-frob-font-weight, internal-frob-font-slant): |
11 defailiases for obsolete functions. | 11 New defaliases for obsolete functions. |
12 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold) | 12 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold) |
13 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic) | 13 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic) |
14 (x-make-font-bold-italic): Use internal-frob-font-weight and | 14 (x-make-font-bold-italic): Use internal-frob-font-weight and |
15 internal-frob-font-slant aliases instead of the obsolete | 15 internal-frob-font-slant aliases instead of the obsolete |
16 x-frob-... functions. | 16 x-frob-... functions. |
17 | 17 |
18 2001-10-26 Sam Steingold <sds@gnu.org> | 18 2001-10-26 Sam Steingold <sds@gnu.org> |
32 * font-lock.el (c-font-lock-keywords-2): Do not require labels to | 32 * font-lock.el (c-font-lock-keywords-2): Do not require labels to |
33 be alone on the line. | 33 be alone on the line. |
34 | 34 |
35 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> | 35 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> |
36 | 36 |
37 * button.el (button): Special face definition for MS-DOS | 37 * button.el (button): Special face definition for MS-DOS terminals. |
38 terminals. | |
39 | 38 |
40 2001-10-26 Sam Steingold <sds@gnu.org> | 39 2001-10-26 Sam Steingold <sds@gnu.org> |
41 | 40 |
42 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): | 41 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): |
43 Protect the /= test by checking that the args are non-nil. | 42 Protect the /= test by checking that the args are non-nil. |
69 (ps-run-start): Use of `mapconcat'. Use `apply' instead of | 68 (ps-run-start): Use of `mapconcat'. Use `apply' instead of |
70 `eval'. | 69 `eval'. |
71 (numerous places): Add back-tick and tick around names in | 70 (numerous places): Add back-tick and tick around names in |
72 docstrings, fix punctuation in docstrings, remove trailing spaces. | 71 docstrings, fix punctuation in docstrings, remove trailing spaces. |
73 | 72 |
73 2001-10-25 Stefan Monnier <monnier@cs.yale.edu> | |
74 | |
75 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments. | |
76 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common. | |
77 (sgml-font-lock-syntactic-keywords): New var. | |
78 (sgml-mode-common): Drop the two args. | |
79 Don't make buffer-local variables that aren't used. | |
80 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead. | |
81 Don't set `before-string' props from sgml-display-text. | |
82 (sgml-mode): Use define-derived-mode. | |
83 (sgml-tags-invisible): Use sgml-display-text. | |
84 (sgml-quote): New command. | |
85 (html-tag-alist): Add args for `span'. | |
86 (html-mode): Use define-derived-mode. | |
87 Set sgml-display-text and sgml-tag-face-alist. | |
88 | |
74 2001-10-25 Sam Steingold <sds@gnu.org> | 89 2001-10-25 Sam Steingold <sds@gnu.org> |
75 | 90 |
76 * add-log.el (add-log-always-start-new-record): New user option. | 91 * add-log.el (add-log-always-start-new-record): New user option. |
77 (add-change-log-entry): Use it. | 92 (add-change-log-entry): Use it. |
78 | 93 |
101 (debug-ignored-errors): Add `disambiguate ...'. | 116 (debug-ignored-errors): Add `disambiguate ...'. |
102 | 117 |
103 2001-10-24 Stefan Monnier <monnier@cs.yale.edu> | 118 2001-10-24 Stefan Monnier <monnier@cs.yale.edu> |
104 | 119 |
105 * textmodes/texinfo.el (texinfo-environments) | 120 * textmodes/texinfo.el (texinfo-environments) |
106 (texinfo-environment-regexp): Hoisted. | 121 (texinfo-environment-regexp): Hoist. |
107 (texinfo-font-lock-keywords): Use `italic' and `bold' faces. | 122 (texinfo-font-lock-keywords): Use `italic' and `bold' faces. |
108 Only highlight the menu name in menu items. | 123 Only highlight the menu name in menu items. |
109 Setup `@foo ... @end foo' as text clones. | 124 Setup `@foo ... @end foo' as text clones. |
110 (texinfo-clone-environment): New function. | 125 (texinfo-clone-environment): New function. |
111 (texinfo-mode): Simplify auto-fill-inhibit-regexp. | 126 (texinfo-mode): Simplify auto-fill-inhibit-regexp. |
118 * textmodes/texnfo-upd.el (texinfo-section-types-regexp) | 133 * textmodes/texnfo-upd.el (texinfo-section-types-regexp) |
119 (texinfo-section-level-regexp, texinfo-subsection-level-regexp) | 134 (texinfo-section-level-regexp, texinfo-subsection-level-regexp) |
120 (texinfo-subsubsection-level-regexp) | 135 (texinfo-subsubsection-level-regexp) |
121 (texinfo-update-menu-same-level-regexps) | 136 (texinfo-update-menu-same-level-regexps) |
122 (texinfo-update-menu-higher-regexps) | 137 (texinfo-update-menu-higher-regexps) |
123 (texinfo-update-menu-lower-regexps): Hoisted to eliminate warnings. | 138 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings. |
124 | 139 |
125 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks. | 140 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks. |
126 (derived-mode-p): Autoload. | 141 (derived-mode-p): Autoload. |
127 | 142 |
128 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): | 143 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): |