aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.Deniz Dogan2012-06-131-0/+4
|
* * PROBLEMS (68000 C compiler problems): Remove obsolete section.Paul Eggert2012-06-041-0/+6
| | | | | Not only are the compilers long-dead, the obsolete advice typically doesn't apply to current Emacs sources.
* Fix legibility of compilation mode-line messages.Chong Yidong2012-06-031-0/+10
| | | | | | | | | | | | | | | | | * lisp/progmodes/compile.el (compilation-mode-line-fail) (compilation-mode-line-run, compilation-mode-line-exit): New faces. (compilation-start, compilation-handle-exit): Use them. * etc/themes/wheatgrass-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tsdh-dark-theme.el: Add compilation-mode-line-fail, compilation-mode-line-run, and compilation-mode-line-exit faces. * etc/themes/manoj-dark-theme.el: Remove :family attributes. Fixes: debbugs:11032
* Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)Paul Eggert2012-06-011-0/+5
| | | | | | | | | | | It is confusingly named and rarely useful. See, for example, <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>. * INSTALL.BZR: Don't mention --disable-maintainer-mode. * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed. * configure.in: Remove --disable-maintainer-mode. (USE_MAINTAINER_MODE, MAINT): Remove. * admin/make-tarball.txt: Don't worry about maintainer mode. * etc/NEWS: Mention this.
* * etc/spook.lines: Additions. (tiny change)Andrew Beals2012-06-011-0/+4
| | | | Fixes: debbugs:11598
* Remove obsolete '#define static' cruft.Paul Eggert2012-05-301-0/+4
| | | | | | | | | | | | | | * etc/PROBLEMS: Remove obsolete '#define static' cruft. * lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm". (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]: Remove; all uses replaced with definiens. * src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef. This #undef was "temporary" in 2000; it is no longer needed now that '#define static' has gone away. * src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height) (gray_bitmap_bits): Remove; no longer needed. All uses replaced with definiens. * src/xterm.c: Include "bitmaps/gray.xbm".
* Move some forms.el example files to etc/forms directoryGlenn Morris2012-05-071-0/+6
| | | | | | | | | | * etc/forms/README: New. * etc/forms/forms-d2.dat: Move to etc/forms/ subdirectory. * etc/forms/forms-d2.el, etc/forms/forms-pass.el: Move here from ../lisp. * lisp/forms.el: Related comment change.
* Do not limit current-time-string to years 1000..9999.Paul Eggert2012-05-031-0/+4
| | | | | | | | | | * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove. (Fcurrent_time_string): Support any year that is supported by the underlying localtime representation. Don't use asctime, as it has undefined behavior for years outside the range -999..9999. * doc/lispref/os.texi (Time of Day): Do not limit current-time-string to years 1000..9999. * etc/NEWS: Do not limit current-time-string to years 1000..9999.
* Fix dates of some merged ChangeLog entriesGlenn Morris2012-04-261-1/+1
|
* Merge changes from emacs-24 branchChong Yidong2012-04-271-0/+6
|\
| * ChangeLog fixGlenn Morris2012-04-261-4/+0
| |
| * Sync with Org git commit 374c56b.Bastien Guerry2012-04-261-0/+10
| |
* | Merge from emacs-24 branchChong Yidong2012-04-201-0/+6
|\ \ | |/
| * * etc/CONTRIBUTE: Expand a bit on copyright assignments.Glenn Morris2012-04-201-0/+2
| |
| * * MORE.STUFF: General update.Glenn Morris2012-04-201-0/+5
| | | | | | | | | | Mention list-packages. Remove many old/outdated URLs.
* | Add a policy list of domains that url.el can set cookies forLars Magne Ingebrigtsen2012-04-101-0/+4
|/ | | | | | | | | | * etc/publicsuffix.txt: New file. * lisp/url/url-cookie.el (url-cookie-two-dot-domains): Remove. (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p' instead of the variable above. Fixes: debbugs:1401
* NEWS: Add CC Mode entries.Alan Mackenzie2012-04-021-0/+4
|
* Update to Org version 7.8.07 (commit da0e6f in Org's repo)Bastien Guerry2012-04-011-0/+8
|
* Small fixes related to etc/HELLOGlenn Morris2012-03-161-0/+5
| | | | | | | | | * doc/emacs/help.texi (Language Help): * doc/emacs/mule.texi (International Chars): etc/HELLO is for character demonstration. * etc/HELLO: Say that this is not a comprehensive list. Remove "duplicate" entry. (Bug#11024)
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-221-4/+4
|
* In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert2012-02-201-0/+4
| | | | | * etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.
* Rename condition-case-no-debug to condition-case-unless-debugLeo Liu2012-02-101-0/+5
|
* * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.Alex Ott2012-02-081-0/+5
| | | | Coding system changed to UTF-8.
* etc/tutorials/TUTORIAL.es: Updated; synchronize with TUTORIAL.Juanma Barranquero2012-02-061-0/+4
|
* * tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.Pieter Schoenmakers2012-02-031-0/+4
|
* * etc/tutorials/TUTORIAL: Delete a repeat sentence.Chong Yidong2012-01-301-0/+4
|
* Update TUTORIAL.sv.Mats Lidell2012-01-251-0/+4
|
* Update TUTORIAL.bg.Ognyan Kulev2012-01-211-0/+4
|
* * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.Werner LEMBERG2012-01-181-0/+5
| | | | Minor typographical improvements.
* Update Slovenian tutorial.Primoz PETERLIN2012-01-171-0/+4
|
* Update the Hebrew tutorial.Eli Zaretskii2012-01-141-0/+5
| | | | | | | etc/tutorials/TUTORIAL.he: Update to follow changes to TUTORIAL in 2012-01-10T08:27:22Z!cyd@gnu.org. admin/FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as updated and checked.
* Update English tutorial.Chong Yidong2012-01-101-0/+7
| | | | | | | * etc/tutorials/TUTORIAL: Don't give instructions for old-style X scrollbars. Use DEL terminology instead of DelBack. Improve description of graphical continuation lines and mode-line. Promote use of C-/ and C-SPC. Remove discussion of flow control.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Update refcard Emacs version numbers.Glenn Morris2012-01-051-0/+10
| | | | | | | | | | | | * refcards/calccard.tex, refcards/cs-dired-ref.tex: * refcards/cs-refcard.tex, refcards/cs-survival.tex: * refcards/de-refcard.tex, refcards/dired-ref.tex: * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: * refcards/fr-survival.tex, refcards/pl-refcard.tex: * refcards/pt-br-refcard.tex, refcards/refcard.tex: * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex: * refcards/sk-refcard.tex, refcards/sk-survival.tex: * refcards/survival.tex: Bump version number to 24.
* ChangeLog fixes.Glenn Morris2012-01-041-4/+8
|
* Update short copyright year to 2012.Glenn Morris2012-01-041-0/+14
| | | | | | | | | | | | | | | | | | | | * etc/refcards/calccard.tex, etc/refcards/cs-dired-ref.tex: * etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex: * etc/refcards/de-refcard.tex, etc/refcards/dired-ref.tex: * etc/refcards/fr-dired-ref.tex, etc/refcards/fr-refcard.tex: * etc/refcards/fr-survival.tex, etc/refcards/orgcard.tex: * etc/refcards/pl-refcard.tex, etc/refcards/pt-br-refcard.tex: * etc/refcards/refcard.tex, etc/refcards/ru-refcard.tex: * etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex: * etc/refcards/sk-survival.tex, etc/refcards/survival.tex: * etc/refcards/vipcard.tex, etc/refcards/viperCard.tex: * lib-src/ebrowse.c (version) <emacs_copyright>: * lib-src/etags.c (print_version) <emacs_copyright>: * lib-src/rcs2log (Copyright): Update short copyright year to 2012. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * src/emacs.c (emacs_copyright): Update short copyright year to 2012.
* Merge Org 7.8.03Bastien Guerry2012-01-031-0/+14
|
* Clarify auth-source in conjuction with smtpmail in NEWS.Lars Magne Ingebrigtsen2011-12-101-0/+5
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.3.1.mh-e-8.3.1Bill Wohler2011-11-201-0/+6
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* Spelling fixes.Paul Eggert2011-11-181-1/+1
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Fix typos.Juanma Barranquero2011-11-141-0/+4
|
* etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905)Eli Zaretskii2011-10-291-0/+4
|
* * etc/NEWS: Document the disappearance of binding caches.Stefan Monnier2011-10-281-0/+4
| | | | Fixes: debbugs:9899
* etc/NEWS: Fix typo. Remove duplicate info.Juanma Barranquero2011-10-021-1/+5
|
* Document some window code changes in NEWS.Martin Rudalics2011-09-231-0/+4
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.3.Bill Wohler2011-09-191-0/+6
|
* * themes/adwaita-theme.el: New file.William Stevenson2011-09-121-1/+5
|
* Two new themes from Scott Frazer.Scott Frazer2011-09-121-0/+5
| | | | | * themes/whiteboard-theme.el: * themes/deeper-blue-theme.el (deeper-blue): New files.