aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-07-27 02:22:03 +0200
committerJoakim Verona2012-07-27 02:22:03 +0200
commit5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (patch)
tree5c55f1096a656a9759f0b53a0b5d1a2289bd366f /etc/ChangeLog
parent0c5c85cf2b350c965bb1ffa5b2d77c2adebc406b (diff)
parent562157c814037dcba58a20cd6908a95992c22283 (diff)
downloademacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.tar.gz
emacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.zip
upstream
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog120
1 files changed, 80 insertions, 40 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3fd2d6bd92a..1d7438b6506 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,43 @@
12012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify export of symbols to GDB.
4 * emacs-buffer.gdb ($tagmask, $valmask): Remove.
5 (ygetptr): Adjust to recent changes in lisp.h and emacs.c,
6 by using VALMASK instead of $valmask, CHECK_LISP_OBJECT_TYPE
7 instead of gdb_use_union, and DATA_SEG_BITS instead of
8 gdb_data_seg_bits. Also, use $ptr.i rather than $ptr.u.val.
9
102012-07-20 Eli Zaretskii <eliz@gnu.org>
11
12 * tutorials/TUTORIAL.he: Make the first sentence display correctly
13 in a left-to-right paragraph, such as what is shown on the fancy
14 splash screen.
15
162012-07-15 Leo Liu <sdl.web@gmail.com>
17
18 * NEWS: Mention exclamation-mark and flymake.
19
202012-07-08 Juanma Barranquero <lekktu@gmail.com>
21
22 * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
23
242012-07-07 Michael Witten <mfwitten@gmail.com> (tiny change)
25
26 * tutorials/TUTORIAL: Copyedits (Bug#11689).
27
282012-06-28 Glenn Morris <rgm@gnu.org>
29
30 * emacs.py, emacs2.py, emacs3.py: Remove files, no longer used.
31
322012-06-24 Lawrence Mitchell <wence@gmx.li>
33
34 * NEWS: Move and improve the defun/defalias changes (bug#11686).
35
362012-06-22 Paul Eggert <eggert@cs.ucla.edu>
37
38 Support higher-resolution time stamps (Bug#9000).
39 * NEWS: Mention addition of picoseconds to time stamp format.
40
12012-06-13 Deniz Dogan <deniz@dogan.se> 412012-06-13 Deniz Dogan <deniz@dogan.se>
2 42
3 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos. 43 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
@@ -43,8 +83,8 @@
43 83
442012-04-27 Jambunathan K <kjambunathan@gmail.com> 842012-04-27 Jambunathan K <kjambunathan@gmail.com>
45 85
46 * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style. With 86 * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style.
47 this change, in a description list, if the description paragraph 87 With this change, in a description list, if the description paragraph
48 spawns multiple lines then it will correctly indented. 88 spawns multiple lines then it will correctly indented.
49 89
502012-04-20 Glenn Morris <rgm@gnu.org> 902012-04-20 Glenn Morris <rgm@gnu.org>
@@ -66,8 +106,8 @@
66 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*): 106 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
67 New section styles. These sections are indented to the same 107 New section styles. These sections are indented to the same
68 level as the corresponding list entries. These sections hold 108 level as the corresponding list entries. These sections hold
69 tables that occur within a list. (OrgTable): Increased 109 tables that occur within a list. (OrgTable):
70 relative width from 90% to 96% for aesthetic reasons. 110 Increased relative width from 90% to 96% for aesthetic reasons.
71 111
722012-03-16 Glenn Morris <rgm@gnu.org> 1122012-03-16 Glenn Morris <rgm@gnu.org>
73 113
@@ -125,8 +165,8 @@
1252012-01-10 Chong Yidong <cyd@gnu.org> 1652012-01-10 Chong Yidong <cyd@gnu.org>
126 166
127 * tutorials/TUTORIAL: Don't give instructions for old-style X 167 * tutorials/TUTORIAL: Don't give instructions for old-style X
128 scrollbars. Use DEL terminology instead of DelBack. Improve 168 scrollbars. Use DEL terminology instead of DelBack.
129 description of graphical continuation lines and mode-line. 169 Improve description of graphical continuation lines and mode-line.
130 Promote use of C-/ and C-SPC. Remove discussion of flow control. 170 Promote use of C-/ and C-SPC. Remove discussion of flow control.
131 171
1322012-01-05 Glenn Morris <rgm@gnu.org> 1722012-01-05 Glenn Morris <rgm@gnu.org>
@@ -499,11 +539,11 @@
499 POSIX does not allow "-" in Makefile variable names. 539 POSIX does not allow "-" in Makefile variable names.
500 Reported by Bruno Haible in 540 Reported by Bruno Haible in
501 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>. 541 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
502 * refcards/Makefile (DIRED_REFCARDS_PDF): Renamed from 542 * refcards/Makefile (DIRED_REFCARDS_PDF): Rename from
503 DIRED-REFCARDS_PDF. 543 DIRED-REFCARDS_PDF.
504 (MISC_REFCARDS_PDF): Renamed from MISC-REFCARDS_PDF. 544 (MISC_REFCARDS_PDF): Rename from MISC-REFCARDS_PDF.
505 (SURVIVAL_CARDS_PDF): Renamed from SURVIVAL-CARDS_PDF. 545 (SURVIVAL_CARDS_PDF): Rename from SURVIVAL-CARDS_PDF.
506 (VIPER_CARDS_PDF): Renamed from VIPER-CARDS_PDF. 546 (VIPER_CARDS_PDF): Rename from VIPER-CARDS_PDF.
507 547
5082011-01-18 Glenn Morris <rgm@gnu.org> 5482011-01-18 Glenn Morris <rgm@gnu.org>
509 549
@@ -972,7 +1012,7 @@
972 1012
9732009-09-27 Teodor Zlatanov <tzz@lifelogs.com> 10132009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
974 1014
975 * NEWS: Mention new library imap-hash.el 1015 * NEWS: Mention new library imap-hash.el.
976 1016
9772009-09-22 Juanma Barranquero <lekktu@gmail.com> 10172009-09-22 Juanma Barranquero <lekktu@gmail.com>
978 1018
@@ -1016,7 +1056,7 @@
10162009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> 10562009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1017 1057
1018 * images/gud/all.xpm, images/gud/thread.xpm: New icons for 1058 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
1019 gdb-mi.el 1059 gdb-mi.el.
1020 1060
10212009-08-07 Dan Nicolaescu <dann@ics.uci.edu> 10612009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1022 1062
@@ -1967,7 +2007,7 @@
1967 2007
1968 * refcards/refcard.tex: Updates for printing. 2008 * refcards/refcard.tex: Updates for printing.
1969 (\versionyear): Update to 2007. 2009 (\versionyear): Update to 2007.
1970 (\copyrightnotice): Modified or unmodified ok. 2010 (\copyrightnotice): Modify or unmodified ok.
1971 (Simple Customization): Don't use goto-line, since now it's bound. 2011 (Simple Customization): Don't use goto-line, since now it's bound.
1972 Also, use now-preferred (kbd ...) syntax. 2012 Also, use now-preferred (kbd ...) syntax.
1973 2013
@@ -2052,7 +2092,7 @@
2052 2092
20532007-07-02 Carsten Dominik <dominik@science.uva.nl> 20932007-07-02 Carsten Dominik <dominik@science.uva.nl>
2054 2094
2055 * orgcard.tex: Version 5.01 2095 * orgcard.tex: Version 5.01.
2056 2096
20572007-06-27 Michael Albinus <michael.albinus@gmx.de> 20972007-06-27 Michael Albinus <michael.albinus@gmx.de>
2058 2098
@@ -2620,7 +2660,7 @@
26202006-09-15 Richard Stallman <rms@gnu.org> 26602006-09-15 Richard Stallman <rms@gnu.org>
2621 2661
2622 * THE-GNU-PROJECT: Update with the latest footnotes 2662 * THE-GNU-PROJECT: Update with the latest footnotes
2623 from www.gnu.org/gnu/the-gnu-project.html 2663 from www.gnu.org/gnu/the-gnu-project.html.
2624 2664
26252006-09-15 David Kastrup <dak@gnu.org> 26652006-09-15 David Kastrup <dak@gnu.org>
2626 2666
@@ -2641,7 +2681,7 @@
2641 2681
26422006-09-03 Diane Murray <disumu@x3y2z1.net> 26822006-09-03 Diane Murray <disumu@x3y2z1.net>
2643 2683
2644 * erc.texi (Getting Started, Connecting): Changed erc-select to erc. 2684 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
2645 2685
26462006-09-02 Juri Linkov <juri@jurta.org> 26862006-09-02 Juri Linkov <juri@jurta.org>
2647 2687
@@ -2758,8 +2798,8 @@
2758 2798
27592006-07-05 Kenichi Handa <handa@m17n.org> 27992006-07-05 Kenichi Handa <handa@m17n.org>
2760 2800
2761 * HELLO: Add a paragraph for non-ASCII examples at the head. Add 2801 * HELLO: Add a paragraph for non-ASCII examples at the head.
2762 Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish. 2802 Add Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
2763 2803
27642006-07-03 Bill Wohler <wohler@newt.com> 28042006-07-03 Bill Wohler <wohler@newt.com>
2765 2805
@@ -2905,7 +2945,7 @@
2905 2945
29062006-05-24 Carsten Dominik <dominik@science.uva.nl> 29462006-05-24 Carsten Dominik <dominik@science.uva.nl>
2907 2947
2908 * orgcard.tex (section{Motion}): Added the item navigation commands. 2948 * orgcard.tex (section{Motion}): Add the item navigation commands.
2909 (section{Publishing}): New section. 2949 (section{Publishing}): New section.
2910 (section{Links}): Documented elisp and shell links. 2950 (section{Links}): Documented elisp and shell links.
2911 2951
@@ -3041,8 +3081,8 @@
3041 New bitmaps for new images. 3081 New bitmaps for new images.
3042 3082
3043 * images/refresh.xpm, images/sort-ascending.xpm, 3083 * images/refresh.xpm, images/sort-ascending.xpm,
3044 * images/sort-descending.xpm: Update with GTK 2.x images. Note 3084 * images/sort-descending.xpm: Update with GTK 2.x images.
3045 that the default GTK icons are not overridden by the GNOME theme 3085 Note that the default GTK icons are not overridden by the GNOME theme
3046 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in 3086 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
3047 wide circulation, then the GTK icons should be replaced with the 3087 wide circulation, then the GTK icons should be replaced with the
3048 equivalent GNOME icons. Until then, we should be consistent with 3088 equivalent GNOME icons. Until then, we should be consistent with
@@ -3246,7 +3286,7 @@
3246 3286
32472005-11-18 Carsten Dominik <dominik@science.uva.nl> 32872005-11-18 Carsten Dominik <dominik@science.uva.nl>
3248 3288
3249 * orgcard.tex: Version 3.20 3289 * orgcard.tex: Version 3.20.
3250 3290
32512005-11-16 Nick Roberts <nickrob@snap.net.nz> 32912005-11-16 Nick Roberts <nickrob@snap.net.nz>
3252 3292
@@ -4312,8 +4352,8 @@
4312 4352
43132001-11-22 Colin Walters <walters@debian.org> 43532001-11-22 Colin Walters <walters@debian.org>
4314 4354
4315 * PROBLEMS: Remove already applied calc info patches. Clarify 4355 * PROBLEMS: Remove already applied calc info patches.
4316 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is 4356 Clarify that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
4317 not handled by alternatives in Debian, the reporter surely meant 4357 not handled by alternatives in Debian, the reporter surely meant
4318 just "--config ftp". 4358 just "--config ftp".
4319 4359
@@ -4430,8 +4470,8 @@
4430 4470
4431 * ps-prin1.ps: Footer implementation. Doc fix. 4471 * ps-prin1.ps: Footer implementation. Doc fix.
4432 (doLineNumber): Code fix for line number color. 4472 (doLineNumber): Code fix for line number color.
4433 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code 4473 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText):
4434 fix for footer implementation. 4474 Code fix for footer implementation.
4435 (TextStart, SetFooterLines, FooterFrameStart, doFramePath) 4475 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
4436 (FooterFramePath, doFrame, FooterFrame, FooterStart) 4476 (FooterFramePath, doFrame, FooterFrame, FooterStart)
4437 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs. 4477 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
@@ -4619,8 +4659,8 @@
4619 * ps-prin0.ps: Insert a version number comment (5.2.2). 4659 * ps-prin0.ps: Insert a version number comment (5.2.2).
4620 Indentation fix. 4660 Indentation fix.
4621 4661
4622 * ps-prin1.ps: Insert a version number comment (5.2.2). Can 4662 * ps-prin1.ps: Insert a version number comment (5.2.2).
4623 select page size with/without giving an error if PostScript 4663 Can select page size with/without giving an error if PostScript
4624 printer doesn't have this kind of page size. Zebra Stripe 4664 printer doesn't have this kind of page size. Zebra Stripe
4625 continues or restarts on next page. Indentation fix. 4665 continues or restarts on next page. Indentation fix.
4626 (BeginSheet): If necessary, rescale n-up to fit on the sheet of 4666 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
@@ -4831,8 +4871,8 @@
4831 * termcap.dat, termcap.ucb: Deleted and replaced. 4871 * termcap.dat, termcap.ucb: Deleted and replaced.
4832 4872
4833 * termcap: New termcap file from the ncurses project; bigger, 4873 * termcap: New termcap file from the ncurses project; bigger,
4834 better, brighter, does away with waxy yellow buildup. Email 4874 better, brighter, does away with waxy yellow buildup.
4835 me at terminfo@ccil.org if you have any trouble with this. 4875 Email me at terminfo@ccil.org if you have any trouble with this.
4836 4876
4837 * README: Changed to track above change. 4877 * README: Changed to track above change.
4838 4878
@@ -4842,7 +4882,7 @@
4842 4882
48431995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> 48831995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4844 4884
4845 * Makefile (maintainer-clean): Renamed from realclean. 4885 * Makefile (maintainer-clean): Rename from realclean.
4846 4886
48471995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> 48871995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4848 4888
@@ -4997,7 +5037,7 @@
4997 5037
49981993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) 50381993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4999 5039
5000 * sex.6: Added 900-line support 5040 * sex.6: Added 900-line support.
5001 5041
5002 * NEWS: Added news about the package finder. 5042 * NEWS: Added news about the package finder.
5003 5043
@@ -5039,8 +5079,8 @@
5039 * DISTRIB: The actual domestic order form is now ORDERS.USA. 5079 * DISTRIB: The actual domestic order form is now ORDERS.USA.
5040 The DISTRIB text now mentions 19. 5080 The DISTRIB text now mentions 19.
5041 5081
5042 * ORDERS.USA: Created. This is just the order form. DISTRIB 5082 * ORDERS.USA: Created. This is just the order form.
5043 has a pointer to it at the beginning. 5083 DISTRIB has a pointer to it at the beginning.
5044 5084
5045 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer 5085 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer
5046 to it at the beginning. 5086 to it at the beginning.
@@ -5121,7 +5161,7 @@
5121 5161
51221992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) 51621992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5123 5163
5124 * etags.c (C_entries): Removed comment saying that \" in a string 5164 * etags.c (C_entries): Remove comment saying that \" in a string
5125 isn't recognized as magic, because it is correctly handled. 5165 isn't recognized as magic, because it is correctly handled.
5126 5166
5127 * getopt.c, getopt.h: New files, from GNU C library. 5167 * getopt.c, getopt.h: New files, from GNU C library.
@@ -5131,8 +5171,8 @@
5131 optind. 5171 optind.
5132 (main): Argument processing loop rewritten to call getopt to get 5172 (main): Argument processing loop rewritten to call getopt to get
5133 next option. Options which take parameters (-o and -i) rewritten 5173 next option. Options which take parameters (-o and -i) rewritten
5134 to get parameter from optarg instead of argv[1]. Filename 5174 to get parameter from optarg instead of argv[1].
5135 preprocessing loop and update command changed similarly. 5175 Filename preprocessing loop and update command changed similarly.
5136 * Makefile (etags, ctags): Depend on and link with getopt.h, 5176 * Makefile (etags, ctags): Depend on and link with getopt.h,
5137 getopt.o, and getopt1.o. 5177 getopt.o, and getopt1.o.
5138 (getopt.o, getopt1.o): New targets for the GNU getopt routines. 5178 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
@@ -5273,8 +5313,8 @@
52731991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) 53131991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
5274 5314
5275 * make-docfile: Find the arguments to a C function correctly, 5315 * make-docfile: Find the arguments to a C function correctly,
5276 by not ignoring the character that read_c_string returns. Don't 5316 by not ignoring the character that read_c_string returns.
5277 even try to find argument names for functions that take MANY 5317 Don't even try to find argument names for functions that take MANY
5278 or UNEVALLED arguments, since they're a figment of the docstring's 5318 or UNEVALLED arguments, since they're a figment of the docstring's
5279 imagination. 5319 imagination.
5280 5320
@@ -5536,7 +5576,7 @@
55361988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) 55761988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
5537 5577
5538 * env.c: Add decl for my-index. 5578 * env.c: Add decl for my-index.
5539 * etags.c (file-entries): .oak => scheme 5579 * etags.c (file-entries): .oak => scheme.
5540 5580
55411988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 55811988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5542 5582