summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate AUTHORS and ldefs-boot.elemacs-24.3-rc1Glenn Morris2013-03-04
|
* Bump version to 24.3 (only a release candidate at the moment)Glenn Morris2013-03-04
|
* * Makefile.in (install-man): Ignore gzip exit status.Glenn Morris2013-03-04
|
* Also port to MirBSD.Paul Eggert2013-03-04
|
* Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-04
| | | | | | | | * 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>.
* * emacs-lisp-intro.texi (Simple Extension): Fix typos.Glenn Morris2013-03-03
|
* * emacs-lisp-intro.texi (defcustom): Fix typo.Glenn Morris2013-03-02
|
* * emacs-lisp-intro.texi (Digression into C): Update example.Glenn Morris2013-03-02
|
* * doc/lispref/objects.texi (Symbol Type): Fix typo.Glenn Morris2013-03-02
|
* Fixes: debbugs:13734Andreas Schwab2013-03-02
| | | | * lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren.
* Auto-commit of loaddefs files.Glenn Morris2013-03-01
|
* NEWS copyeditsGlenn Morris2013-03-01
|
* * etc/NEWS: Add entries for ruby-mode.Dmitry Gutov2013-03-01
|
* * doc/misc/org.texi: Fix previous change.Glenn Morris2013-02-27
|
* NEWS copyeditsGlenn Morris2013-02-27
|
* Merge latest Org fixes (commit 7524ef2).Bastien Guerry2013-02-28
|
* * NEWS: Add paragraphs for CEDET and EIEIO.David Engster2013-02-27
|
* w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii2013-02-27
| | | | Related to bug #13546.
* * variables.texi (File Local Variables): Fix reference.Bastien Guerry2013-02-27
| | | | | Thanks to Aurélien Aptel and for reporting this problem and to Xue Fuqiao for suggesting a fix.
* * xresources.texi (GTK resources): Fix broken link.Bastien Guerry2013-02-27
| | | | | Thanks to Mariano Street for reporting this and suggesting the correct link.
* * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.Glenn Morris2013-02-25
|
* * automated/python-tests.elFabián Ezequiel Gallina2013-02-25
| | | | | | | | | | | | | | | | | | | (python-tests-with-temp-buffer): Doc fix. (python-tests-with-temp-file): New macro. (python-tests-shell-interpreter): New var. (python-shell-get-process-name-1) (python-shell-internal-get-process-name-1) (python-shell-parse-command-1) (python-shell-calculate-process-environment-1) (python-shell-calculate-process-environment-2) (python-shell-calculate-process-environment-3) (python-shell-calculate-exec-path-1) (python-shell-calculate-exec-path-2) (python-shell-make-comint-1) (python-shell-make-comint-2) (python-shell-get-process-1) (python-shell-get-or-create-process-1) (python-shell-internal-get-or-create-process-1): New tests.
* * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions ofMichael Albinus2013-02-25
| | | | the macros, for Texinfo 4.13 and 5.0.
* Port documentation to Texinfo 5.0.Michael Albinus2013-02-24
| | | | | | * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c. (Filename Syntax): Do not use @trampfn{} in @item. (Filename completion): Use @columnfractions in @multitable.
* Fixes: debbugs:13797Andreas Schwab2013-02-24
| | | | | * xdisp.c (set_message): Only check for debug-on-message if STRING is a string.
* Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-23
| | | | | | | | * filelock.c (fill_in_lock_file_name): Fix crash caused by the 2012-07-10 patch to this file. Reported by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00533.html> and diagnosed by Andreas Schwab in <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00534.html>.
* TODO updateGlenn Morris2013-02-23
|
* Minor improvements in the ELisp manual.Eli Zaretskii2013-02-23
| | | | doc/lispref/files.texi (Magic File Names): Improve wording and indexing.
* * ack.texi, emacs.texi (Acknowledgments): Small updatesGlenn Morris2013-02-22
|
* Improve instructions in etc/DEBUG, per bug #13775.Eli Zaretskii2013-02-22
|
* * doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.Glenn Morris2013-02-21
|
* Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org ↵Paul Eggert2013-02-21
| | | | and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu.
* * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2013-02-21
| | | | | | | | | | | | | | Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end' to `isearch-other-end' if it is not nil. * lisp/replace.el (replace-highlight): Let-bind `isearch-other-end' to `match-beg'. * lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay): Let-bind `isearch-other-end' to `start', `isearch-forward' to t and `isearch-error' to nil. Fixes: debbugs:13402
* ChangeLog fixGlenn Morris2013-02-21
|
* Remove package not updated in 10 years.Glenn Morris2013-02-20
|
* * progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina2013-02-20
| | | | match-data cluttering prevention.
* Added intial test suite for python.el.Fabián Ezequiel Gallina2013-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automated/python-tests.el (python-tests-with-temp-buffer): New macro. (python-tests-look-at): New function. (python-tests-look-at-1) (python-tests-look-at-2) (python-indent-pep8-1) (python-indent-pep8-2) (python-indent-pep8-3) (python-indent-inside-paren-1) (python-indent-inside-paren-2) (python-indent-after-block-1) (python-indent-after-block-2) (python-indent-dedenters-1) (python-indent-after-backslash-1) (python-indent-after-backslash-2) (python-nav-beginning-of-defun-1) (python-nav-beginning-of-defun-2) (python-nav-end-of-defun-1) (python-nav-end-of-defun-2) (python-nav-beginning-of-statement-1) (python-nav-end-of-statement-1) (python-nav-forward-statement- (python-nav-backward-statement-1) (python-nav-backward-statement-2) (python-nav-beginning-of-block-1) (python-nav-end-of-block-1) (python-nav-forward-block-1) (python-nav-lisp-forward-sexp-safe-1) (python-nav-forward-sexp-1) (python-nav-forward-sexp-2) (python-nav-forward-sexp-3) (python-nav-up-list-1) (python-nav-backward-up-list-1) (python-imenu-prev-index-position-1) (python-info-current-defun-1) (python-info-current-defun-2) (python-info-current-defun-3) (python-info-current-symbol-1) (python-info-current-symbol-2) (python-info-current-symbol-3) (python-info-statement-starts-block-p-1) (python-info-statement-starts-block-p-2) (python-info-statement-ends-block-p-1) (python-info-statement-ends-block-p-2) (python-info-beginning-of-statement-p-1) (python-info-beginning-of-statement-p-2) (python-info-end-of-statement-p-1) (python-info-end-of-statement-p-2) (python-info-beginning-of-block-p-1) (python-info-beginning-of-block-p-2) (python-info-end-of-block-p-1) (python-info-end-of-block-p-2) (python-info-closing-block-1) (python-info-closing-block-2) (python-info-line-ends-backslash-p-1) (python-info-beginning-of-backslash-1) (python-info-continuation-line-p-1) (python-info-block-continuation-line-p-1) (python-info-block-continuation-line-p-2) (python-info-assignment-continuation-line-p-1) (python-info-assignment-continuation-line-p-2) (python-info-looking-at-beginning-of-defun-1) (python-info-current-line-comment-p-1) (python-info-current-line-empty-p) (python-util-goto-line-1) (python-util-clone-local-variables-1) (python-util-forward-comment-1): New tests.
* * lisp/net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is notGlenn Morris2013-02-19
| | | | loaded while outline-regexp is let bound. (Bug#9584)
* * progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina2013-02-19
| | | | defun name retrieval because of unwanted match-data cluttering.
* * progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina2013-02-19
| | | | | | | | | | | python-info-line-ends-backslash-p call. (python-info-line-ends-backslash-p) (python-info-beginning-of-backslash): Respect line-number argument. (python-info-current-line-comment-p): Fix behavior when not at beginning-of-line. (python-util-position): Remove function. (python-util-goto-line): New function.
* Remove some defunct/no longer relevant MORE.STUFF links.Glenn Morris2013-02-18
| | | | Move info-look stuff to info-look.el commentary.
* * doc/lispref/text.texi (Change Hooks): Fix typo.Glenn Morris2013-02-18
|
* * eshell/em-unix.el (eshell/su): Require tramp.Michael Albinus2013-02-18
| | | | | | | | (eshell/sudo): Require tramp. Remove now unnecessary check. * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind `tramp-current-connection' in order to avoid an error when several commands are invoked in a short time in eshell and friends.
* Avoid leaking handles on MS-Windows.Eli Zaretskii2013-02-18
| | | | | src/w32proc.c (new_child): Avoid leaking handles if the subprocess resources were not orderly released.
* Fix a typo in a comment.Eli Zaretskii2013-02-18
|
* Fix bug #13735 with network streams on MS-Windows.Eli Zaretskii2013-02-17
| | | | | | | | | | | | | | | | | | | | Revert changes to w32proc.c done since 2012-11-30T09:23:15Z!eliz@gnu.org. Do NOT merge to trunk! src/w32proc.c (new_child): Remove the loop that attempted to salvage slots of dead processes. (new_child, delete_child, find_child_pid): Don't insist on procinfo.hProcess be NULL for a process slot to be considered inactive, or be non-NULL to be considered active. (reader_thread): Don't set the FILE_AT_EOF flag of a file descriptor if the corresponding child was deleted and its char_avail handle is NULL. (reap_subprocess): Don't reset the FILE_AT_EOF flag. (sys_select): Don't pass a NULL process handle to WaitForMultipleObjects. Fixes: debbugs:13735 debbugs:13546
* Fix bug #13723 with redrawing vertical border in GUI sessions.Eli Zaretskii2013-02-17
| | | | | | src/xdisp.c (x_draw_vertical_border): For a window that is neither the leftmost nor the rightmost, redraw both the left and the right vertical borders.
* A few small TODO and CONTRIBUTE updatesGlenn Morris2013-02-16
|
* * lisp/net/network-stream.el (network-stream-open-starttls):Didier Verna2013-02-15
| | | | | | Check that response to the starttls-command is non-nil. Fixes: debbugs:13706
* Fix commit 2013-02-15T09:41:31Z!eliz@gnu.org for bug #13546.Eli Zaretskii2013-02-15
|