comparison 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
comparison
equal deleted inserted replaced
85687:666ace46440f 85688:b210bba3f477
157 as safe if they are strings. 157 as safe if they are strings.
158 158
159 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca> 159 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
160 160
161 * startup.el (window-system): Remove. Don't make it frame-local. 161 * startup.el (window-system): Remove. Don't make it frame-local.
162
163 2007-10-24 Richard Stallman <rms@gnu.org>
164
165 * savehist.el (savehist-save): Omit unreadable elements.
166
167 * loadhist.el (unload-function-defs-list): Renamed from
168 unload-function-features-list.
169 (unload-feature-special-hooks, unload-feature): Doc fixes.
170
171 * indent.el (indent-to-left-margin): If point's in the indentation,
172 move to the end of the indentation.
173
174 * cus-edit.el (customize-changed-options): Make arg optional.
175
176 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
177
178 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
162 179
163 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu> 180 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
164 181
165 * textmodes/org-publish.el (org-publish-attachment): Re-install 182 * textmodes/org-publish.el (org-publish-attachment): Re-install
166 accidentally deleted change. 183 accidentally deleted change.
204 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca> 221 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
205 222
206 * simple.el (reindent-then-newline-and-indent): Use a `move after 223 * simple.el (reindent-then-newline-and-indent): Use a `move after
207 insert' kind of marker in the save-excursion. 224 insert' kind of marker in the save-excursion.
208 225
226 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * textmodes/css-mode.el: Require CL.
229 (comment-continue): Declare.
230
231 * subr.el (make-variable-frame-localizable): Remove.
232 (make-variable-frame-local): Mark obsolete.
233
234 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
237 of the subdirs is unreadable.
238
209 2007-10-23 Michael Albinus <michael.albinus@gmx.de> 239 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
210 240
211 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process' 241 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
212 when we are local. 242 when we are local.
213 243
267 297
268 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu> 298 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
269 299
270 * printing.el: Move variable definitions before use. 300 * printing.el: Move variable definitions before use.
271 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler. 301 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
302
303 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
306 (tpu-edt-off): Use it.
307 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
308 the global-map before adding it to global-map.
309
310 * menu-bar.el (global-buffers-menu-map): New var.
311 (global-map, menu-bar-update-buffers): Use it.
312 * msb.el (msb-menu-bar-update-buffers): Use it.
313 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
314 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
315 Use with-current-buffer.
272 316
273 2007-10-22 Juri Linkov <juri@jurta.org> 317 2007-10-22 Juri Linkov <juri@jurta.org>
274 318
275 * isearch-multi.el: New file. 319 * isearch-multi.el: New file.
276 320
455 a list of default values accessible by typing M-n in the minibuffer. 499 a list of default values accessible by typing M-n in the minibuffer.
456 500
457 * dired-x.el (dired-guess-shell-command): Put all guesses to the 501 * dired-x.el (dired-guess-shell-command): Put all guesses to the
458 minibuffer default value list instead of pushing them temporarily 502 minibuffer default value list instead of pushing them temporarily
459 to the history list. 503 to the history list.
504
505 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * hexl.el (hexl-menu): New major mode menu.
460 508
461 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca> 509 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
462 510
463 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo. 511 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
464 512
2725 it's necessary. 2773 it's necessary.
2726 Remove the "-version" and "-version-good" support. 2774 Remove the "-version" and "-version-good" support.
2727 2775
2728 2007-09-16 Drew Adams <drew.adams@oracle.com> 2776 2007-09-16 Drew Adams <drew.adams@oracle.com>
2729 2777
2730 * cus-edit (custom-face-edit-activate): Doc fix. 2778 * cus-edit.el (custom-face-edit-activate): Doc fix.
2731 2779
2732 2007-09-16 Glenn Morris <rgm@gnu.org> 2780 2007-09-16 Glenn Morris <rgm@gnu.org>
2733 2781
2734 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el: 2782 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2735 Following cal-bahai renaming, update all instances of 2783 Following cal-bahai renaming, update all instances of