aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-06-15 21:00:27 +0000
committerStefan Monnier2005-06-15 21:00:27 +0000
commit10f401d274b475e986c36062f849bdac9691d286 (patch)
tree62150006cc8ae91673a8a57acfbfabeceaa29667
parent219fd6cf52c227516f7517f13206ac0d2228d788 (diff)
downloademacs-10f401d274b475e986c36062f849bdac9691d286.tar.gz
emacs-10f401d274b475e986c36062f849bdac9691d286.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog23
2 files changed, 14 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b35745ee349..14101b7e312 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3066,7 +3066,7 @@ Emacs 21.1, but was not documented then.
3066 3066
3067+++ 3067+++
3068*** New function `add-to-ordered-list' is like `add-to-list' but 3068*** New function `add-to-ordered-list' is like `add-to-list' but
3069associates a numeric ordering of each symbol element added to the list. 3069associates a numeric ordering of each element added to the list.
3070 3070
3071+++ 3071+++
3072*** New function `copy-tree' makes a copy of a tree. 3072*** New function `copy-tree' makes a copy of a tree.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 01a5ef706ee..5e1bef77195 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
4
12005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 52005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 6
3 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble 7 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
@@ -86,7 +90,7 @@
86 (idlwave-shell-disabled-breakpoint-face) 90 (idlwave-shell-disabled-breakpoint-face)
87 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces. 91 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
88 92
89 * progmodes/flymake.el (flymake-errline, flymake-warnline): 93 * progmodes/flymake.el (flymake-errline, flymake-warnline):
90 Remove "-face" suffix from face names. 94 Remove "-face" suffix from face names.
91 (flymake-errline-face, flymake-warnline-face): 95 (flymake-errline-face, flymake-warnline-face):
92 New backward-compatibility aliases for renamed faces. 96 New backward-compatibility aliases for renamed faces.
@@ -108,8 +112,7 @@
108 112
109 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax) 113 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
110 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) 114 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
111 (antlr-literal): Remove "-face" suffix and "font-lock-" from face 115 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
112 names.
113 (antlr-font-lock-default-face, antlr-font-lock-keyword-face) 116 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
114 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) 117 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
115 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face) 118 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
@@ -132,20 +135,20 @@
132 135
133 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl): 136 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
134 Eliminate "-face" suffix. 137 Eliminate "-face" suffix.
135 (makefile-targets): Inherit font-lock-variable-name-face and 138 (makefile-targets): Inherit from font-lock-function-name-face and
136 eliminate "-face" suffix. 139 eliminate "-face" suffix.
137 (makefile-shell): Remove attributes and eliminate "-face" suffix. 140 (makefile-shell): Remove attributes and eliminate "-face" suffix.
138 (makefile-*-font-lock-keywords): Append makefile-targets in rule 141 (makefile-*-font-lock-keywords): Append makefile-targets in rule
139 actions, instead of prepending, to make it less visible. 142 actions, instead of prepending, to make it less visible.
140 (makefile-previous-dependency, makefile-match-dependency): Don't 143 (makefile-previous-dependency, makefile-match-dependency):
141 match a target on a continuation line. 144 Don't match a target on a continuation line.
142 145
143 * files.el (auto-mode-alist): Put Makefile in gmake mode. 146 * files.el (auto-mode-alist): Put Makefile in gmake mode.
144 147
1452005-06-15 Nick Roberts <nickrob@snap.net.nz> 1482005-06-15 Nick Roberts <nickrob@snap.net.nz>
146 149
147 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect 150 * progmodes/gdb-ui.el (gdb-tooltip-print):
148 tooltip-use-echo-area. 151 Respect tooltip-use-echo-area.
149 (menu): Re-order menu items. 152 (menu): Re-order menu items.
150 153
151 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. 154 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
@@ -194,8 +197,8 @@
194 * emacs-lisp/byte-run.el (make-obsolete) 197 * emacs-lisp/byte-run.el (make-obsolete)
195 (define-obsolete-function-alias): Rename arguments FUNCTION and 198 (define-obsolete-function-alias): Rename arguments FUNCTION and
196 NEW to OBSOLETE-NAME and CURRENT-NAME respectively. 199 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
197 (make-obsolete-variable, define-obsolete-variable-alias): Rename 200 (make-obsolete-variable, define-obsolete-variable-alias):
198 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME 201 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
199 respectively. 202 respectively.
200 203
201 * isearchb.el (isearchb-activate): 204 * isearchb.el (isearchb-activate):