Mercurial > emacs
annotate lispref/ChangeLog @ 39107:e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_to_x_fontname): Return name with
jisx0201.1976-0 encoding if a script code of -smJapanese is specified.
(x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
encoding.
(init_font_name_table): Use a script code of -smJapanese instead
of smRoman for the second entry of a Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code if its encoding is jisx0201.1976-0.
| author | Andrew Choi <akochoi@shaw.ca> |
|---|---|
| date | Tue, 04 Sep 2001 06:49:24 +0000 |
| parents | fe47985d622a |
| children | e85fba38dc18 |
| rev | line source |
|---|---|
| 39030 | 1 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | |
| 39034 | 3 * display.texi (Conditional Display): Adjust to API change. |
| 4 | |
| 39030 | 5 * configure: New file. |
| 6 | |
| 38604 | 7 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
| 8 | |
| 9 * commands.texi (Repeat Events): Add description of | |
| 10 double-click-fuzz. | |
| 11 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
12 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
13 |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
14 * syntax.texi (Syntax Class Table): Add the missing designator for |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
15 comment and string fences. |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
16 (Syntax Properties): Add a xref to syntax table internals. |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
17 (Syntax Table Internals): Document string-to-syntax. |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
18 |
| 37606 | 19 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
| 20 | |
| 21 * Makefile.in (install): Use install-info command line options | |
| 22 like in Emacs' Makefile.in. | |
| 23 | |
| 34391 | 24 2000-12-09 Miles Bader <miles@gnu.org> |
| 25 | |
| 26 * windows.texi (Window Start): Update documentation for | |
| 27 `pos-visible-in-window-p'. | |
| 28 | |
|
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
29 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
|
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
30 |
|
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
31 * lists.texi (Building Lists): Add footnote to explain how to add |
|
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
32 to the end of a list. |
|
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
33 |
| 32860 | 34 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
| 35 | |
| 36 * files.texi (Visiting Functions): Typos. | |
| 37 | |
| 32841 | 38 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
| 39 | |
| 40 * files.texi (Visiting Functions): Return value of | |
| 41 find-file-noselect may be a list of buffers if wildcards are used. | |
| 42 | |
| 32803 | 43 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
| 44 | |
| 45 * display.texi (Defining Faces): Document `graphic' display type | |
| 46 in face specs. | |
| 47 | |
|
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
48 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
|
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
49 |
| 37606 | 50 * hooks.texi (Standard Hooks): Replace obsolete |
|
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
51 `after-make-frame-hook' with `after-make-frame-functions'. |
|
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
52 |
| 37606 | 53 * frames.texi (Creating Frames): Ditto. |
|
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
54 |
| 37606 | 55 * variables.texi (Future Local Variables): Ditto. |
|
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Gro?johann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
56 |
| 32556 | 57 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 58 | |
| 59 * display.texi (Other Image Types): Add description of :foreground | |
| 60 and :background properties of mono PBM images. | |
| 61 | |
| 30904 | 62 2000-08-17 Werner LEMBERG <wl@gnu.org> |
| 63 | |
| 64 * .cvsignore: New file. | |
| 65 | |
| 27188 | 66 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
| 67 | |
| 68 * tindex.pl: New script. | |
| 69 | |
| 26695 | 70 1999-12-03 Dave Love <fx@gnu.org> |
| 71 | |
| 72 * Makefile.in (MAKEINFO): New parameter. | |
| 73 | |
| 26693 | 74 1999-09-17 Richard Stallman <rms@gnu.org> |
| 75 | |
| 76 * Makefile.in (srcs): Add hash.texi. | |
| 77 (VERSION): Update to 20.6. | |
| 78 | |
| 79 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 80 | |
| 81 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
| 82 | |
| 83 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
| 84 | |
| 85 * configure.in: New file. | |
| 86 * Makefile.in: Renamed from Makefile. | |
| 87 (prefix, infodir): Use value obtained from configure. | |
| 88 (emacslibdir): Obsolete variable deleted. | |
| 89 (dist): Distribute configure.in, configure, Makefile.in. | |
| 90 | |
| 91 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 92 | |
| 93 * Makefile (INSTALL_INFO): New variable. | |
| 94 (install): Run install-info. | |
| 95 | |
| 96 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 97 | |
| 98 * Makefile (elisp.dvi): Add missing backslash. | |
| 99 | |
| 100 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
| 101 | |
| 102 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
| 103 Run texindex without `./'. Always run texindex on elisp.tp. | |
| 104 (elisp.tps): Target deleted. | |
| 105 | |
| 106 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
| 107 | |
| 108 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
| 109 (dist): Start by deleting `temp'. | |
| 110 | |
| 111 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
| 112 | |
| 113 * Makefile (makeinfo, texindex): Targets deleted. | |
| 114 (makeinfo.o, texindex.o): Targets deleted. | |
| 115 (clean, dist): Don't do anything with them or with getopt*. | |
| 116 | |
| 117 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
| 118 | |
| 119 * Makefile (SHELL): Defined. | |
| 120 | |
| 121 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
| 122 | |
| 123 * Makefile (elisp.tps): New target. | |
| 124 (elisp.dvi): Depend on elisp.tps. | |
| 125 | |
| 126 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 127 | |
| 128 * README: Update phone number. | |
| 129 | |
| 130 * Makefile (elisp): Make this be the default target. | |
| 131 Depend on makeinfo.c instead of makeinfo. | |
| 132 (install): Don't depend on elisp.dvi, since we don't install that. | |
| 133 Use mkinstalldirs. | |
| 134 (dist): Add mkinstalldirs. | |
| 135 | |
| 136 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 137 | |
| 138 * Makefile (VERSION): Update version number. | |
| 139 (maintainer-clean): Renamed from realclean. | |
| 140 | |
| 141 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
| 142 | |
| 143 * Makefile (realclean): New target. | |
| 144 (elisp): Remove any old elisp-* files first. | |
| 145 | |
| 146 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
| 147 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
148 * Makefile (VERSION): New variable. |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
149 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
|
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
150 Compressed file suffix should be `.gz', not `.z'. |
| 26693 | 151 |
| 152 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 153 | |
| 154 * Makefile (elisp): Depend on makeinfo. | |
| 155 | |
| 156 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
| 157 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
158 * Makefile (srcs): Add anti.texi. |
| 26693 | 159 |
| 160 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 161 | |
| 162 * Makefile (infodir, prefix): New vars. | |
| 163 (install): Use infodir. | |
| 164 (emacsinfodir): Deleted. | |
| 165 | |
| 166 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 167 | |
| 168 * Makefile (srcs): Add calendar.texi. | |
| 169 | |
| 170 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
| 171 Limit elisp-* files to those with one or two digits. | |
| 172 | |
| 173 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 174 | |
| 175 * Makefile (dist): Changed to use Gzip instead of compress. | |
| 176 | |
| 177 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
| 178 | |
| 179 * loading.texi (Unloading): define-function changed back to | |
| 180 defalias. It may not stay this way, but at least it's | |
| 181 consistent with the known-good version of the code patch. | |
| 182 | |
| 183 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
| 184 | |
| 185 * modes.texi (Hooks): Document new optional arg of add-hook. | |
| 186 | |
| 187 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
| 188 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
189 * variables.texi: Document nil initial value of buffer-local variables. |
| 26693 | 190 |
| 191 * tips.texi: Add new section on standard library headers. | |
| 192 | |
| 193 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 194 | |
| 195 * Makefile (srcs): Add frame.texi to the list of sources. | |
| 196 | |
| 197 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 198 | |
| 199 * Makefile (dist): Don't bother excluding autosave files; they'll | |
| 200 never make it into the temp directory anyway, and the hash marks | |
| 201 in the name are problematic for make and the Bourne shell. | |
| 202 (srcs): | |
| 203 | |
| 204 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 205 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
206 * Makefile (dist): Don't include backup files or autosave files in |
| 26693 | 207 the distribution tar file. |
| 208 | |
| 209 Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) | |
| 210 | |
| 211 * Makefile (srcs): Added index.perm. | |
| 212 (elisp.dvi): Remove erroneous shell comment. | |
| 213 Expect output of permute-index in permuted.fns. | |
| 214 Save old elisp.aux in elisp.oaux. | |
| 215 (clean): Added index.texi to be deleted. | |
| 216 | |
| 217 Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
| 218 | |
| 219 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
| 220 | |
| 221 Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech) | |
| 222 | |
| 223 * files.texi: Noted that completion-ignored-extensions is ignored | |
| 224 when making *Completions*. | |
| 225 | |
| 226 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
| 227 | |
| 228 * Makefile make dist now depends on elisp.dvi, since it tries | |
| 229 to include it in the dist file. | |
| 230 | |
| 231 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu) | |
| 232 | |
| 233 * functions.texinfo (Mapping Functions): Add missing quote | |
| 234 | |
| 235 Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
| 236 | |
| 237 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
| 238 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
| 239 | |
| 240 Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
| 241 | |
| 242 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
| 243 and @error{} are the terms now being used. The files in the | |
| 244 directory have been changed to reflect this. | |
| 245 | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
246 * All instances of @indentedresultt{} have been changed to |
| 26693 | 247 ` @result{}', using 5 spaces at the begining of the line. |
| 248 | |
| 249 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
| 250 | |
| 251 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
| 252 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
| 253 the texinfo.tex in this directory. These TeX macros are not | |
| 254 stable yet. | |
| 255 | |
| 256 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
| 257 | |
| 258 * texinfo.tex: temporarily added | |
|
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
259 \let\result=\dblarrow |
| 26693 | 260 \def\error{{\it ERROR} \longdblarrow} |
| 261 We need to do this better soon. | |
| 262 | |
| 263 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu) | |
| 264 | |
| 265 * Applied Karl Berry's patches to *.texinfo files, but not to | |
| 266 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
| 267 new title page format is also not applied, since it requires | |
| 268 texinfo.tex changes.) | |
| 269 | |
| 270 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
| 271 for the Project GNU development environment. | |
| 272 |
