X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/eafa12e67bd793f69fabcb68c0f50609eb7b7fa8..5247a8e6de8a3ff082b6ef5a27fd2bfe9994959d:/doc/lispref/ChangeLog diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 76831379c4..f9fae66bb2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,4 +1,181 @@ -2008-02-07 Jan Dj,Ad(Brv +2008-08-05 Chong Yidong + + * symbols.texi (Other Plists): Fix incorrect example. + Suggested by Florian Beck. + +2008-07-31 Juanma Barranquero + + * os.texi: Fix previous change. + +2008-07-31 Dan Nicolaescu + + * os.texi: + * intro.texi: + * files.texi: Remove VMS support. + +2008-07-27 Dan Nicolaescu + + * os.texi: + * frames.texi: + * display.texi: Remove mentions of Mac Carbon. + +2008-07-01 Miles Bader + + * text.texi (Special Properties): + * display.texi (Truncation): Add wrap-prefix and line-prefix. + +2008-06-28 Johan Bockgård + + * display.texi (Other Image Types): Fix copy/paste error; say + "PBM", not "XBM". + +2008-06-26 Dan Nicolaescu + + * os.texi: Remove references to obsolete systems. + +2008-06-20 Eli Zaretskii + + * makefile.w32-in (distclean): Remove makefile. + +2008-06-17 Glenn Morris + + * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install) + (elisp, dist): Remove rules and variables that are obsolete now + the lisp manual is no longer distributed separately. + +2008-06-16 Glenn Morris + + * configure, configure.in, mkinstalldirs: Remove unused files. + + * book-spine.texinfo: Set version to 23.0.60. + * vol1.texi (EMACSVER): + * vol2.texi (EMACSVER): Set to 23.0.60. + + * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text + as per maintain.info. + +2008-06-15 Glenn Morris + + * makefile.w32-in (manual): Use "23" rather than "21". + + * Makefile.in (emacsver): New, set by configure. + (manual): Use emacsver. + + * intro.texi: Report bugs using M-x report-emacs-bug. + + * elisp.texi (EMACSVER): Remove duplicate, outdated setting. + +2008-06-13 Daniel Engeler + + * elisp.texi, internals.texi, processes.texi: Add documentation + about serial port access. + +2008-06-05 Miles Bader + + * display.texi (Displaying Faces): Update to reflect function + renamings in face-remap.el. + +2008-06-05 Juanma Barranquero + + * display.texi (Fontsets): Fix typos. + +2008-06-03 Miles Bader + + * display.texi (Displaying Faces): Add add-relative-face-remapping, + remove-relative-face-remapping, set-base-face-remapping, + and set-default-base-face-remapping. + +2008-06-01 Miles Bader + + * display.texi (Displaying Faces): Add face-remapping-alist. + +2008-05-30 Stefan Monnier + + * tips.texi (Coding Conventions): Do not encourage the use of "-flag" + variable names. + +2008-05-03 Eric S. Raymond + + * keymaps.texi: Clarify that (current-local-map) and + (current-global-map) return references, not copies. + +2008-05-02 Juri Linkov + + * minibuf.texi (Text from Minibuffer): Document a list of + default values for `read-from-minibuffer'. + +2008-04-24 Juanma Barranquero + + * nonascii.texi (Translation of Characters): Fix previous change. + +2008-04-20 Chong Yidong + + * display.texi (Overlay Properties): Clarify role of underlying + textprop and overlay keymaps for display strings. + + * keymaps.texi (Active Keymaps): Ditto. + +2008-04-19 Stefan Monnier + + * minibuf.texi (Programmed Completion): + Replace dynamic-completion-table with the new completion-table-dynamic. + +2008-04-07 Chong Yidong + + * intro.texi (Some Terms): Change "fonts in this manual" index + entry to "typographic conventions". + +2008-04-05 Eli Zaretskii + + * objects.texi (Text Props and Strings): Add indexing for read + syntax of text properties. + +2008-03-25 Stefan Monnier + + * processes.texi (Decoding Output): Remove process-filter-multibyte + functions. + +2008-03-15 Martin Rudalics + + * display.texi (Finding Overlays): Say that empty overlays at + the end of the buffer are reported too. + +2008-03-13 Glenn Morris + + * elisp.texi (EMACSVER): Set to 23.0.60. + +2008-02-26 Chong Yidong + + * strings.texi (Formatting Strings): Treat - and 0 as flag characters. + +2008-02-22 Glenn Morris + + * frames.texi (Position Parameters): Clarify the description of + `left' and `top', using information from "Geometry". + (Geometry): Give a pointer to "Position Parameters", rather than + repeating information. + +2008-02-11 Glenn Morris + + * objects.texi (Equality Predicates): No longer talk about "two" + functions. + +2008-02-11 Lawrence Mitchell (tiny change) + + * objects.texi (Equality Predicates): Add defun for + equal-including-properties. + +2008-02-10 Glenn Morris + + * objects.texi (Equality Predicates): + Mention equal-including-properties. + +2008-02-07 Richard Stallman + + * windows.texi (Window Start): Mention the feature of moving + window-start to start of line. + +2008-02-07 Jan Djärv * keymaps.texi (Tool Bar): Document rtl property. @@ -1057,7 +1234,7 @@ * modes.texi (Multiline Font Lock): Rephrase some parts for clarity. -2006-11-10 Jan Dj,Ad(Brv +2006-11-10 Jan Djärv * frames.texi (Window System Selections): Remove clipboard from description of selection-coding-system. @@ -1994,7 +2171,7 @@ * internals.texi (Pure Storage): Mention the pure overflow message at startup. -2006-05-05 Johan Bockg,Ae(Brd +2006-05-05 Johan Bockgård * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. (Searching Keymaps): Fix pseudo-Lisp description of keymap @@ -2235,7 +2412,7 @@ Clarify remarks about that moving point and mark. Put string case before list case. -2006-02-16 Johan Bockg,Ae(Brd +2006-02-16 Johan Bockgård * display.texi (Other Display Specs, Image Descriptors): Revert erroneous changes. The previous description of @@ -4688,7 +4865,7 @@ * files.texi (Saving Buffers): Cleanup write-contents-function. (Magic File Names): Cleanup file-remote-p. -2004-07-02 Kai Grossjohann +2004-07-02 Kai Großjohann * files.texi (Magic File Names): `file-remote-p' returns an identifier of the remote system, not just t. @@ -4972,7 +5149,7 @@ * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. -2004-02-16 Jan Dj,Ad(Brv +2004-02-16 Jan Djärv * frames.texi (Parameter Access): frame-parameters arg is optional. modify-frame-parameters handles nil for FRAME. @@ -5046,7 +5223,7 @@ * tips.texi (Comment Tips): Document the new conventions for commenting out code. -2004-02-07 Jan Dj,Ad(Brv +2004-02-07 Jan Djärv * positions.texi (Text Lines): Added missing end defun. @@ -5907,7 +6084,7 @@ * hash.texi (Creating Hash): Fix description of :weakness. -2003-06-13 Kai Gro,A_(Bjohann +2003-06-13 Kai Großjohann * files.texi (Changing Files): copy-file copies file modes, too. @@ -5975,7 +6152,7 @@ * variables.texi (File Local Variables): Fix typo. -2002-10-23 Kai Gro,A_(Bjohann +2002-10-23 Kai Großjohann From Michael Albinus . @@ -6014,7 +6191,7 @@ * variables.texi (Intro to Buffer-Local): Updated warning and example relating to changing buffer inside let. -2002-03-10 Jan Dj,Ad(Brv +2002-03-10 Jan Djärv * os.texi (Session Management): New node about X Session management. @@ -6077,7 +6254,7 @@ (info): Add target. (installall): Target removed. -2001-10-31 Pavel Jan,Am(Bk +2001-10-31 Pavel Janík * tips.texi (Coding Conventions): Fix typo. @@ -6281,7 +6458,7 @@ * display.texi (Defining Faces): Document `graphic' display type in face specs. -2000-10-18 Kai Grossjohann +2000-10-18 Kai Großjohann * hooks.texi (Standard Hooks): Replace obsolete `after-make-frame-hook' with `after-make-frame-functions'. @@ -6385,7 +6562,7 @@ (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. Compressed file suffix should be `.gz', not `.z'. -1993-11-22 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) +1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (elisp): Depend on makeinfo. @@ -6507,19 +6684,19 @@ for the Project GNU development environment. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -6527,8 +6704,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda