aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-07-07 22:41:14 +0000
committerStefan Monnier2002-07-07 22:41:14 +0000
commit5d733a9c68e380333fdb5cd08ccb802c566f9271 (patch)
tree4e840b6bc3457824da577122ff44e2e2e16016e6 /src
parent1ce58cc028d7c20bd43a7a1b855d097fa35da6fc (diff)
downloademacs-5d733a9c68e380333fdb5cd08ccb802c566f9271.tar.gz
emacs-5d733a9c68e380333fdb5cd08ccb802c566f9271.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad2c98c9190..73b39eb4da1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12002-07-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
4 Add support for hash-tables.
5 (Ftry_completion): Return t even if the string appears multiple times.
6
7 * fns.c (Fnconc): Use XCDR.
8 (Fprovide): Use CONSP and XCDR.
9 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
10 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
11 (Fmake_hash_table): Accept `:size nil'.
12 (Fmakehash): Delete: moved to subr.el.
13 (syms_of_fns): Don't defsubr makehash.
14
15 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
16 (HASH_TABLE_SIZE): Move from fns.c.
17
12002-07-07 Richard M. Stallman <rms@gnu.org> 182002-07-07 Richard M. Stallman <rms@gnu.org>
2 19
3 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls. 20 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
@@ -48,8 +65,8 @@
48 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef 65 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
49 and FSRefMakePath to convert FSSpec returned with Apple Event to 66 and FSRefMakePath to convert FSSpec returned with Apple Event to
50 Posix pathname. 67 Posix pathname.
51 (mac_initialize) [TARGET_API_MAC_CARBON]: Call 68 (mac_initialize) [TARGET_API_MAC_CARBON]:
52 init_required_apple_events and disable the `Quit' menu item 69 Call init_required_apple_events and disable the `Quit' menu item
53 provided automatically by the Carbon Toolbox. 70 provided automatically by the Carbon Toolbox.
54 71
552002-07-01 Dave Love <fx@gnu.org> 722002-07-01 Dave Love <fx@gnu.org>