emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 07 Jul 2002 18:41:39 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2748 emacs/src/ChangeLog:1.2749
*** emacs/src/ChangeLog:1.2748  Sun Jul  7 06:52:11 2002
--- emacs/src/ChangeLog Sun Jul  7 18:41:14 2002
***************
*** 1,3 ****
--- 1,20 ----
+ 2002-07-07  Stefan Monnier  <address@hidden>
+ 
+       * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
+       Add support for hash-tables.
+       (Ftry_completion): Return t even if the string appears multiple times.
+ 
+       * fns.c (Fnconc): Use XCDR.
+       (Fprovide): Use CONSP and XCDR.
+       (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
+       (HASH_TABLE_SIZE): Delete: moved to lisp.h.
+       (Fmake_hash_table): Accept `:size nil'.
+       (Fmakehash): Delete: moved to subr.el.
+       (syms_of_fns): Don't defsubr makehash.
+ 
+       * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
+       (HASH_TABLE_SIZE): Move from fns.c.
+ 
  2002-07-07  Richard M. Stallman  <address@hidden>
  
        * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
***************
*** 48,55 ****
        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
!       (mac_initialize) [TARGET_API_MAC_CARBON]: Call
!       init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.
  
  2002-07-01  Dave Love  <address@hidden>
--- 65,72 ----
        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
!       (mac_initialize) [TARGET_API_MAC_CARBON]:
!       Call init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.
  
  2002-07-01  Dave Love  <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]