emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 22 Aug 2005 15:56:00 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8091 emacs/lisp/ChangeLog:1.8092
*** emacs/lisp/ChangeLog:1.8091 Mon Aug 22 14:38:51 2005
--- emacs/lisp/ChangeLog        Mon Aug 22 19:55:57 2005
***************
*** 1,3 ****
--- 1,24 ----
+ 2005-08-22  Juri Linkov  <address@hidden>
+ 
+       * faces.el (set-face-underline): Delete this duplicate function
+       and make an obsolete alias to set-face-underline-p.
+       (set-face-underline-p): Use docstring of set-face-underline.
+       (describe-face): Create hyperlink to parent face.
+ 
+       * info.el (Info-insert-dir): Use save-excursion around
+       insert-buffer-substring.
+       (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
+       (Info-escape-percent): Delete function.
+       (Info-fontify-node): Replace Info-escape-percent by
+       replace-regexp-in-string with REP arg set to lambda that
+       duplicates `%' and preserves text properties.
+ 
+       * progmodes/compile.el (compilation-disable-input): Doc fix.
+       (define-compilation-mode): Doc fix and refill.
+       (kill-compilation): Use `mode-name' in the error message.
+       (compilation-find-file): Use `compilation-error' in the
+       read-file-name's prompt.
+ 
  2005-08-22  Stefan Monnier  <address@hidden>
  
        * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]