comparison lisp/ChangeLog @ 82073:38a46faaf8c1

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the underlying file is uptodate. 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu> * lisp/vc.el: Add more info about the vc-registered function. 2007-07-15 Richard Stallman <rms@gnu.org> * lisp/kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys. * lisp/tutorial.el (tutorial--find-changed-keys): Handle C-x specially like ESC. 2007-07-15 Aaron Hawley <aaronh@garden.org> * lisp/tar-mode.el (tar-get-descriptor): No error for zero-length file. 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc string. 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces. 2007-07-16 Richard Stallman <rms@gnu.org> * lispref/display.texi (Defining Faces): Fix previous change. 2007-07-20 Eli Zaretskii <eliz@gnu.org> * src/w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define if not defined. 2007-07-18 Jason Rumney <jasonr@gnu.org> * src/w32proc.c (w32_executable_type): Handle 64 bit executables. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-823
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:21:32 +0000
parents 7894e62e5b10 4a6aba4ac8b1
children 9c5456eec9ea fd5b4a865d1d 492971a3f31f
comparison
equal deleted inserted replaced
82072:7894e62e5b10 82073:38a46faaf8c1
1 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4 underlying file is uptodate.
5
1 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net> 6 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
2 7
3 * replace.el (perform-replace): Use isearch-no-upper-case-p. 8 * replace.el (perform-replace): Use isearch-no-upper-case-p.
4 9
5 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> 10 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
361 avoid that filling introduces lines with a single asterisk. 366 avoid that filling introduces lines with a single asterisk.
362 367
363 * kmacro.el (kmacro-end-macro): When ignoring empty macro 368 * kmacro.el (kmacro-end-macro): When ignoring empty macro
364 avoid incorrect kmacro-ring-empty-p messages. 369 avoid incorrect kmacro-ring-empty-p messages.
365 Reported by Michael Schierl <schierlm@gmx.de>. 370 Reported by Michael Schierl <schierlm@gmx.de>.
371
372 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
373
374 * vc.el: Add more info about the vc-registered function.
366 375
367 2007-07-17 Michael Albinus <michael.albinus@gmx.de> 376 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
368 377
369 * files.el (file-remote-p): Introduce optional parameter 378 * files.el (file-remote-p): Introduce optional parameter
370 IDENTIFICATION. 379 IDENTIFICATION.
466 475
467 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org> 476 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
468 477
469 * bookmark.el (bookmark-show-all-annotations): 478 * bookmark.el (bookmark-show-all-annotations):
470 Make sure each inserted annotation ends with newline. 479 Make sure each inserted annotation ends with newline.
480
481 2007-07-15 Richard Stallman <rms@gnu.org>
482
483 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
484
485 * tutorial.el (tutorial--find-changed-keys):
486 Handle C-x specially like ESC.
487
488 2007-07-15 Aaron Hawley <aaronh@garden.org>
489
490 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
471 491
472 2007-07-15 Juri Linkov <juri@jurta.org> 492 2007-07-15 Juri Linkov <juri@jurta.org>
473 493
474 * delsel.el (delete-selection-pre-hook): 494 * delsel.el (delete-selection-pre-hook):
475 * emulation/cua-base.el (cua-paste): Before a yank command, 495 * emulation/cua-base.el (cua-paste): Before a yank command,