Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10f401d2
Commit
10f401d2
authored
Jun 15, 2005
by
Stefan Monnier
Browse files
*** empty log message ***
parent
219fd6cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
11 deletions
+14
-11
etc/NEWS
etc/NEWS
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+13
-10
No files found.
etc/NEWS
View file @
10f401d2
...
...
@@ -3066,7 +3066,7 @@ Emacs 21.1, but was not documented then.
+++
*** New function `add-to-ordered-list' is like `add-to-list' but
associates a numeric ordering of each
symbol
element added to the list.
associates a numeric ordering of each element added to the list.
+++
*** New function `copy-tree' makes a copy of a tree.
...
...
lisp/ChangeLog
View file @
10f401d2
2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
...
...
@@ -86,7 +90,7 @@
(idlwave-shell-disabled-breakpoint-face)
(idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
* progmodes/flymake.el (flymake-errline, flymake-warnline):
* progmodes/flymake.el (flymake-errline, flymake-warnline):
Remove "-face" suffix from face names.
(flymake-errline-face, flymake-warnline-face):
New backward-compatibility aliases for renamed faces.
...
...
@@ -108,8 +112,7 @@
* progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
(antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
(antlr-literal): Remove "-face" suffix and "font-lock-" from face
names.
(antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
(antlr-font-lock-default-face, antlr-font-lock-keyword-face)
(antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
(antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
...
...
@@ -132,20 +135,20 @@
* progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
Eliminate "-face" suffix.
(makefile-targets): Inherit font-lock-
variable
-name-face and
(makefile-targets): Inherit
from
font-lock-
function
-name-face and
eliminate "-face" suffix.
(makefile-shell): Remove attributes and eliminate "-face" suffix.
(makefile-*-font-lock-keywords): Append makefile-targets in rule
actions, instead of prepending, to make it less visible.
(makefile-previous-dependency, makefile-match-dependency):
Don't
match a target on a continuation line.
(makefile-previous-dependency, makefile-match-dependency):
Don't
match a target on a continuation line.
* files.el (auto-mode-alist): Put Makefile in gmake mode.
2005-06-15 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-tooltip-print):
Respect
tooltip-use-echo-area.
* progmodes/gdb-ui.el (gdb-tooltip-print):
Respect
tooltip-use-echo-area.
(menu): Re-order menu items.
* progmodes/gud.el (tooltip-use-echo-area): Remove alias.
...
...
@@ -194,8 +197,8 @@
* emacs-lisp/byte-run.el (make-obsolete)
(define-obsolete-function-alias): Rename arguments FUNCTION and
NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
(make-obsolete-variable, define-obsolete-variable-alias):
Rename
arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
(make-obsolete-variable, define-obsolete-variable-alias):
Rename
arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
respectively.
* isearchb.el (isearchb-activate):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment