Mercurial > emacs
changeset 66072:180142820757
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 Oct 2005 22:17:58 +0000 |
parents | 5638269a5e62 |
children | 17431e3efe9d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jan.h.d@swipnet.se> * 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 <joachim.nilsson@vmlinux.org>. * toolbar/README: Add diropen.xpm. 2005-10-13 Bill Wohler <wohler@newt.com> - * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE - restrictions. Suggested by David Robinow <drobinow@gmail.com>. + * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE + restrictions. Suggested by David Robinow <drobinow@gmail.com>. + +2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/mixal-mode.el (mixal-operation-codes-alist): + Don't waste the byte-compiler's time on constant data. 2005-10-13 Kenichi Handa <handa@m17n.org> * 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 <wohler@newt.com> @@ -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 <teirllm@auburn.edu> @@ -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.