bpt/emacs.git
10 years ago* lisp/abbrev.el (abbrev--check-chars): Fix thinko.
Stefan Monnier [Thu, 12 Sep 2013 19:36:23 +0000 (15:36 -0400)]
* lisp/abbrev.el (abbrev--check-chars): Fix thinko.

Fixes: debbugs:15329

10 years ago* lisp/emacs-lisp/package.el (package-buffer-info): Fix message typo.
Glenn Morris [Fri, 23 Aug 2013 16:50:39 +0000 (12:50 -0400)]
* lisp/emacs-lisp/package.el (package-buffer-info): Fix message typo.

10 years agoAuto-commit of generated files.
Glenn Morris [Fri, 23 Aug 2013 11:17:33 +0000 (07:17 -0400)]
Auto-commit of generated files.

10 years ago* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
Glenn Morris [Fri, 23 Aug 2013 06:44:59 +0000 (23:44 -0700)]
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.

10 years agoRename some doc/misc info nodes to avoid chars that can cause Texinfo problems
Glenn Morris [Tue, 13 Aug 2013 06:55:21 +0000 (23:55 -0700)]
Rename some doc/misc info nodes to avoid chars that can cause Texinfo problems

* reftex.texi (LaTeX xr Package, Options - Table of Contents)
(Options - Defining Label Environments, Options - Creating Labels)
(Options - Referencing Labels, Options - Creating Citations)
(Options - Index Support, Options - Viewing Cross-References)
(Options - Finding Files, Options - Optimizations)
(Options - Fontification, Options - Misc):
* cc-mode.texi (Sample Init File):
* edt.texi (Init file):
* epa.texi (Encrypting/decrypting gpg files):
* mairix-el.texi (About, Setting up the mairix interface, Using)
(Extending):
Rename nodes to avoid characters that can cause Texinfo problems.

10 years ago* etc/refcards/Makefile (dist): New rule.
Glenn Morris [Mon, 12 Aug 2013 01:14:23 +0000 (18:14 -0700)]
* etc/refcards/Makefile (dist): New rule.

10 years agoetc/refcards/Makefile tweaks
Glenn Morris [Mon, 12 Aug 2013 01:03:09 +0000 (18:03 -0700)]
etc/refcards/Makefile tweaks

* etc/refcards/Makefile (all_pdf, all_ps, fr-survival.ps): New targets.
(SURVIVAL_CARDS_PDF): Add fr_survival.pdf.

10 years agoBackport icalendar-tests fixes from trunk
Glenn Morris [Sun, 4 Aug 2013 18:42:50 +0000 (11:42 -0700)]
Backport icalendar-tests fixes from trunk

* test/automated/icalendar-tests.el (icalendar-tests--test-export)
(icalendar-tests--test-import):
Use getenv/setenv rather than set-time-zone-rule.
(icalendar-tests--test-import): Reset zone even if error occurred.
(icalendar-tests--do-test-cycle): Use with-current-buffer.

10 years ago* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
Glenn Morris [Sat, 3 Aug 2013 19:43:59 +0000 (12:43 -0700)]
* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.

10 years agoReduce use of mailto: in html versions of manuals
Glenn Morris [Wed, 31 Jul 2013 06:58:16 +0000 (23:58 -0700)]
Reduce use of mailto: in html versions of manuals

* doc/emacs/macos.texi (GNUstep Support):
* doc/emacs/trouble.texi (Checklist, Contributing, Service):
* doc/lispintro/emacs-lisp-intro.texi (Thank You):
* doc/misc/woman.texi (Top):
Avoid mailto: in html output.

10 years ago* lisp/format.el (format-annotate-function): Handle read-only text properties
Glenn Morris [Sat, 27 Jul 2013 00:29:42 +0000 (20:29 -0400)]
* lisp/format.el (format-annotate-function): Handle read-only text properties
in the source.

Fixes: debbugs:14887

10 years ago* make-dist: Add a --tests option, to include test/ (backport from trunk)
Glenn Morris [Thu, 25 Jul 2013 07:03:33 +0000 (00:03 -0700)]
* make-dist: Add a --tests option, to include test/   (backport from trunk)

10 years agoReduce use of @email in doc/misc
Glenn Morris [Thu, 25 Jul 2013 01:25:18 +0000 (21:25 -0400)]
Reduce use of @email in doc/misc

In many cases it serves no purpose.  It gets converted to mailto:
in html output, which is mainly just an invitation to get spam.

* doc/misc/erc.texi (Special Features): Update contact information.
(History): Avoid using @email.

* doc/misc/eshell.texi (Bugs and ideas): Minor updates.

* doc/misc/faq.texi (Reporting bugs, Origin of the term Emacs)
(Setting up a customization file)
(Using an already running Emacs process, Turning off beeping)
(Packages that do not come with Emacs)
(Replying to the sender of a message): Avoid using @email.

* doc/misc/pcl-cvs.texi (Contributors, Bugs): Avoid using @email.

* doc/misc/reftex.texi (Imprint): Avoid using @email.

* doc/misc/ses.texi (Top): Update bug reporting instructions.
(Acknowledgments): Avoid using @email.

* doc/misc/woman.texi (Introduction, Background): Remove outdated information.
(Bugs, Acknowledgments): Avoid using @email.

10 years agoAuto-commit of loaddefs files.
Glenn Morris [Wed, 24 Jul 2013 11:17:32 +0000 (07:17 -0400)]
Auto-commit of loaddefs files.

10 years ago* lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.
Glenn Morris [Wed, 24 Jul 2013 07:32:49 +0000 (00:32 -0700)]
* lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.

10 years ago* lisp/image-dired.el (image-dired-track-original-file):
Glenn Morris [Sat, 20 Jul 2013 19:17:32 +0000 (12:17 -0700)]
* lisp/image-dired.el (image-dired-track-original-file):
Avoid changing point of wrong window.

Fixes: debbugs:14909

10 years ago* gdb-mi.el (gdb-done-or-error): Guard against "%" in gdb output (tiny change)
Richard Copley [Thu, 18 Jul 2013 16:56:08 +0000 (12:56 -0400)]
* gdb-mi.el (gdb-done-or-error): Guard against "%" in gdb output (tiny change)

Fixes: debbugs:14127

10 years ago* src/image.c (Fimage_flush): Fix doc typo.
Glenn Morris [Mon, 15 Jul 2013 16:03:47 +0000 (09:03 -0700)]
* src/image.c (Fimage_flush): Fix doc typo.

10 years agoChangeLog fix (no need to merge to trunk)
Glenn Morris [Thu, 11 Jul 2013 17:19:31 +0000 (13:19 -0400)]
ChangeLog fix (no need to merge to trunk)

10 years ago* INSTALL: Try to clarify role of make distclean.
Glenn Morris [Tue, 9 Jul 2013 18:30:24 +0000 (14:30 -0400)]
* INSTALL: Try to clarify role of make distclean.

Fixes: debbugs:14833

10 years agoFixes: debbugs:14826
Andreas Schwab [Mon, 8 Jul 2013 18:49:53 +0000 (20:49 +0200)]
Fixes: debbugs:14826

* progmodes/sh-script.el (sh-read-variable): Remove interactive
spec.

10 years ago* mh-e.texi (Using This Manual): Printed elisp manuals no longer available.
Glenn Morris [Sat, 6 Jul 2013 01:19:46 +0000 (18:19 -0700)]
* mh-e.texi (Using This Manual): Printed elisp manuals no longer available.

10 years ago* doc/misc/mh-e.texi (Using This Manual): Refer to shop.fsf.org.
Glenn Morris [Sat, 6 Jul 2013 01:17:50 +0000 (18:17 -0700)]
* doc/misc/mh-e.texi (Using This Manual): Refer to shop.fsf.org.

10 years ago* doc/misc/mh-e.texi: Fix external links.
Glenn Morris [Sat, 6 Jul 2013 01:05:20 +0000 (18:05 -0700)]
* doc/misc/mh-e.texi: Fix external links.

10 years agoTweak html header for manuals
Glenn Morris [Fri, 5 Jul 2013 01:32:13 +0000 (18:32 -0700)]
Tweak html header for manuals

* doc/lispintro/emacs-lisp-intro.texi (Top):
Move WWW_GNU_ORG section outside @copying, update URL.

* doc/lispref/elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.

@copying appears as a comment on every page, there is no need for the
WWW_GNU_ORG stuff to be in there.

10 years ago* doc/misc/newsticker.texi (Overview): Update URL.
Glenn Morris [Thu, 4 Jul 2013 01:55:25 +0000 (18:55 -0700)]
* doc/misc/newsticker.texi (Overview): Update URL.

10 years ago* doc/misc/nxml-mode.texi (Introduction): Update @url.
Glenn Morris [Thu, 4 Jul 2013 01:53:56 +0000 (18:53 -0700)]
* doc/misc/nxml-mode.texi (Introduction): Update @url.

10 years ago* doc/misc/org.texi (JavaScript support): Fix @url.
Glenn Morris [Thu, 4 Jul 2013 01:52:54 +0000 (18:52 -0700)]
* doc/misc/org.texi (JavaScript support): Fix @url.

10 years ago* doc/misc/wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
Glenn Morris [Thu, 4 Jul 2013 01:52:12 +0000 (18:52 -0700)]
* doc/misc/wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
We can use an htaccess redirect to make the previous xref work.

10 years agoAuto-commit of generated files.
Glenn Morris [Wed, 3 Jul 2013 11:17:35 +0000 (07:17 -0400)]
Auto-commit of generated files.

10 years ago* doc/misc/dbus.texi: Comment fix.
Glenn Morris [Wed, 3 Jul 2013 07:51:34 +0000 (00:51 -0700)]
* doc/misc/dbus.texi: Comment fix.

10 years agoFix/update some gnus manual links to external resources
Glenn Morris [Wed, 3 Jul 2013 07:45:25 +0000 (00:45 -0700)]
Fix/update some gnus manual links to external resources

* doc/misc/gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
(FAQ 7-1): Update URL.

* doc/misc/gnus.texi (Top): Restrict "Other related manuals" to info output.
(Foreign Groups): Use @indicateurl for examples.
(Direct Functions): Remove defunct URL.
(RSS): Update URL.

10 years ago* doc/misc/eudc.texi (CCSO PH/QI): Remove defunct URL.
Glenn Morris [Wed, 3 Jul 2013 07:15:23 +0000 (00:15 -0700)]
* doc/misc/eudc.texi (CCSO PH/QI): Remove defunct URL.

10 years ago* doc/misc/dbus.texi (Introspection): Update URL to a less defunct one.
Glenn Morris [Wed, 3 Jul 2013 07:07:26 +0000 (00:07 -0700)]
* doc/misc/dbus.texi (Introspection): Update URL to a less defunct one.

10 years ago* doc/misc/pgg.texi (Top, Overview): Add note about obsolescence.
Glenn Morris [Wed, 3 Jul 2013 06:42:43 +0000 (23:42 -0700)]
* doc/misc/pgg.texi (Top, Overview): Add note about obsolescence.

10 years ago* lisp/subr.el (y-or-n-p): Handle empty prompts.
Glenn Morris [Wed, 3 Jul 2013 03:13:07 +0000 (20:13 -0700)]
* lisp/subr.el (y-or-n-p): Handle empty prompts.

Fixes: debbugs:14770

10 years agoFix some doc/ cross-references
Glenn Morris [Wed, 3 Jul 2013 03:03:47 +0000 (20:03 -0700)]
Fix some doc/ cross-references

* doc/lispintro/emacs-lisp-intro.texi (edebug):
* doc/lispref/debugging.texi (Debugging):
* doc/lispref/files.texi (File Attributes, Changing Files):
* doc/misc/bovine.texi (top):
* doc/misc/cc-mode.texi (AWK Mode Font Locking):
* doc/misc/mh-e.texi (Preface):
* doc/misc/url.texi (URI Parsing):
Fix cross-references to other manuals.

* doc/lispref/package.texi (Package Archives): Fix @url call.

10 years ago* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
Christoph Egger [Tue, 2 Jul 2013 16:11:15 +0000 (09:11 -0700)]
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
http://bugs.debian.org/712974

10 years agoFix two doc/emacs cross-references
Glenn Morris [Tue, 2 Jul 2013 07:42:34 +0000 (00:42 -0700)]
Fix two doc/emacs cross-references

* doc/emacs/maintaining.texi (EDE): Fix cross-reference.

* doc/emacs/programs.texi (Program Modes): Fix emacs-xtra reference.

10 years agoManual fixes re describe-syntax
Glenn Morris [Wed, 26 Jun 2013 07:16:20 +0000 (00:16 -0700)]
Manual fixes re describe-syntax

* doc/emacs/help.texi (Misc Help): Index describe-syntax.

* doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.

11 years ago* doc/emacs/rmail.texi: Comment
Glenn Morris [Mon, 24 Jun 2013 06:52:33 +0000 (23:52 -0700)]
* doc/emacs/rmail.texi: Comment

11 years agoRevert previous change
Glenn Morris [Mon, 24 Jun 2013 02:38:45 +0000 (19:38 -0700)]
Revert previous change

11 years ago* doc/misc/eudc.texi (Overview, Creating BBDB Records): Restrict bbdb cross-ref
Glenn Morris [Mon, 24 Jun 2013 02:26:57 +0000 (19:26 -0700)]
* doc/misc/eudc.texi (Overview, Creating BBDB Records): Restrict bbdb cross-ref
to info output.  It's not very important, and gives broken links in
the html version.

11 years ago* doc/emacs/files.texi: Comment.
Glenn Morris [Mon, 24 Jun 2013 02:24:40 +0000 (19:24 -0700)]
* doc/emacs/files.texi: Comment.

11 years ago* doc/misc/eshell.texi: Fix cross-references to other manuals.
Glenn Morris [Mon, 24 Jun 2013 00:42:12 +0000 (17:42 -0700)]
* doc/misc/eshell.texi: Fix cross-references to other manuals.

11 years agoAuto-commit of generated files.
Glenn Morris [Sat, 22 Jun 2013 11:17:30 +0000 (07:17 -0400)]
Auto-commit of generated files.

11 years ago* configure.ac: Include X11/X.h when testing for Xft.h.
Glenn Morris [Sat, 22 Jun 2013 00:28:07 +0000 (20:28 -0400)]
* configure.ac: Include X11/X.h when testing for Xft.h.

Fixes: debbugs:14684

11 years ago* doc/lispref/loading.texi (Autoload): Fix typo.
Glenn Morris [Wed, 19 Jun 2013 03:45:10 +0000 (20:45 -0700)]
* doc/lispref/loading.texi (Autoload): Fix typo.

11 years ago* doc/lispref/variables.texi (Lexical Binding): Fix typo.
Glenn Morris [Wed, 12 Jun 2013 01:25:53 +0000 (21:25 -0400)]
* doc/lispref/variables.texi (Lexical Binding): Fix typo.

11 years ago* doc/lispref/functions.texi (Anonymous Functions): Put back '
Glenn Morris [Wed, 12 Jun 2013 01:23:16 +0000 (21:23 -0400)]
* doc/lispref/functions.texi (Anonymous Functions): Put back '
over-enthusiastically removed 2012-10-23.

11 years ago* progmodes/python.el: Fix typo in commentary.
Fabián Ezequiel Gallina [Sun, 26 May 2013 09:06:02 +0000 (06:06 -0300)]
* progmodes/python.el: Fix typo in commentary.

11 years ago* progmodes/python.el (python-indent-block-enders): Add break,
Fabián Ezequiel Gallina [Sun, 26 May 2013 08:55:02 +0000 (05:55 -0300)]
* progmodes/python.el (python-indent-block-enders): Add break,
continue and raise keywords.

11 years ago* doc/emacs/programs.texi (Semantic): Fix typo.
Glenn Morris [Thu, 23 May 2013 19:12:10 +0000 (15:12 -0400)]
* doc/emacs/programs.texi (Semantic): Fix typo.

11 years ago* lisp/descr-text.el (describe-char): Fix %d/%x typo.
Ulrich Mueller [Wed, 8 May 2013 03:52:54 +0000 (20:52 -0700)]
* lisp/descr-text.el (describe-char): Fix %d/%x typo.

Fixes: debbugs:14360

11 years agoFix some doc/emacs typos
Glenn Morris [Wed, 8 May 2013 03:49:29 +0000 (20:49 -0700)]
Fix some doc/emacs typos

* doc/emacs/sending.texi (Mail Sending): Fix typo.

* doc/emacs/windows.texi (Change Window): Fix typo.

11 years ago* doc/emacs/custom.texi (Changing a Variable): Fix typo.
Glenn Morris [Tue, 7 May 2013 06:43:34 +0000 (23:43 -0700)]
* doc/emacs/custom.texi (Changing a Variable): Fix typo.

11 years ago* doc/emacs/trouble.texi (Contributing): Remove obsolete info re pretesters.
Glenn Morris [Mon, 6 May 2013 19:34:40 +0000 (15:34 -0400)]
* doc/emacs/trouble.texi (Contributing): Remove obsolete info re pretesters.

11 years agoPut back no-longer-defunct URL from 2012-12-20T14:57:40Z!eggert@cs.ucla.edu
Glenn Morris [Sun, 28 Apr 2013 17:40:32 +0000 (10:40 -0700)]
Put back no-longer-defunct URL from 2012-12-20T14:57:40Z!eggert@cs.ucla.edu

11 years ago* subr.el (read-number): Once more use `read'
Glenn Morris [Wed, 24 Apr 2013 17:31:43 +0000 (10:31 -0700)]
* subr.el (read-number): Once more use `read'
rather than `string-to-number', to trap non-numeric input.

Fixes: debbugs:14254

11 years ago* lisp/emacs-lisp/syntax.el (syntax-propertize-multiline):
Erik Charlebois [Mon, 22 Apr 2013 14:11:37 +0000 (10:11 -0400)]
* lisp/emacs-lisp/syntax.el (syntax-propertize-multiline):
Use `syntax-multiline' text property consistently instead of
`font-lock-multiline'..

Fixes: debbugs:14237

11 years ago* doc/man/emacs.1: Add some more command-line options.
Petr Hracek [Wed, 10 Apr 2013 01:39:02 +0000 (18:39 -0700)]
* doc/man/emacs.1: Add some more command-line options.

Fixes: debbugs:14165

11 years agoBackport trunk 2013-03-26T00:42:08Z!monnier@iro.umontreal.ca em-prompt fix
Stefan Monnier [Sat, 6 Apr 2013 23:05:53 +0000 (16:05 -0700)]
Backport trunk 2013-03-26T00:42:08Z!monnier@iro.umontreal.ca em-prompt fix

* lisp/eshell/em-prompt.el (eshell-emit-prompt):
Make sure we can't insert into the prompt either.

Fixes: debbugs:13963

11 years agoStandardize license notice
Glenn Morris [Sat, 30 Mar 2013 16:52:28 +0000 (09:52 -0700)]
Standardize license notice

11 years agoRelicense under GPLv3 or later
Glenn Morris [Sat, 30 Mar 2013 16:42:17 +0000 (09:42 -0700)]
Relicense under GPLv3 or later

11 years agoBackport copyright fix from trunk
Glenn Morris [Sat, 30 Mar 2013 16:37:47 +0000 (09:37 -0700)]
Backport copyright fix from trunk

11 years agoUn-indent after "pass" and "return" statements
Fabián Ezequiel Gallina [Tue, 26 Mar 2013 01:55:11 +0000 (22:55 -0300)]
Un-indent after "pass" and "return" statements
* lisp/progmodes/python.el (python-indent-block-enders): New var.
(python-indent-calculate-indentation): Use it.

* test/automated/python-tests.el
(python-indent-block-enders): New test.
(python-info-current-defun-2): Fix test.

Fixes: debbugs:13888

11 years ago* net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
Michael Albinus [Mon, 25 Mar 2013 09:16:31 +0000 (10:16 +0100)]
* net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
defun.  Defining it as defalias could introduce too eager
byte-compiler optimization.  (Bug#14030)

11 years ago* iswitchb.el (iswitchb-read-buffer): Fix typo.
Chong Yidong [Mon, 25 Mar 2013 03:53:46 +0000 (11:53 +0800)]
* iswitchb.el (iswitchb-read-buffer): Fix typo.

11 years ago* progmodes/scheme.el: Add indentation and font-locking for λ.
Leo Liu [Sat, 16 Mar 2013 15:24:39 +0000 (23:24 +0800)]
* progmodes/scheme.el: Add indentation and font-locking for λ.

Fixes: debbugs:13975

11 years ago* lisp/emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
Stefan Monnier [Thu, 14 Mar 2013 14:48:03 +0000 (10:48 -0400)]
* lisp/emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
token before point.

Fixes: debbugs:13942

11 years ago* thingatpt.el (end-of-sexp): Use syntax-after.
Leo Liu [Thu, 14 Mar 2013 14:16:00 +0000 (22:16 +0800)]
* thingatpt.el (end-of-sexp): Use syntax-after.

11 years ago* thingatpt.el (end-of-sexp): Fix bug#13952.
Leo Liu [Thu, 14 Mar 2013 11:48:05 +0000 (19:48 +0800)]
* thingatpt.el (end-of-sexp): Fix bug#13952.

11 years ago* admin/admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
Glenn Morris [Thu, 14 Mar 2013 04:59:13 +0000 (21:59 -0700)]
* admin/admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.

11 years ago* leim/quail/latin-ltx.el: Resolve conflicts.
Stefan Monnier [Thu, 14 Mar 2013 03:00:18 +0000 (23:00 -0400)]
* leim/quail/latin-ltx.el: Resolve conflicts.
(latin-ltx--mark-map, latin-ltx--mark-re): New constants.
(latin-ltx--define-rules): Check for conflicts.  Eval `re's.
(rules): Use tighter regexps to avoid conflicts.
Consolidate the various rules for combining marks.

Fixes: debbugs:13950

11 years ago* pop.c: Fix ERRMAX typo (Bug#13925).
Paul Eggert [Tue, 12 Mar 2013 22:00:07 +0000 (15:00 -0700)]
* pop.c: Fix ERRMAX typo (Bug#13925).

(socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]:
Use ERROR_MAX, not ERRMAX.

11 years agoTweaks for www.gnu.org html versions of manuals
Glenn Morris [Tue, 12 Mar 2013 07:15:15 +0000 (00:15 -0700)]
Tweaks for www.gnu.org html versions of manuals

* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.

* doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org.

* doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.

* doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.

11 years agoSmall updates for make-manuals admin scripts
Glenn Morris [Mon, 11 Mar 2013 08:09:21 +0000 (01:09 -0700)]
Small updates for make-manuals admin scripts

* admin/admin.el (make-manuals): Add emacs-lisp-intro and some more
doc/misc manuals.
(manual-html-mono, manual-html-node, manual-txt): Pass -I to makeinfo.

11 years agoAdd 24.3 release to ChangeLogs
Glenn Morris [Mon, 11 Mar 2013 02:35:23 +0000 (19:35 -0700)]
Add 24.3 release to ChangeLogs

11 years agoFix critical bug in Org.
Bastien Guerry [Fri, 8 Mar 2013 06:37:21 +0000 (07:37 +0100)]
Fix critical bug in Org.

11 years agoAuto-commit of generated files.
Glenn Morris [Wed, 6 Mar 2013 12:17:43 +0000 (07:17 -0500)]
Auto-commit of generated files.

11 years agoFix a build failure on OpenBSD 4.x and MirBSD.
Paul Eggert [Wed, 6 Mar 2013 07:46:09 +0000 (23:46 -0800)]
Fix a build failure on OpenBSD 4.x and MirBSD.

* sysdep.c (list_system_processes): Make it a stub on all BSD_SYSTEM
hosts, except for DARWIN_OS and FreeBSD where it's been tested.

Fixes: debbugs:13881

11 years agoFix a build failure on OpenBSD 4.x and MirBSD.
Paul Eggert [Tue, 5 Mar 2013 21:56:36 +0000 (13:56 -0800)]
Fix a build failure on OpenBSD 4.x and MirBSD.

* sysdep.c (list_system_processes) [__OpenBSD__ || __MirBSD__]:
Make it a stub in this case; otherwise the build might fail,
and even if the build worked the function would just return nil anyway.
Problem reported by Nelson H. F. Beebe in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
and analyzed by Jérémie Courrèges-Anglas in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>.

Fixes: debbugs:13881

11 years ago* configure.ac (TERM_HEADER): Remove duplicate definition.
Paul Eggert [Tue, 5 Mar 2013 17:25:50 +0000 (09:25 -0800)]
* configure.ac (TERM_HEADER): Remove duplicate definition.

It can mess up 'configure' runs.

Fixes: debbugs:13872

11 years agoRegenerate AUTHORS and ldefs-boot.el
Glenn Morris [Tue, 5 Mar 2013 03:55:25 +0000 (19:55 -0800)]
Regenerate AUTHORS and ldefs-boot.el

11 years agoBump version to 24.3 (only a release candidate at the moment)
Glenn Morris [Tue, 5 Mar 2013 03:53:34 +0000 (19:53 -0800)]
Bump version to 24.3 (only a release candidate at the moment)

11 years ago* Makefile.in (install-man): Ignore gzip exit status.
Glenn Morris [Tue, 5 Mar 2013 03:43:52 +0000 (19:43 -0800)]
* Makefile.in (install-man): Ignore gzip exit status.

11 years agoAlso port to MirBSD.
Paul Eggert [Tue, 5 Mar 2013 02:15:35 +0000 (18:15 -0800)]
Also port to MirBSD.

11 years agoFix a build failure on OpenBSD 4.x.
Paul Eggert [Tue, 5 Mar 2013 02:03:05 +0000 (18:03 -0800)]
Fix a build failure on OpenBSD 4.x.

* sysdep.c (KERN_PROC, kinfo_proc) [BSD_SYSTEM && !KERN_PROC]:
Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9.
list-system-processes still returns nil, but at least it doesn't crash.
Problem reported by Nelson H. F. Beebe in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>.

11 years ago* emacs-lisp-intro.texi (Simple Extension): Fix typos.
Glenn Morris [Sun, 3 Mar 2013 18:44:56 +0000 (10:44 -0800)]
* emacs-lisp-intro.texi (Simple Extension): Fix typos.

11 years ago* emacs-lisp-intro.texi (defcustom): Fix typo.
Glenn Morris [Sun, 3 Mar 2013 02:37:26 +0000 (18:37 -0800)]
* emacs-lisp-intro.texi (defcustom): Fix typo.

11 years ago* emacs-lisp-intro.texi (Digression into C): Update example.
Glenn Morris [Sun, 3 Mar 2013 02:34:48 +0000 (18:34 -0800)]
* emacs-lisp-intro.texi (Digression into C): Update example.

11 years ago* doc/lispref/objects.texi (Symbol Type): Fix typo.
Glenn Morris [Sun, 3 Mar 2013 02:09:31 +0000 (18:09 -0800)]
* doc/lispref/objects.texi (Symbol Type): Fix typo.

11 years agoFixes: debbugs:13734
Andreas Schwab [Sat, 2 Mar 2013 07:48:18 +0000 (08:48 +0100)]
Fixes: debbugs:13734

* lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren.

11 years agoAuto-commit of loaddefs files.
Glenn Morris [Fri, 1 Mar 2013 12:17:43 +0000 (07:17 -0500)]
Auto-commit of loaddefs files.

11 years agoNEWS copyedits
Glenn Morris [Fri, 1 Mar 2013 08:24:44 +0000 (00:24 -0800)]
NEWS copyedits

11 years ago* etc/NEWS: Add entries for ruby-mode.
Dmitry Gutov [Thu, 28 Feb 2013 22:18:25 +0000 (02:18 +0400)]
* etc/NEWS: Add entries for ruby-mode.

11 years ago* doc/misc/org.texi: Fix previous change.
Glenn Morris [Thu, 28 Feb 2013 06:21:39 +0000 (22:21 -0800)]
* doc/misc/org.texi: Fix previous change.

11 years agoNEWS copyedits
Glenn Morris [Thu, 28 Feb 2013 06:20:10 +0000 (22:20 -0800)]
NEWS copyedits

11 years agoMerge latest Org fixes (commit 7524ef2).
Bastien Guerry [Thu, 28 Feb 2013 00:31:26 +0000 (01:31 +0100)]
Merge latest Org fixes (commit 7524ef2).

11 years ago* NEWS: Add paragraphs for CEDET and EIEIO.
David Engster [Wed, 27 Feb 2013 21:04:56 +0000 (22:04 +0100)]
* NEWS: Add paragraphs for CEDET and EIEIO.