]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Dec 2002 18:42:49 +0000 (18:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Dec 2002 18:42:49 +0000 (18:42 +0000)
etc/NEWS
etc/TUTORIAL.translators
lisp/ChangeLog
src/ChangeLog

index 8a58a51ec581d6b74e43e91133ecf6d6aa483a40..a558ee76fd45a27a31c29c6e902e928fab0f02f3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1124,6 +1124,15 @@ with Custom.
 ** New function `optimize-char-coding-system-table' can be called
 after making changes to `char-coding-system-table'.
 
+** `save-selected-window' now saves and restores the selected window
+of every frame.  This way, it restores everything that can be changed
+by calling `select-window'.
+
+** `easy-menu-define' now allows you to use nil for the symbol name
+if you don't need to give the menu a name.  If you install the menu
+into other keymaps right away (MAPS is non-nil), it usually doesn't
+need to have a name.
+
 ** Byte compiler changes:
 
 *** `(featurep 'xemacs)' is treated by the compiler as nil.  This
index 9c0e8114fe2a7627916b8ae15c29cda9888b7233..7bf280ac032608686459616b9eb093069d6f8af8 100644 (file)
@@ -1,10 +1,10 @@
 This file contains the list of translators of the tutorial.
 
+TUTORIAL.bg: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
 TUTORIAL.cs: Milan Zamazal <pdm@zamazal.org>
              Pavel Janík <Pavel@Janik.cz>
 TUTORIAL.de: Werner Lemberg <wl@gnu.org>
-TUTORIAL.es: Carlos Alberto López Troncoso
-             Igor Tamara Patino <igor@tamarapatino.com>
+TUTORIAL.es: Rafael Sepúlveda <drs@gnulinux.org.mx>
 TUTORIAL.fr: Éric Jacoboni <jaco@teaser.fr>
 TUTORIAL.ja: Kenichi Handa <handa@m17n.org>
 TUTORIAL.ko: Koaunghi Un <koaunghi@ling.cnu.ac.kr>
index fad8b49ae508b92e948cc0234f09fef3d77f1d7c..1bc6da4cdfe941be2eb3548ddd19b5d1e77fcb99 100644 (file)
        * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
        Update custom types.
 
+2002-12-23  Alex Schroeder  <alex@emacswiki.org>
+
+        Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
+       Alex Schroeder's adaptation of Jan Vroonhof
+       <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
+       
+       * cus-edit.el (customize-save-variable): Take themes into account.
+       (custom-variable-save): Take themes into account.
+       (custom-variable-reset-saved): Add comment-widget.
+       (custom-variable-reset-standard): Add comment-widget.
+       (custom-variable-reset-standard): Take themes into account.
+       (custom-face-save): Take themes into account.
+       (custom-face-reset-standard): Take themes into account.
+       (custom-save-variables): Take themes into account.
+       (custom-save-faces): Take themes into account.
+       (custom-save-faces): Take themes into account.
+       (custom-save-resets): New function.
+       (custom-save-loaded-themes): New function.
+       (customize-save-customized): Take themes into account.
+
+       * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
+       (custom-theme-set-faces): New function.
+       (custom-theme-face-value): New function.
+       (custom-theme-reset-internal-face): New function.
+       (custom-theme-reset-faces): New function.
+       (custom-reset-faces): New function.
+
+       * custom.el (custom-known-themes): New variable.
+       (custom-declare-theme): New function.
+       (deftheme): New macro.
+       (custom-make-theme-feature): New function.
+       (custom-theme-p): New function.
+       (custom-check-theme): New function.
+       (custom-push-theme): New function.
+       (custom-theme-set-variables): Take themes into account.
+       (custom-loaded-themes): New variable.
+       (custom-theme-loaded-p): New function.
+       (provide-theme): New function.
+       (require-theme): New function.
+       (custom-remove-theme): New function.
+       (custom-do-theme-reset): New function.
+       (custom-theme-load-themes): New function.
+       (custom-load-themes): New function.
+       (custom-theme-value): New function.
+       (custom-theme-variable-value): New function.
+       (custom-theme-reset-internal): New function.
+       (custom-theme-reset-variables): New function.
+       (custom-reset-variables): New function.
+
+       * cus-theme.el: New file.
+
 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
 
        * emacs-lisp/rx.el (rx-and): Generate a shy group.
index 2cd921bd399b21a575c01bdad2ab21376e637cb2..f37b3f580d5730720dbf695fc904fda443577af6 100644 (file)
@@ -1,3 +1,16 @@
+2002-12-23  Richard M. Stallman  <rms@gnu.org>
+
+       * buffer.c (syms_of_buffer) <scroll-up-aggressively>
+       <scroll-down-aggressively>: Doc fix.
+
+       * xmenu.c (parse_single_submenu): Use individual keymap's prompt
+       string as pane name, if there is one.
+       (set_frame_menubar): Save menu_items_n_panes from each call to
+       parse_single_submenu and use it when calling digest_single_submenu.
+
+       * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
+       Don't try to make last line fully visible if it is past end of window.
+
 2002-12-22  Steven Tamm  <steventamm@mac.com>
 
        * macmenu.c (MIN_POPUP_SUBMENU_ID): Added