1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Update and split ChangeLogs.

This commit is contained in:
Juanma Barranquero 2011-04-06 14:18:10 +02:00
parent 6c051babe4
commit 3338398778
26 changed files with 54304 additions and 54164 deletions

View File

@ -111,6 +111,10 @@
* configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-06 Glenn Morris <rgm@gnu.org>
* configure.in (FREETYPE_LIBS): Actually set it to something.

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-23 Juanma Barranquero <lekktu@gmail.com>
* notes/bugtracker (bugtracker_debbugs_url): Fix typo.

View File

@ -41,6 +41,10 @@
* display.texi (Optional Mode Line): Don't mention exactly where
display-time appears. (Bug#8193)
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
* search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-19 Eli Zaretskii <eliz@gnu.org>
* emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.

View File

@ -36,6 +36,10 @@
* intro.texi (Acknowledgements): Names to UTF-8.
* elisp.texi: Set documentencoding.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
* package.texi: Update index keywords.

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-01-02 Jari Aalto <jari.aalto@cante.net> (tiny change)
* emacsclient.1: Arrange options alphabetically (Bug#7620).

View File

@ -48,6 +48,10 @@
* auth.texi (Help for developers): Show example of using
`auth-source-search' with prompts and :save-function.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
* message.texi (Message Buffers): Update default value of

View File

@ -16,6 +16,10 @@
* themes/wombat-theme.el: New file.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-06 Juanma Barranquero <lekktu@gmail.com>
* srecode/el.srt: Fix typo.

View File

@ -2,6 +2,10 @@
* Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-28 Juanma Barranquero <lekktu@gmail.com>
* quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.

View File

@ -55,6 +55,10 @@
* fakemail.c: Do not include ignore-value.h.
(put_line): Do not use ignore_value.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
* emacsclient.c (longopts): Add quiet.

File diff suppressed because it is too large Load Diff

22810
lisp/ChangeLog.15 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
* semantic/wisent/comp.el (wisent-byte-compile-grammar):

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-04 Julien Danjou <julien@danjou.info>
* erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)

View File

@ -359,6 +359,10 @@
(auth-source-netrc-saver): New function, intended to be wrapped for
:save-function.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (shr-table-horizontal-line): Change the defaults for the table

View File

@ -3,6 +3,10 @@
* mh-funcs.el (mh-undo-folder): Accept and ignore arguments,
for compatibility with `revert-buffer'. Doc fix. (Bug#8431)
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
* mh-funcs.el (mh-store-msg, mh-store-buffer):

View File

@ -8,6 +8,10 @@
* ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
* ob-ref.el (org-babel-ref-resolve): Fix use of case.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-06 Juanma Barranquero <lekktu@gmail.com>
* org.el (org-blank-before-new-entry, org-context-in-file-links)

View File

@ -8,6 +8,10 @@
* url-cookie.el (url-cookie-handle-set-cookie):
Use `dolist' rather than `mapcar'.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
* url-parse.el (url-bit-for-url, url-user-for-url)

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
* xlwmenu.h: Remove Xt[CN]faceName and Xt[NC]defaultFace.

View File

@ -5,6 +5,10 @@
module is added.
(MKDIR_P): Fix replacement command.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-26 Eli Zaretskii <eliz@gnu.org>
* sedlibmk.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T)

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-03 Glenn Morris <rgm@gnu.org>
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:

View File

@ -13,6 +13,10 @@
* cmdproxy.c: Include <ctype.h>.
(make_absolute): Remove unused variable `i'.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-27 Eli Zaretskii <eliz@gnu.org>
* inc/unistd.h (readlink, symlink): Declare prototypes.

View File

@ -1,3 +1,7 @@
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2010-11-09 Elias Pipping <pipping.elias@googlemail.com> (tiny change)
Make Emacs compile with clang (bug#7309).

File diff suppressed because it is too large Load Diff

31401
src/ChangeLog.11 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,10 @@
* automated/lexbind-tests.el: New file.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-05 Glenn Morris <rgm@gnu.org>
* eshell.el: Move here from lisp/eshell/esh-test.el.