Cygwin support patch.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c60ee5e7
JB
12003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2
3 * os.texi (System Environment): Added cygwin system-type.
4
84e47416
RS
52003-01-25 Richard M. Stallman <rms@gnu.org>
6
7 * keymaps.texi: Document that a symbol can act as a keymap.
8
3e8cf2ea
RS
92003-01-13 Richard M. Stallman <rms@gnu.org>
10
11 * text.texi (Changing Properties): Say string indices are origin-0.
12
13 * positions.texi (Screen Lines) <compute-motion>:
14 Correct order of elts in return value.
15
16 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
17 how to define a default binding.
18
7abb9fc5 192002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 20
104bc3aa 21 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 22
104bc3aa
MR
23 * customize.texi (Simple Types): Clarify description of custom
24 type 'number. Describe new custom type 'float.
177f790c 25
7abb9fc5 262002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
27
28 * variables.texi (File Local Variables): Fix typo.
29
df140a68 302002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 31
df140a68
KG
32 From Michael Albinus <Michael.Albinus@alcatel.de>.
33
34 * README: Target for Info file is `make info'.
35
36 * files.texi (File Name Components): Fixed typos in
37 `file-name-sans-extension'.
38 (Magic File Names): Complete list of operations for magic file
39 name handlers.
40
7ed9159a
JY
412002-09-16 Jonathan Yavner <jyavner@engineer.com>
42
43 * variables.texi (File Local Variables): New function
44 risky-local-variable-p.
45
462002-09-15 Jonathan Yavner <jyavner@engineer.com>
47
48 * functions.texi (Function safety): New node about unsafep.
49
241f79af
PA
502002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
51
52 * customize.texi (Splicing into Lists): Fixed example.
53 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
54
72459b15
JB
552002-06-17 Juanma Barranquero <lektu@terra.es>
56
57 * frames.texi (Display Feature Testing): Fix typo.
58
61f7e0f5
AS
592002-06-12 Andreas Schwab <schwab@suse.de>
60
61 * frames.texi (Initial Parameters, Resources): Fix references to
62 the Emacs manual.
63
4e792dbd
KS
642002-05-13 Kim F. Storm <storm@cua.dk>
65
66 * variables.texi (Intro to Buffer-Local): Updated warning and
67 example relating to changing buffer inside let.
68
940344d4 692002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
70
71 * os.texi (Session Management): New node about X Session management.
72
231ac53b
EZ
732002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
74
75 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
76 to which the manual corresponds, and the copyright years.
77
78 * Makefile.in (VERSION): Set to 2.9.
79
140cc574
EZ
802001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * elisp.texi: Change the category in @dircategory to "Emacs", to
83 make it consistent with info/dir.
84
9c7fce05
MB
852001-11-25 Miles Bader <miles@gnu.org>
86
87 * text.texi (Fields): Describe new `limit' arg in
88 field-beginning/field-end.
89
9f8bbf0f
EZ
902001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
91
a5e6715c
EZ
92 * permute-index: Don't depend on csh-specific features. Replace
93 the interpreter name with /bin/sh.
94
9f8bbf0f
EZ
95 * two-volume-cross-refs.txt: New file.
96 * two.el: New file.
97 * spellfile: New file.
98
1756e2fb
EZ
992001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * permute-index: New file.
102
103 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
104 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
105 8+3 restricted namespace.
ad050e54
EZ
106
107 * Makefile.in (infodir): Define relative to $(srcdir).
108 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
109 include directories list via -I switch to makeinfo.
110 (index.texi): Use cp if both hard and symbolic links fail.
111
10fa7f8e
EZ
1122001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
113
7a1494ce
EZ
114 * Makefile.in (distclean): Add.
115
10fa7f8e
EZ
116 The following changes make ELisp manual part of the Emacs
117 distribution:
118
119 * Makefile.in: Add Copyright notice.
120 (prefix): Remove.
121 (infodir): Change value to "../info".
122 (VPATH): New variable.
123 (MAKE): Don't define.
124 (texmacrodir): Don't define.
125 (texinputdir): Append the existing value of TEXINPUTS.
126 ($(infodir)/elisp): Instead of just "elisp". Reformat the
127 command to be compatible with man/Makefile.in, and to put the
128 output into ../info.
5c32b7c5 129 (info): Add target.
10fa7f8e
EZ
130 (installall): Target removed.
131
ad050e54 1322001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
133
134 * tips.texi (Coding Conventions): Fix typo.
135
6fd735df
GM
1362001-10-23 Gerd Moellmann <gerd@gnu.org>
137
138 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
139
b704d54b
EZ
1402001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * files.texi (File Name Components): Update the description of
143 file-name-sans-extension and file-name-extension, as they now
144 ignore leading dots.
145
71431a0e
GM
1462001-10-20 Gerd Moellmann <gerd@gnu.org>
147
6aa97356 148 * (Version 21.1 released.)
71431a0e 149
79f1f96c
MB
1502001-10-19 Miles Bader <miles@gnu.org>
151
152 * positions.texi (Text Lines): Describe behavior of
153 `beginning-of-line'/`end-of-line' in the presence of field properties.
154
892a8f36
GM
1552001-10-17 Gerd Moellmann <gerd@gnu.org>
156
157 * Makefile.in (VERSION): Set to 2.8.
158 (manual): Use `manual-21'.
159
8c1cc9e8 160 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
161 number was used. Set it to 2.8.
162
163 * intro.texi: Likewise.
164
51724e26
EZ
1652001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * files.texi (File Name Completion): Document the significance of
168 a trailing slash in elements of completion-ignored-extensions.
169
57b338e8
MB
1702001-10-06 Miles Bader <miles@gnu.org>
171
172 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
173
c89e4bc5
GM
1742001-10-04 Gerd Moellmann <gerd@gnu.org>
175
176 * variables.texi (Variable Aliases): New node.
177
ab952a4f
GM
1782001-10-04 Gerd Moellmann <gerd@gnu.org>
179
180 * Branch for 21.1.
dff28924 181
9db3a582
MB
1822001-10-02 Miles Bader <miles@gnu.org>
183
ae1a9581
MB
184 * minibuf.texi (Minibuffer Misc): Add entries for
185 `minibuffer-contents', `minibuffer-contents-no-properties', and
186 `delete-minibuffer-contents'.
187 Correct description for `minibuffer-prompt-end'.
188
9db3a582
MB
189 * text.texi (Property Search): Correct descriptions of
190 `next-char-property-change' and `previous-char-property-change'.
191 Add entries for `next-single-char-property-change' and
192 `previous-single-char-property-change'.
193 Make operand names a bit more consistent.
194
03be5931
EZ
1952001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * frames.texi (Finding All Frames): Document that next-frame and
198 previous-frame are local to current terminal.
199
974548ec
EZ
2002001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
201
202 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 203 result of make-keymap.
974548ec 204
8d82c597
EZ
2052001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
206
207 * display.texi (Font Lookup, Attribute Functions)
208 (Image Descriptors): Add cross-references to the definition of
209 selected frame.
210
211 * buffers.texi (The Buffer List): Add cross-references to the
212 definition of selected frame.
213
214 * frames.texi (Input Focus): Clarify which frame is _the_ selected
215 frame at any given time.
216 (Multiple Displays, Size and Position): Add a cross-reference to
217 the definition of the selected frame.
218
2842de30
EZ
2192001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * strings.texi (String Conversion) <string-to-number>: Document
222 that a float is returned for integers that are too large.
223
224 * frames.texi (Mouse Position): Document mouse-position-function.
225 (Display Feature Testing): Document display-images-p.
226 (Window Frame Parameters): Document the cursor-type variable.
227
228 * numbers.texi (Integer Basics): Document CL style read syntax for
229 integers in bases other than 10.
230
231 * positions.texi (List Motion): Document
232 open-paren-in-column-0-is-defun-start.
233
234 * lists.texi (Sets And Lists): Document member-ignore-case.
235
236 * internals.texi (Garbage Collection): Document the used and free
237 strings report.
238 (Memory Usage): Document strings-consed.
239
240 * os.texi (Time of Day): Document float-time.
241 (Recording Input): Document that clear-this-command-keys clears
242 the vector to be returned by recent-keys.
243
244 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
245 argument keymap can be a list.
246
247 * nonascii.texi (User-Chosen Coding Systems)
248 <select-safe-coding-system>: Document the new argument
249 accept-default-p and the variable
250 select-safe-coding-system-accept-default-p. Tell what happens if
251 buffer-file-coding-system is undecided.
252 (Default Coding Systems): Document auto-coding-regexp-alist.
253
254 * display.texi (The Echo Area) <message>: Document
255 message-truncate-lines.
256 (Glyphs): Document that the glyph table is unused on windowed
257 displays.
258
259 * help.texi (Describing Characters) <single-key-description>:
260 Document the new argument no-angles.
261 (Accessing Documentation) <documentation-property>: Document that
262 a non-string property is evaluated.
263 <documentation>: Document that the function-documentation property
264 is looked for.
265
266 * windows.texi (Selecting Windows): Document some-window.
267
268 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
269
270 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
271 apropos-mode-hook.
272
273 * commands.texi (Using Interactive): Document interactive-form.
274 (Keyboard Macros): Document kbd-macro-termination-hook.
275 (Command Loop Info): Document that clear-this-command-keys clears
276 the vector to be returned by recent-keys.
277
2d43d823
GM
2782001-09-04 Werner LEMBERG <wl@gnu.org>
279
280 * Makefile.in (srcdir, texinputdir): New variables.
281 (srcs, index.texi, install): Use $(srcdir).
282 (.PHONY): Remove elisp.dvi.
283 (elisp): Use -I switch for makeinfo.
284 (elisp.dvi): Use $(srcdir) and $(texinputdir).
285 (installall, dist): Use $(srcdir).
286 Fix path to texinfo.tex.
287 (maintainer-clean): Add elisp.dvi and elisp.oaux.
288
fa739b31
GM
2892001-08-30 Gerd Moellmann <gerd@gnu.org>
290
92a25631
GM
291 * display.texi (Conditional Display): Adjust to API change.
292
fa739b31
GM
293 * configure: New file.
294
cef68af5
GM
2952001-07-30 Gerd Moellmann <gerd@gnu.org>
296
297 * commands.texi (Repeat Events): Add description of
298 double-click-fuzz.
299
d1f08d85
SM
3002001-05-08 Stefan Monnier <monnier@cs.yale.edu>
301
302 * syntax.texi (Syntax Class Table): Add the missing designator for
303 comment and string fences.
304 (Syntax Properties): Add a xref to syntax table internals.
305 (Syntax Table Internals): Document string-to-syntax.
306
1e9fc92e
GM
3072001-05-07 Gerd Moellmann <gerd@gnu.org>
308
309 * Makefile.in (install): Use install-info command line options
310 like in Emacs' Makefile.in.
311
00480554
MB
3122000-12-09 Miles Bader <miles@gnu.org>
313
314 * windows.texi (Window Start): Update documentation for
315 `pos-visible-in-window-p'.
316
1e344ee2
SM
3172000-11-12 Stefan Monnier <monnier@cs.yale.edu>
318
319 * lists.texi (Building Lists): Add footnote to explain how to add
320 to the end of a list.
321
a540f6ed
GM
3222000-10-25 Gerd Moellmann <gerd@gnu.org>
323
324 * files.texi (Visiting Functions): Typos.
325
28bcdbee
KH
3262000-10-25 Kenichi Handa <handa@etl.go.jp>
327
328 * files.texi (Visiting Functions): Return value of
329 find-file-noselect may be a list of buffers if wildcards are used.
330
22d1a4ed
MB
3312000-10-24 Miles Bader <miles@lsi.nec.co.jp>
332
333 * display.texi (Defining Faces): Document `graphic' display type
334 in face specs.
335
916a89db
KG
3362000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
337
1e9fc92e 338 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
339 `after-make-frame-hook' with `after-make-frame-functions'.
340
1e9fc92e 341 * frames.texi (Creating Frames): Ditto.
916a89db 342
1e9fc92e 343 * variables.texi (Future Local Variables): Ditto.
916a89db 344
483de32b
GM
3452000-10-16 Gerd Moellmann <gerd@gnu.org>
346
347 * display.texi (Other Image Types): Add description of :foreground
348 and :background properties of mono PBM images.
349
e23a63a5
WL
3502000-08-17 Werner LEMBERG <wl@gnu.org>
351
352 * .cvsignore: New file.
353
dfc16043
GM
3542000-01-05 Gerd Moellmann <gerd@gnu.org>
355
356 * tindex.pl: New script.
357
602613fe
DL
3581999-12-03 Dave Love <fx@gnu.org>
359
360 * Makefile.in (MAKEINFO): New parameter.
361
94ec544d
DL
3621999-09-17 Richard Stallman <rms@gnu.org>
363
364 * Makefile.in (srcs): Add hash.texi.
365 (VERSION): Update to 20.6.
366
3671999-09-13 Richard Stallman <rms@gnu.org>
368
369 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
370
3711998-08-29 Karl Heuer <kwzh@gnu.org>
372
373 * configure.in: New file.
374 * Makefile.in: Renamed from Makefile.
375 (prefix, infodir): Use value obtained from configure.
376 (emacslibdir): Obsolete variable deleted.
377 (dist): Distribute configure.in, configure, Makefile.in.
378
3791998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
380
381 * Makefile (INSTALL_INFO): New variable.
382 (install): Run install-info.
383
3841998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
385
386 * Makefile (elisp.dvi): Add missing backslash.
387
3881998-05-02 Richard Stallman <rms@psilocin.gnu.org>
389
390 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
391 Run texindex without `./'. Always run texindex on elisp.tp.
392 (elisp.tps): Target deleted.
393
3941998-04-05 Richard Stallman <rms@psilocin.gnu.org>
395
396 * Makefile (srcs): Add nonascii.texi and customize.texi.
397 (dist): Start by deleting `temp'.
398
3991998-02-17 Richard Stallman <rms@psilocin.gnu.org>
400
401 * Makefile (makeinfo, texindex): Targets deleted.
402 (makeinfo.o, texindex.o): Targets deleted.
403 (clean, dist): Don't do anything with them or with getopt*.
404
4051998-01-30 Richard Stallman <rms@psilocin.gnu.org>
406
407 * Makefile (SHELL): Defined.
408
4091998-01-27 Richard Stallman <rms@psilocin.gnu.org>
410
411 * Makefile (elisp.tps): New target.
412 (elisp.dvi): Depend on elisp.tps.
413
414Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
415
416 * README: Update phone number.
417
418 * Makefile (elisp): Make this be the default target.
419 Depend on makeinfo.c instead of makeinfo.
420 (install): Don't depend on elisp.dvi, since we don't install that.
421 Use mkinstalldirs.
422 (dist): Add mkinstalldirs.
423
424Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
425
426 * Makefile (VERSION): Update version number.
427 (maintainer-clean): Renamed from realclean.
428
429Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
430
431 * Makefile (realclean): New target.
432 (elisp): Remove any old elisp-* files first.
433
434Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
435
d1f08d85
SM
436 * Makefile (VERSION): New variable.
437 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
438 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
439
440Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
441
442 * Makefile (elisp): Depend on makeinfo.
443
444Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
445
d1f08d85 446 * Makefile (srcs): Add anti.texi.
94ec544d
DL
447
448Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
449
450 * Makefile (infodir, prefix): New vars.
451 (install): Use infodir.
452 (emacsinfodir): Deleted.
453
454Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
455
456 * Makefile (srcs): Add calendar.texi.
457
458 * Makefile (dist): Copy texindex.c and makeinfo.c.
459 Limit elisp-* files to those with one or two digits.
460
461Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
462
463 * Makefile (dist): Changed to use Gzip instead of compress.
464
465Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
466
467 * loading.texi (Unloading): define-function changed back to
468 defalias. It may not stay this way, but at least it's
469 consistent with the known-good version of the code patch.
470
471Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
472
473 * modes.texi (Hooks): Document new optional arg of add-hook.
474
475Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
476
d1f08d85 477 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
478
479 * tips.texi: Add new section on standard library headers.
480
481Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
482
483 * Makefile (srcs): Add frame.texi to the list of sources.
484
485Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
486
487 * Makefile (dist): Don't bother excluding autosave files; they'll
488 never make it into the temp directory anyway, and the hash marks
489 in the name are problematic for make and the Bourne shell.
dff28924 490 (srcs):
94ec544d
DL
491
492Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
493
d1f08d85 494 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
495 the distribution tar file.
496
dff28924 497Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
498
499 * Makefile (srcs): Added index.perm.
500 (elisp.dvi): Remove erroneous shell comment.
501 Expect output of permute-index in permuted.fns.
502 Save old elisp.aux in elisp.oaux.
503 (clean): Added index.texi to be deleted.
504
dff28924 505Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
506
507 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
508
dff28924 509Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
510
511 * files.texi: Noted that completion-ignored-extensions is ignored
512 when making *Completions*.
513
514Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
515
516 * Makefile make dist now depends on elisp.dvi, since it tries
517 to include it in the dist file.
518
dff28924 519Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
520
521 * functions.texinfo (Mapping Functions): Add missing quote
522
dff28924 523Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
524
525 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
526 (defunargs): Turn off \hyphenchar of \sl font temporarily.
527
dff28924 528Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
529
530 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
531 and @error{} are the terms now being used. The files in the
532 directory have been changed to reflect this.
533
d1f08d85 534 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
535 ` @result{}', using 5 spaces at the begining of the line.
536
dff28924 537Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
538
539 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
540 experimental @indentedresult{}, @indentedexpandsto{} are part of
541 the texinfo.tex in this directory. These TeX macros are not
542 stable yet.
543
dff28924 544Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
545
546 * texinfo.tex: temporarily added
d1f08d85 547 \let\result=\dblarrow
94ec544d
DL
548 \def\error{{\it ERROR} \longdblarrow}
549 We need to do this better soon.
550
dff28924 551Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
552
553 * Applied Karl Berry's patches to *.texinfo files, but not to
554 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
555 new title page format is also not applied, since it requires
556 texinfo.tex changes.)
557
558 * Cleaned up `Makefile' and defined the `emacslibdir' directory
559 for the Project GNU development environment.
560
ad050e54
EZ
561;; Local Variables:
562;; coding: iso-2022-7bit-unix
563;; End:
2a34a036
GM
564
565 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
566 Copying and distribution of this file, with or without modification,
567 are permitted provided the copyright notice and this notice are preserved.