Mercurial > emacs
diff lisp/ChangeLog @ 85688:b210bba3f477
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 27 Oct 2007 09:07:17 +0000 |
parents | 666ace46440f 08333222c284 |
children | 54ef9494f34c 4bc33ffdda1a |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 27 00:25:43 2007 +0000 +++ b/lisp/ChangeLog Sat Oct 27 09:07:17 2007 +0000 @@ -160,6 +160,23 @@ * startup.el (window-system): Remove. Don't make it frame-local. +2007-10-24 Richard Stallman <rms@gnu.org> + + * 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 <lekktu@gmail.com> + + * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings. + 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu> * 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 <monnier@iro.umontreal.ca> + + * 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 <monnier@iro.umontreal.ca> + + * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one + of the subdirs is unreadable. + 2007-10-23 Michael Albinus <michael.albinus@gmx.de> * 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 <monnier@iro.umontreal.ca> + + * 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 <juri@jurta.org> * 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 <dann@ics.uci.edu> + + * hexl.el (hexl-menu): New major mode menu. + 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo. @@ -2727,7 +2775,7 @@ 2007-09-16 Drew Adams <drew.adams@oracle.com> - * cus-edit (custom-face-edit-activate): Doc fix. + * cus-edit.el (custom-face-edit-activate): Doc fix. 2007-09-16 Glenn Morris <rgm@gnu.org>