comparison lisp/ChangeLog @ 50332:90e7d2037d2a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 28 Mar 2003 17:49:49 +0000
parents e5ff1f539de2
children 0d468249dd37
comparison
equal deleted inserted replaced
50331:5742fd7a94a7 50332:90e7d2037d2a
1 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
2
3 * term/mac-win.el (iconify-or-deiconify-frame): Define for
4 compatibility with packages that use it.
5
6 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
7
8 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer): Fix
9 docstring.
10 (checkdoc-interactive, checkdoc-message-interactive): Make them
11 perform spell checking when appropriate.
12 (checkdoc-interactive-loop): Fix docstring and a few typos.
13 (checkdoc-interactive-ispell-loop)
14 (checkdoc-message-interactive-ispell-loop): New functions.
15 (checkdoc-next-error): Fix docstring.
16 (checkdoc-this-string-valid-engine): Fix typo.
17 (checkdoc-ispell-docstring-engine): Do test for
18 checkdoc-autofix-flag = nil.
19
1 2003-03-28 Jonathan Yavner <jyavner@engineer.com> 20 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
2 21
3 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy 22 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
4 top-level macros that put functions as properties. 23 top-level macros that put functions as properties.
5 (testcover-mark): No error for functions that just return a constant. 24 (testcover-mark): No error for functions that just return a constant.
7 2003-03-27 Andreas Schwab <schwab@suse.de> 26 2003-03-27 Andreas Schwab <schwab@suse.de>
8 27
9 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts 28 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
10 is marked as edited. 29 is marked as edited.
11 30
12 2003-03-26 Kenichi Handa <handa@etlken2> 31 2003-03-26 Kenichi Handa <handa@m17n.org>
13 32
14 * files.el (recode-file-name): New function. 33 * files.el (recode-file-name): New function.
15 34
16 * international/characters.el: Setup categories for Indian characters. 35 * international/characters.el: Setup categories for Indian characters.
17 36
83 accordingly. 102 accordingly.
84 (ido-define-mode-map): Bind C-l for both file and dir modes. 103 (ido-define-mode-map): Bind C-l for both file and dir modes.
85 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): 104 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
86 Let-bind enable-recursive-minibuffers to t around read-string. 105 Let-bind enable-recursive-minibuffers to t around read-string.
87 106
88 2003-03-22 Kenichi Handa <handa@etlken2> 107 2003-03-22 Kenichi Handa <handa@m17n.org>
89 108
90 * international/fontset.el (setup-default-fontset): 109 * international/fontset.el (setup-default-fontset):
91 Use indian-font-char-range for specifying ranges of indian-glyph 110 Use indian-font-char-range for specifying ranges of indian-glyph
92 chars. Setup for AKRUTI fonts. 111 chars. Setup for AKRUTI fonts.
93 112