emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 27 Oct 2007 09:07:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/27 09:07:17

Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12066
retrieving revision 1.12067
diff -u -b -r1.12066 -r1.12067
--- lisp/ChangeLog      27 Oct 2007 00:25:42 -0000      1.12066
+++ lisp/ChangeLog      27 Oct 2007 09:07:13 -0000      1.12067
@@ -160,6 +160,23 @@
 
        * startup.el (window-system): Remove.  Don't make it frame-local.
 
+2007-10-24  Richard Stallman  <address@hidden>
+
+       * savehist.el (savehist-save): Omit unreadable elements.
+
+       * loadhist.el (unload-function-defs-list): Renamed from
+       unload-function-features-list.
+       (unload-feature-special-hooks, unload-feature): Doc fixes.
+
+       * indent.el (indent-to-left-margin): If point's in the indentation,
+       move to the end of the indentation.
+
+       * cus-edit.el (customize-changed-options): Make arg optional.
+
+2007-10-24  Juanma Barranquero  <address@hidden>
+
+       * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
+
 2007-10-24  Dan Nicolaescu  <address@hidden>
 
        * textmodes/org-publish.el (org-publish-attachment): Re-install
@@ -206,6 +223,19 @@
        * simple.el (reindent-then-newline-and-indent): Use a `move after
        insert' kind of marker in the save-excursion.
 
+2007-10-23  Stefan Monnier  <address@hidden>
+
+       * textmodes/css-mode.el: Require CL.
+       (comment-continue): Declare.
+
+       * subr.el (make-variable-frame-localizable): Remove.
+       (make-variable-frame-local): Mark obsolete.
+
+2007-10-23  Stefan Monnier  <address@hidden>
+
+       * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
+       of the subdirs is unreadable.
+
 2007-10-23  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
@@ -270,6 +300,20 @@
        * printing.el: Move variable definitions before use.
        (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
 
+2007-10-22  Stefan Monnier  <address@hidden>
+
+       * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
+       (tpu-edt-off): Use it.
+       (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
+       the global-map before adding it to global-map.
+
+       * menu-bar.el (global-buffers-menu-map): New var.
+       (global-map, menu-bar-update-buffers): Use it.
+       * msb.el (msb-menu-bar-update-buffers): Use it.
+       (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
+       (msb--most-recently-used-menu, msb--create-buffer-menu-2):
+       Use with-current-buffer.
+
 2007-10-22  Juri Linkov  <address@hidden>
 
        * isearch-multi.el: New file.
@@ -458,6 +502,10 @@
        minibuffer default value list instead of pushing them temporarily
        to the history list.
 
+2007-10-21  Dan Nicolaescu  <address@hidden>
+
+       * hexl.el (hexl-menu): New major mode menu.
+
 2007-10-21  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
@@ -2727,7 +2775,7 @@
 
 2007-09-16  Drew Adams  <address@hidden>
 
-       * cus-edit (custom-face-edit-activate): Doc fix.
+       * cus-edit.el (custom-face-edit-activate): Doc fix.
 
 2007-09-16  Glenn Morris  <address@hidden>
 




reply via email to

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