aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-04-11 23:41:12 +0000
committerLute Kamstra <[email protected]>2005-04-11 23:41:12 +0000
commit4d88e0ade83e1b7e6e7df2ab70c50210a4e6983c (patch)
treea602dfd61e9fad03d2ff3fceb17ffd3520194f21 /lisp
parent60c19d5ef80f707669a7dc2d4e4b07f1956e338d (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf3e2292dd..998f115b97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-12 Lute Kamstra <[email protected]>
+
+ * generic-x.el (rc-generic-mode, rul-generic-mode): Fix
+ auto-mode-alist entries.
+ (etc-fstab-generic-mode): Tweak fontification.
+
+ * generic.el (generic-make-keywords-list): Fix docstring.
+ (generic-mode-internal): Simplify generic-font-lock-keywords.
+
2005-04-11 Rajesh Vaidheeswarran <[email protected]>
* whitespace.el (whitespace-version): Bump to 3.5
@@ -41,10 +50,10 @@
(x-dnd-types-alist, x-dnd-insert-utf8-text)
(x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
to dnd-insert-text.
- (x-dnd-protocol-alist, x-dnd-open-file-other-window,
- x-dnd-handle-one-url, x-dnd-get-local-file-uri,
- x-dnd-get-local-file-name, x-dnd-open-local-file,
- x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
+ (x-dnd-protocol-alist, x-dnd-open-file-other-window)
+ (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
+ (x-dnd-get-local-file-name, x-dnd-open-local-file)
+ (x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
* dnd.el (dnd-protocol-alist): New file with generic DND functions.