Skip to content

Commit

Permalink
2008-02-04 Magnus Henoch <mange@freemail.hu>
Browse files Browse the repository at this point in the history
	* lisp/Makefile.in (EXTRAS): Remove w3-sysdp.el.
	(W3_SOURCES): Add w3-compat.el.
  • Loading branch information
Magnus Henoch committed Feb 4, 2008
1 parent fa8480f commit 1051911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-02-04 Magnus Henoch <mange@freemail.hu>

* lisp/Makefile.in (EXTRAS): Remove w3-sysdp.el.
(W3_SOURCES): Add w3-compat.el.

2007-12-09 Magnus Henoch <mange@freemail.hu>

* lisp/w3-compat.el (w3-url-file-nondirectory): Fix thinko: alias
Expand Down Expand Up @@ -439,7 +444,7 @@
2001-05-31 Dave Love <fx@gnu.org>

* lisp/w3-menu.el (w3-menu-file-menu): Fix
"---:shadowDoubleEtchedIn". From Pavel Jan�k.
"---:shadowDoubleEtchedIn". From Pavel Janík.

* lisp/w3-parse.el (decode-char): Define with older Mule-UCS.
(w3-expand-entity-at-point-maybe): Sanitize regexp for numeric
Expand Down Expand Up @@ -489,7 +494,7 @@
to work around a byte-optimizer bug in Emacs 21 that caused this
module to fail to byte-compile.

2001-05-24 Pavel Jan�k <Pavel@janik.cz>
2001-05-24 Pavel Janík <Pavel@janik.cz>

* lisp/w3-display.el (w3-resurrect-hyperlinks): Look for next
single property change from `st' instead of `nd' to avoid
Expand Down
3 changes: 2 additions & 1 deletion lisp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ W3_SOURCES = \
css.el \
url-hotlist.el \
w3-cfg.el \
w3-compat.el \
w3-cus.el \
w3-dired.el \
w3-display.el \
Expand Down Expand Up @@ -68,7 +69,7 @@ ALLSOURCES = $(W3_SOURCES) $(UTIL_SOURCES) $(AUTO_SOURCES)
ALLOBJECTS = $(W3_OBJECTS) $(UTIL_OBJECTS) $(AUTO_OBJECTS)

# Warning! Currently, the following file can _NOT_ be bytecompiled.
EXTRAS = w3-sysdp.el docomp.el
EXTRAS = docomp.el

.SUFFIXES: .elc .el

Expand Down

0 comments on commit 1051911

Please sign in to comment.