# HG changeset patch # User Stefan Monnier # Date 1129241878 0 # Node ID 1801428207576872bfef4327b75d249d8b0d256a # Parent 5638269a5e62a1cb271c83f476f839f48cd4add6 *** empty log message *** diff -r 5638269a5e62 -r 180142820757 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 13 22:14:04 2005 +0000 +++ b/lisp/ChangeLog Thu Oct 13 22:17:58 2005 +0000 @@ -1,24 +1,29 @@ 2005-10-13 Jan Dj,Ad(Brv * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from - Gnome file-manager.png as suggested by + Gnome file-manager.png. Suggested by Joachim Nilsson . * toolbar/README: Add diropen.xpm. 2005-10-13 Bill Wohler - * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE - restrictions. Suggested by David Robinow . + * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE + restrictions. Suggested by David Robinow . + +2005-10-13 Stefan Monnier + + * progmodes/mixal-mode.el (mixal-operation-codes-alist): + Don't waste the byte-compiler's time on constant data. 2005-10-13 Kenichi Handa * international/utf-8.el (utf-8-compose): Display an invalid UTF-8 byte with `escape-glyph' face. - * international/fontset.el (ccl-encode-unicode-font): Lookup - utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. Handle - the case that ucs-mule-to-mule-unicode translates a character to + * international/fontset.el (ccl-encode-unicode-font): + Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. + Handle the case that ucs-mule-to-mule-unicode translates a character to ASCII (usually for IPA characters). 2005-10-12 Bill Wohler @@ -6007,8 +6012,8 @@ * log-view.el (log-view-file, log-view-message): Remove "-face" suffix from face names. - (log-view-file-face, log-view-message-face): New - backward-compatibility aliases for renamed faces. + (log-view-file-face, log-view-message-face): + New backward-compatibility aliases for renamed faces. (log-view-file-face, log-view-message-face): Use renamed log-view faces. @@ -6028,8 +6033,8 @@ (ruler-mode-margins-face, ruler-mode-fringes-face) (ruler-mode-column-number-face, ruler-mode-fill-column-face) (ruler-mode-comment-column-face, ruler-mode-goal-column-face) - (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New - backward-compatibility aliases for renamed faces. + (ruler-mode-tab-stop-face, ruler-mode-current-column-face): + New backward-compatibility aliases for renamed faces. (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes) (ruler-mode-column-number, ruler-mode-fill-column) (ruler-mode-comment-column, ruler-mode-goal-column) @@ -6152,8 +6157,7 @@ * comint.el (comint-check-proc, make-comint-in-buffer) (comint-source-default): Doc fixes. - * term.el (term-send-string): Improve argument/docstring - consistency. + * term.el (term-send-string): Improve argument/docstring consistency. 2005-06-09 Luc Teirlinck @@ -6270,12 +6274,11 @@ XEmacs code. (flyspell-word): Minor simplification. (flyspell-math-tex-command-p): Quieten the byte-compiler. - (flyspell-external-point-words): Remove unused vars `size' and - `start'. - (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge - the corresponding Emacs code. - (flyspell-correct-word, flyspell-xemacs-popup): Use - flyspell-do-correct. + (flyspell-external-point-words): Remove unused vars `size' and `start'. + (flyspell-do-correct): Rename from flyspell-xemacs-correct. + Merge the corresponding Emacs code. + (flyspell-correct-word, flyspell-xemacs-popup): + Use flyspell-do-correct. * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in a dedicated window. @@ -6314,8 +6317,7 @@ Add a completion-base-size-function property. * simple.el (completion-setup-function): Look for - completion-base-size-function property of - minibuffer-completion-table. + completion-base-size-function property of minibuffer-completion-table. * files.el (locate-file-completion): Doc fix.