Juanma Barranquero
1ac8b55c0c
etc/tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
2012-07-08 02:48:27 +02:00
Michael Witten
95486d4692
* tutorials/TUTORIAL: Copyedits.
...
Fixes: debbugs:11689
2012-07-07 18:34:37 +08:00
Glenn Morris
9ab8995926
* emacs.py, emacs2.py, emacs3.py: Remove files.
...
AFAICS, the new python.el does not use these files.
2012-06-27 23:58:39 -07:00
Lawrence Mitchell
bbf908bc69
* etc/NEWS: Move and improve the defun/defalias changes.
...
Fixes: debbugs:11686
2012-06-24 13:07:26 -04:00
Paul Eggert
d35af63cd6
Support higher-resolution time stamps.
...
Fixes: debbugs:9000
2012-06-22 14:17:42 -07:00
Deniz Dogan
65a962bad9
* tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
2012-06-13 11:10:01 +02:00
Paul Eggert
a043d3535a
* PROBLEMS (68000 C compiler problems): Remove obsolete section.
...
Not only are the compilers long-dead, the obsolete advice
typically doesn't apply to current Emacs sources.
2012-06-04 10:17:48 -07:00
Chong Yidong
5205d6f6a8
Fix legibility of compilation mode-line messages.
...
* 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
2012-06-03 22:37:13 +08:00
Paul Eggert
501390c597
Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
...
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.
2012-06-01 11:26:21 -07:00
Andrew Beals
f51b6486fc
* etc/spook.lines: Additions. (tiny change)
...
Fixes: debbugs:11598
2012-06-01 00:10:49 -07:00
Paul Eggert
ba93a18774
Remove obsolete '#define static' cruft.
...
* 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".
2012-05-30 22:08:37 -07:00
Glenn Morris
af8630f410
Move some forms.el example files to etc/forms directory
...
* 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.
2012-05-07 18:53:17 -04:00
Paul Eggert
ab0fa4e4ba
Do not limit current-time-string to years 1000..9999.
...
* 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.
2012-05-03 13:04:29 -07:00
Glenn Morris
578c1d4bf1
Fix dates of some merged ChangeLog entries
2012-04-26 23:08:14 -07:00
Chong Yidong
a8e7d6d783
Merge changes from emacs-24 branch
2012-04-27 11:10:38 +08:00
Glenn Morris
6bd40061bf
ChangeLog fix
2012-04-26 14:10:02 -04:00
Bastien Guerry
2f885dcacb
Sync with Org git commit 374c56b.
2012-04-26 19:30:04 +02:00
Chong Yidong
c07a4c0b59
Merge from emacs-24 branch
2012-04-20 16:48:50 +08:00
Glenn Morris
50e5ebca7e
* etc/CONTRIBUTE: Expand a bit on copyright assignments.
2012-04-20 00:49:19 -07:00
Glenn Morris
c04627ac2b
* MORE.STUFF: General update.
...
Mention list-packages.
Remove many old/outdated URLs.
2012-04-20 00:37:20 -07:00
Lars Magne Ingebrigtsen
9ea49b28ab
Add a policy list of domains that url.el can set cookies for
...
* 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
2012-04-10 03:57:45 +02:00
Alan Mackenzie
551b046fc3
NEWS: Add CC Mode entries.
2012-04-02 09:59:52 +00:00
Bastien Guerry
153ae947f8
Update to Org version 7.8.07 (commit da0e6f in Org's repo)
2012-04-01 11:49:25 +02:00
Glenn Morris
66ecdc9e08
Small fixes related to etc/HELLO
...
* 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)
2012-03-16 19:20:37 -04:00
Glenn Morris
7a71b18d53
ChangeLog fixes prompted by M-x authors
2012-02-22 20:31:39 -05:00
Paul Eggert
cb3a28cc90
In GDB scripts, don't assume that EMACS_INT fits in long.
...
* etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'.
* src/.gdbinit (xreload): Likewise.
2012-02-20 16:07:53 -08:00
Leo Liu
1be3ca5ad7
Rename condition-case-no-debug to condition-case-unless-debug
2012-02-10 23:59:29 +08:00
Alex Ott
5eb7536f50
* tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.
...
Coding system changed to UTF-8.
2012-02-08 10:05:02 +08:00
Juanma Barranquero
62106554e2
etc/tutorials/TUTORIAL.es: Updated; synchronize with TUTORIAL.
2012-02-06 01:22:11 +01:00
Pieter Schoenmakers
9ff3f0fdc3
* tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
2012-02-03 23:37:54 +08:00
Chong Yidong
1714d1eea5
* etc/tutorials/TUTORIAL: Delete a repeat sentence.
2012-01-30 15:54:00 +08:00
Mats Lidell
21f5018395
Update TUTORIAL.sv.
2012-01-25 14:12:10 +08:00
Ognyan Kulev
7a22e70011
Update TUTORIAL.bg.
2012-01-21 22:58:38 +08:00
Werner LEMBERG
3fcca64dce
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
...
Minor typographical improvements.
2012-01-18 11:33:30 +01:00
Primoz PETERLIN
6d0bd9ba72
Update Slovenian tutorial.
2012-01-17 22:16:42 +08:00
Eli Zaretskii
0dc18ae0ea
Update the Hebrew tutorial.
...
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.
2012-01-14 13:23:45 +02:00
Chong Yidong
107ddb9783
Update English tutorial.
...
* 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.
2012-01-10 16:27:22 +08:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Glenn Morris
220b19457b
Update refcard Emacs version numbers.
...
* 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.
2012-01-05 00:05:57 -08:00
Glenn Morris
2057c0404e
ChangeLog fixes.
2012-01-04 23:49:56 -08:00
Glenn Morris
1c6e5a3260
Update short copyright year to 2012.
...
* 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.
2012-01-04 23:45:28 -08:00
Bastien Guerry
e66ba1dfc4
Merge Org 7.8.03
2012-01-03 18:27:21 +01:00
Lars Magne Ingebrigtsen
ffdcbd1c7b
Clarify auth-source in conjuction with smtpmail in NEWS.
2011-12-10 07:58:12 +01:00
Bill Wohler
06b08b8892
* NEWS, MH-E-NEWS: Update for MH-E release 8.3.1.
2011-11-20 12:32:21 -08:00
Juanma Barranquero
fe7a3057a3
Fix typos.
2011-11-20 20:35:27 +01:00
Paul Eggert
3ed8598c49
Spelling fixes.
2011-11-18 00:31:02 -08:00
Paul Eggert
91af3942e9
Spelling fixes.
2011-11-14 15:59:56 -08:00
Juanma Barranquero
0b381c7eb8
Fix typos.
2011-11-14 22:00:24 +01:00
Eli Zaretskii
5f72f6cb08
etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
2011-10-29 16:33:42 +02:00
Stefan Monnier
be890cb842
* etc/NEWS: Document the disappearance of binding caches.
...
Fixes: debbugs:9899
2011-10-28 20:41:20 -04:00