summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/srecode/el.srt2
-rw-r--r--lisp/ChangeLog80
-rw-r--r--lisp/allout.el6
-rw-r--r--lisp/emulation/viper-cmd.el2
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/gnus/gnus.el2
-rw-r--r--lisp/org/ChangeLog418
-rw-r--r--lisp/org/org.el44
-rw-r--r--lisp/progmodes/prolog.el4
-rw-r--r--src/ChangeLog14
11 files changed, 243 insertions, 341 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 74787c3de3b..13f99b466a3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-06 Juanma Barranquero <lekktu@gmail.com>
+
+ * srecode/el.srt: Fix typo.
+
2011-02-21 Chong Yidong <cyd@stupidchicken.com>
* themes/tango-dark-theme.el: Tweak background on low-color
@@ -117,7 +121,7 @@
* NEWS: Mention new Tramp method "ksu".
-2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
+2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
* schema/schemas.xml: Add DocBook (Bug#7491).
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index b63d560582c..6117e72be2a 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -261,7 +261,7 @@ template defgroup :indent :blank
----
(defgroup $?MODESYM$-mode nil
"$MODESYM$ group."
- :group 'langauges)
+ :group 'languages)
----
bind "g"
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff365579ec0..8290398d038 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-06 Juanma Barranquero <lekktu@gmail.com>
+
+ * allout.el (allout-init, allout-prefixed-keybindings)
+ (allout-unprefixed-keybindings):
+ * progmodes/prolog.el (prolog-find-term):
+ Fix typos in docstrings.
+
2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
* emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
@@ -24,13 +31,14 @@
* ps-print.el:
* saveplace.el:
* net/tramp-cache.el:
+ * obsolete/fast-lock.el:
* textmodes/reftex.el:
Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
- * files.el (delete-directory, copy-directory, list-directory): Use
- read-directory-name.
+ * files.el (delete-directory, copy-directory, list-directory):
+ Use read-directory-name.
* find-file.el (ff-find-the-other-file):
* net/ange-ftp.el (ange-ftp-make-directory):
@@ -60,7 +68,7 @@
* eshell/esh-var.el: Don't require esh-test when compiling.
* eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
* eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
- * eshell/esh-test.el: Move to ../../test/eshell.el
+ * eshell/esh-test.el: Move to ../../test/eshell.el.
2011-03-05 David Engster <deng@randomsample.de>
@@ -81,10 +89,10 @@
(rcirc-authenticated-hook): New variable.
(rcirc-connect): Make local variable rcirc-user-authenticated.
(rcirc-handler-001): Respect rcirc-authenticate-before-join.
- (rcirc-check-auth-status, rcirc-join-channels-post-auth): New
- functions.
- (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE): Call
- rcirc-check-auth-status.
+ (rcirc-check-auth-status, rcirc-join-channels-post-auth):
+ New functions.
+ (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
+ Call rcirc-check-auth-status.
2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
@@ -230,7 +238,7 @@
2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
- * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e. (Bug#7349)
+ * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
@@ -455,7 +463,7 @@
* help-fns.el (describe-function-1): Don't signal an error just because
the DOC file disappeared.
-2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
+2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
* eshell/esh-ext.el (eshell-external-command): Do not restrict
remote check to "ftp". (Bug#8089)
@@ -518,8 +526,8 @@
* autorevert.el (auto-revert-mode, auto-revert-tail-mode)
(global-auto-revert-ignore-buffer): Remove leading "*" from docs.
-2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
- Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
+2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
+ Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
* progmodes/hideshow.el (hs-find-block-beginning)
(hs-hide-level-recursive): Ignore comments when parsing braces
@@ -674,13 +682,13 @@
2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
- * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
+ * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
(allout-widgets-icons-dark-subdir): Track relocations of icons
* lisp/allout.el: Remove commentary about remove encryption
passphrase mnemonic support and verification.
- (allout-encrypt-string): (allout-encrypt-string): Recognize epg
- failure to decrypt gpg2 armored text using gpg1, and indicate that
- the gpg version *might* be the problem in the error message.
+ (allout-encrypt-string): Recognize epg failure to decrypt gpg2
+ armored text using gpg1, and indicate that the gpg version *might*
+ be the problem in the error message.
2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
@@ -1050,7 +1058,7 @@
auto-activation is controlled solely by customization
`allout-auto-activation'.
- (allout-auto-activation-helper) (allout-setup): New autoloads
+ (allout-auto-activation-helper, allout-setup): New autoloads
implement new custom set procedure for allout-auto-activation.
Also, explicitly invoke
(allout-setup) after allout-auto-activation is custom-defined, to
@@ -1062,7 +1070,7 @@
allout-auto-activation, and mark obsolete.
(allout-mode): Respect string values for allout-auto-activation.
Run allout-after-copy-or-kill-hook without any args.
- (allout-mode) (allout-layout) (allout-default-layout)
+ (allout-mode, allout-layout, allout-default-layout)
(outlineify-sticky): Adjust docstring for new scheme.
(allout-after-copy-or-kill-hook): No arguments - hook implementers
should concentrate on the kill ring.
@@ -1103,7 +1111,7 @@
extension-specific processing of killed text.
(allout-mode): Include new allout-after-copy-or-kill-hook among
mentioned hooks.
- (allout-kill-line) (allout-kill-topic): Ensure that processing
+ (allout-kill-line, allout-kill-topic): Ensure that processing
after kill happens even if barf-if-buffer-read-only is raised.
Include new allout-after-copy-or-kill-hook among that subsequent
processing.
@@ -1125,23 +1133,23 @@
* calc/calc.el (calc-logunits-field-reference): Rename from
`calc-default-field-reference-level'.
(calc-logunits-power-reference): Rename from
- `calc-default-power-reference-level'
+ `calc-default-power-reference-level'.
* calc/calc-units.el (math-logunits-quant): Rename from
`math-logunits-level'
(math-logunits-plus): Rename from math-logcombine.
(calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
(calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
- (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
+ (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
New functions.
(calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
(calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
(calc-logunits-quantity): Rename from `calc-level'.
(calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
- (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
+ (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
(math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
(calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
- (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
+ (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
New functions.
* calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
@@ -1864,7 +1872,7 @@
(allout-institute-keymap): Take over the "setup" part of the former
allout-setup-mode-map. Reassign allout-mode-map-value value and
update the defalias.
- (allout-command-prefix) (allout-prefixed-keybindings)
+ (allout-command-prefix, allout-prefixed-keybindings)
(allout-unprefixed-keybindings):
Use allout-compose-and-institute-keymap to process the bindings.
(allout-unprefixed-keybindings): Remove extraneous '?' question marks.
@@ -2859,7 +2867,7 @@
* loadup.el (symbol-file-load-history-loaded): Remove; unused.
2010-12-15 Jari Aalto <jari.aalto@cante.net>
- Scott Evans <gse@antisleep.com>
+ Scott Evans <gse@antisleep.com>
* rect.el (rectange--default-line-number-format)
(rectangle-number-line-callback): New functions.
@@ -3019,7 +3027,7 @@
* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
(Bug#7533).
-2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
+2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
* files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
(Bug#7491).
@@ -3947,7 +3955,7 @@
describe-prefix-bindings
- adapt to new version of called-interactively-p, while
maintaining backwards compatibility with old version
- - fix hotspot navigation so i works properly with meta-modified keys
+ - fix hotspot navigation so i works properly with meta-modified keys.
* allout.el (allout-keybindings, allout-bind-keys)
(allout-keybindings-binding, allout-prefixed-keybindings)
@@ -4074,7 +4082,7 @@
2010-11-12 Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
- Use it to replace all instances of "*Compile-Log*"
+ Use it to replace all instances of "*Compile-Log*".
2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -6005,7 +6013,7 @@
2010-10-03 Glenn Morris <rgm@gnu.org>
- * obsolete/x-menu.el: Remove file, obsolete since 21.1
+ * obsolete/x-menu.el: Remove file, obsolete since 21.1.
* textmodes/rst.el (rst-font-lock-keywords-function):
Drop Emacs 20 code.
@@ -6719,7 +6727,7 @@
2010-09-14 Sascha Wilde <wilde@sha-bang.de>
- * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
+ * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
Replace setting HGRCPATH to "" by some less invasive --config options.
2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -7835,7 +7843,7 @@
* net/dbus.el: Accept UNIX domain sockets as bus address.
(top): Don't initialize `dbus-registered-objects-table' anymore,
- this is done in dbusbind,c.
+ this is done in dbusbind.c.
(dbus-check-event): Adapt test for bus.
(dbus-return-values-table, dbus-unregister-service)
(dbus-event-bus-name, dbus-introspect, dbus-register-property):
@@ -8351,7 +8359,7 @@
2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
- * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
+ * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
to italicize headers.
(calc-highlight-selections-with-faces): New variable.
(calc-selected-face, calc-nonselected-face): New faces.
@@ -11171,7 +11179,7 @@
* textmodes/ispell.el (ispell-init-process): Fix personal dictionary
condition in default directory check.
- (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
+ (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
Kill ispell process when killing its associated buffer.
2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
@@ -15901,7 +15909,7 @@
* vc-rcs.el (vc-rcs-print-log):
* vc-git.el (vc-git-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
- ignore it. Make the BUFFER argument non-optional
+ ignore it. Make the BUFFER argument non-optional.
* bindings.el (mode-line-buffer-identification): Do not purecopy.
@@ -20655,12 +20663,12 @@
2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
* log-edit.el (log-edit-strip-single-file-name): New var.
- (log-edit-insert-changelog): Use it. Bug#3571
+ (log-edit-insert-changelog): Use it. Bug#3571.
2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (read-passwd): Use read-key so keypad keys work as well.
- Bug#3287
+ Bug#3287.
* help.el (help-print-return-message): Rename from
print-help-return-message.
@@ -22424,7 +22432,7 @@
or shell command text during AUTO expansion. Suggested by Tad Truex.
(verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
(verilog-read-sub-decls-sig, verilog-symbol-detick-text):
- Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
+ Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
in AUTOINOUT. Reported by Matthew Lovell.
(verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
causing use of <= assignments. Reported by Alex Reed.
diff --git a/lisp/allout.el b/lisp/allout.el
index ca72806b7d9..c75b7a22f9a 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -234,7 +234,7 @@ Use vector format for the keys:
- put literal keys after a '?' question mark, eg: '?a', '?.'
- enclose control, shift, or meta-modified keys as sequences within
parentheses, with the literal key, as above, preceded by the name(s)
- of the modifers, eg: [(control ?a)]
+ of the modifiers, eg: [(control ?a)]
See the existing keys for examples.
Functions can be bound to multiple keys, but binding keys to
@@ -261,7 +261,7 @@ Use vector format for the keys:
- put literal keys after a '?' question mark, eg: '?a', '?.'
- enclose control, shift, or meta-modified keys as sequences within
parentheses, with the literal key, as above, preceded by the name(s)
- of the modifers, eg: [(control ?a)]
+ of the modifiers, eg: [(control ?a)]
See the existing keys for examples."
:type 'allout-keybindings-binding
:group 'allout-keybindings
@@ -1642,7 +1642,7 @@ So `allout-post-command-business' should not reactivate it...")
(defun allout-init (mode)
"DEPRECATED - configure allout activation by customizing
`allout-auto-activation'. This function remains around, limited
-from what it did before, for backwards compatability.
+from what it did before, for backwards compatibility.
MODE is the activation mode - see `allout-auto-activation' for
valid values."
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index d9b79ccd317..5daef7f9666 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -776,7 +776,7 @@ Vi's prefix argument will be used. Otherwise, the prefix argument passed to
(viper-copy-event (viper-seq-last-elt key))))
(if (commandp com)
- ;; pretend that current state is the state we excaped to
+ ;; pretend that current state is the state we escaped to
(let ((viper-current-state state))
(setq prefix-arg (or prefix-arg arg))
(command-execute com)))
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 305e041eb78..c14c79a92cb 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -837,7 +837,7 @@
* shr.el: Revert change that made headings use different-sized faces.
The Emacs display engine isn't advanced enough that, for instance,
- tables can comfortably use differntly-sized faces.
+ tables can comfortably use differently-sized faces.
2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
@@ -1889,7 +1889,7 @@
2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
- * shr.el (shr-color-check): Protect against non-existant colour names.
+ * shr.el (shr-color-check): Protect against non-existent colour names.
2010-11-24 Julien Danjou <julien@danjou.info>
@@ -3203,7 +3203,7 @@
This makes nnimap work properly on Courier again.
* gnus.el (gnus-carpal): The carpal mode has been removed, but define
- the variable for backwards compatability.
+ the variable for backwards compatibility.
* mm-decode.el (mm-save-part): If given a non-directory result, expand
the file name before using to avoid setting mm-default-directory to
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 67f15a9ac7c..57d085a0380 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -2546,7 +2546,7 @@ a string, be sure to use a valid format, see RFC 2616."
(defvar gnus-extended-servers nil)
;; The carpal mode has been removed, but define the variable for
-;; backwards compatability.
+;; backwards compatibility.
(defvar gnus-carpal nil)
(make-obsolete-variable 'gnus-carpal nil "Emacs 24.1")
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 54f2eaf2330..e75821b6860 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,5 +1,14 @@
2011-03-06 Juanma Barranquero <lekktu@gmail.com>
+ * org.el (org-blank-before-new-entry, org-context-in-file-links)
+ (org-refile-targets, org-log-repeat, org-insert-link)
+ (org-speed-command-default-hook, org-speed-command-hook)
+ (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
+ Fix typos in docstrings.
+ (org-toggle-pretty-entities): Fix typo in message.
+
+2011-03-06 Juanma Barranquero <lekktu@gmail.com>
+
* org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -52,7 +61,7 @@
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-inlinetask.el (org-inlinetask-export-templates): Add
- Sébastien Vauban's suggestion for LaTeX export in docstring. This is
+ Sébastien Vauban's suggestion for LaTeX export in docstring. This is
not default as it requires an additional LaTeX package: "todonotes".
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -106,7 +115,7 @@
* org.el (org-make-heading-search-string): Optionally limit number
of lines stored in file link search strings.
- (org-context-in-file-links) Add option to set to integer specifying
+ (org-context-in-file-links): Add option to set to integer specifying
number of lines.
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -283,7 +292,7 @@
2010-12-11 Julien Danjou <julien@danjou.info>
* org-agenda.el (org-format-agenda-item): Convert category to a string
- if it is a symbol. This fixes the following call to
+ if it is a symbol. This fixes the following call to
org-agenda-get-category-icon which fails if category is not a string.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -309,7 +318,7 @@
* ob-python.el (org-babel-execute:python): Use a :return header
argument for external evaluation in which the code block body need
- be wrapped in a function
+ to be wrapped in a function.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -318,7 +327,7 @@
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-edit-special): Edit formulas when in TBLMF line
+ * org.el (org-edit-special): Edit formulas when in TBLMF line.
2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
@@ -398,7 +407,7 @@
* org-macs.el (org-called-interactively-p): Wrap function call in
with-no-warnings.
- (with-silent-modifications) Declare macro for Emacs < 23.2.
+ (with-silent-modifications): Declare macro for Emacs < 23.2.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -434,7 +443,7 @@
2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
* org-clock.el (org-get-clocktable): Previous patch incorrectly
- required whitespace in front of #+BEGIN: and #+END:
+ required whitespace in front of #+BEGIN: and #+END:.
2010-12-11 Dan Davison <dandavison7@gmail.com>
@@ -471,7 +480,7 @@
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org.el (org-indent-line-function): Drawers and blocks have no
- influence on indentation of text below. Also fix indentation
+ influence on indentation of text below. Also fix indentation
problem with a block at column 0 and add a special case for
literal examples.
@@ -484,7 +493,7 @@
* ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
type of data
- (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data
+ (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -514,7 +523,7 @@
* org-clock.el (org-get-clocktable):
(org-in-clocktable-p):
(org-clocktable-shift):
- (org-clocktable-steps): Fix regexp to allow for indented clock tables
+ (org-clocktable-steps): Fix regexp to allow for indented clock tables.
2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
@@ -529,7 +538,7 @@
(org-export-latex-href-format): Rename the existing variable
`org-export-latex-hyperref-format' as `org-export-latex-href-format'
(org-export-latex-links): Use `org-export-latex-hyperref-format' and
- `org-export-latex-href-format'
+ `org-export-latex-href-format'.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -539,7 +548,7 @@
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-exp.el (org-export-preprocess-string): delaying code block
- processing a bit to allow correct list parsing in the export string
+ processing a bit to allow correct list parsing in the export string.
2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
@@ -579,7 +588,7 @@
* org-exp.el (org-export-format-source-code-or-example):
Remove hard-wired configuration of minted export
- (org-export-latex-minted-with-line-numbers): Remove variable
+ (org-export-latex-minted-with-line-numbers): Remove variable.
2010-12-11 Bastien Guerry <bzg@altern.org>
@@ -596,7 +605,7 @@
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
* ob-lob.el (org-babel-lob-get-info): including pass-through
- header arguments in results variable header argument string
+ header arguments in results variable header argument string.
2010-12-11 David Maus <dmaus@ictsoc.de>
@@ -644,11 +653,11 @@
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
* ob-calc.el (org-babel-execute:calc): support for variables --
- converts :var variables in calc variables
+ converts :var variables in calc variables.
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-sparse-tree): Mention [r] in dispatch menu
+ * org.el (org-sparse-tree): Mention [r] in dispatch menu.
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -747,10 +756,10 @@
* org-exp.el (org-export-format-source-code-or-example):
Use minted for latex source code export if `org-export-latex-listings'
- has the value 'minted
+ has the value 'minted.
* org-latex.el (org-export-latex-listings): Document special value
- 'minted
+ 'minted.
* org-latex.el (org-export-latex-minted): Delete variable.
@@ -790,10 +799,10 @@
2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
* org-agenda.el (org-agenda-get-sexps): Handle lists as return
- values from diary entries
+ values from diary entries.
* org-bbdb.el (org-bbdb-anniversaries): Handle lists of
- anniversaries
+ anniversaries.
* org.el (org-diary-sexp-entry): Handle lists as return values
from diary entries.
@@ -1038,90 +1047,90 @@
* ob-C.el (org-babel-C-execute): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-R.el (org-babel-execute:R): Remove call to
org-babel-process-params which should no longer be called from
within a language file
(org-babel-R-variable-assignments): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-asymptote.el (org-babel-execute:asymptote): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-clojure.el (org-babel-execute:clojure): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-dot.el (org-babel-execute:dot): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
call to org-babel-process-params which should no longer be called
from within a language file
(org-babel-execute:emacs-lisp): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-haskell.el (org-babel-execute:haskell): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-js.el (org-babel-execute:js): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-lisp.el (org-babel-execute:lisp): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-ocaml.el (org-babel-execute:ocaml): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-octave.el (org-babel-execute:octave): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-perl.el (org-babel-execute:perl): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-python.el (org-babel-execute:python): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-ruby.el (org-babel-execute:ruby): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-scheme.el (org-babel-execute:scheme): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-screen.el (org-babel-execute:screen): Remove call to
org-babel-process-params which should no longer be called from
within a language file
(org-babel-prep-session:screen): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-sh.el (org-babel-execute:sh): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-sql.el (org-babel-execute:sql): Remove call to
org-babel-process-params which should no longer be called from
- within a language file
+ within a language file.
* ob-haskell.el (org-babel-execute:haskell): Remove reference to
- processed params
+ processed params.
* ob-clojure.el (org-babel-execute:clojure): Remove reference to
- processed params
+ processed params.
* ob-R.el (org-babel-execute:R): Remove reference to processed
params.
@@ -1312,162 +1321,45 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-C.el (org-babel-expand-body:c++): Remove obsoleted optional
- third argument
- (org-babel-expand-body:c++): Remove obsoleted optional third
- argument
- (org-babel-C-expand): Remove obsoleted optional third argument
-
- * ob-R.el:
- (org-babel-expand-body:R): Remove obsoleted optional third
- argument
- (org-babel-execute:R): Remove obsoleted optional third argument
- (org-babel-R-variable-assignments): Remove obsoleted optional
- third argument
-
- * ob-asymptote.el:
- (org-babel-expand-body:asymptote): Remove obsoleted optional
- third argument
- (org-babel-execute:asymptote): Remove obsoleted optional third
- argument
-
- * ob-clojure.el:
- (org-babel-expand-body:clojure): Remove obsoleted optional third
- argument
- (org-babel-execute:clojure): Remove obsoleted optional third
- argument
-
- * ob-css.el:
- (org-babel-expand-body:css): Remove obsoleted optional third
- argument
-
- * ob-ditaa.el:
- (org-babel-expand-body:ditaa): Remove obsoleted optional third
- argument
-
- * ob-dot.el:
- (org-babel-expand-body:dot): Remove obsoleted optional third
- argument
- (org-babel-execute:dot): Remove obsoleted optional third
- argument
-
- * ob-emacs-lisp.el:
- (org-babel-expand-body:emacs-lisp): Remove obsoleted optional
- third argument
- (org-babel-execute:emacs-lisp): Remove obsoleted optional third
- argument
-
- * ob-gnuplot.el:
- (org-babel-expand-body:gnuplot): Remove obsoleted optional third
- argument
-
- * ob-haskell.el:
- (org-babel-expand-body:haskell): Remove obsoleted optional third
- argument
- (org-babel-execute:haskell): Remove obsoleted optional third
- argument
- (org-babel-load-session:haskell): Remove obsoleted optional
- third
- (org-babel-prep-session:haskell): Remove obsoleted optional
- third
-
- * ob-js.el:
- (org-babel-expand-body:js): Remove obsoleted optional third
- argument
- (org-babel-execute:js): Remove obsoleted optional third argument
-
- * ob-latex.el:
- (org-babel-expand-body:latex): Remove obsoleted optional third
- argument
-
- * ob-lisp.el:
- (org-babel-expand-body:lisp): Remove obsoleted optional third
- argument
- (org-babel-execute:lisp): Remove obsoleted optional third
- argument
-
- * ob-mscgen.el:
- (org-babel-expand-body:mscgen): Remove obsoleted optional third
- argument
-
- * ob-ocaml.el:
- (org-babel-expand-body:ocaml): Remove obsoleted optional third
- argument
- (org-babel-execute:ocaml): Remove obsoleted optional third
- argument
-
- * ob-octave.el:
- (org-babel-expand-body:matlab): Remove obsoleted optional third
- argument
- (org-babel-expand-body:octave): Remove obsoleted optional third
- argument
- (org-babel-execute:octave): Remove obsoleted optional third
- argument
- (org-babel-octave-variable-assignments): Remove obsoleted
- optional third
-
- * ob-org.el:
- (org-babel-expand-body:org): Remove obsoleted optional third
- argument
-
- * ob-perl.el:
- (org-babel-expand-body:perl): Remove obsoleted optional third
- argument
- (org-babel-execute:perl): Remove obsoleted optional third
- argument
-
- * ob-plantuml.el:
- (org-babel-expand-body:plantuml): Remove obsoleted optional
- third argument
-
- * ob-python.el:
- (org-babel-expand-body:python): Remove obsoleted optional third
- argument
- (org-babel-execute:python): Remove obsoleted optional third
- argument
- (org-babel-python-variable-assignments): Remove obsoleted
- optional third
-
- * ob-ruby.el:
- (org-babel-expand-body:ruby): Remove obsoleted optional third
- argument
- (org-babel-execute:ruby): Remove obsoleted optional third
- argument
-
- * ob-sass.el:
- (org-babel-expand-body:sass): Remove obsoleted optional third
- argument
-
- * ob-scheme.el:
- (org-babel-expand-body:scheme): Remove obsoleted optional third
- argument
- (org-babel-execute:scheme): Remove obsoleted optional third
- argument
-
- * ob-screen.el:
- (org-babel-expand-body:screen): Remove obsoleted optional third
- argument
-
- * ob-sh.el:
- (org-babel-expand-body:sh): Remove obsoleted optional third
- argument
- (org-babel-execute:sh): Remove obsoleted optional third argument
- (org-babel-sh-variable-assignments): Remove obsoleted optional
- third
-
- * ob-sql.el:
- (org-babel-expand-body:sql): Remove obsoleted optional third
- argument
-
- * ob-sqlite.el:
- (org-babel-expand-body:sqlite): Remove obsoleted optional third
- argument
- (org-babel-execute:sqlite): Remove obsoleted optional third
- argument
-
- * ob.el:
- (org-babel-expand-body:generic): Remove obsoleted optional third
- argument.
+ * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
+ * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
+ (org-babel-R-variable-assignments):
+ * ob-asymptote.el (org-babel-expand-body:asymptote)
+ (org-babel-execute:asymptote):
+ * ob-clojure.el (org-babel-expand-body:clojure)
+ (org-babel-execute:clojure):
+ * ob-css.el (org-babel-expand-body:css):
+ * ob-ditaa.el (org-babel-expand-body:ditaa):
+ * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
+ * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
+ (org-babel-execute:emacs-lisp):
+ * ob-gnuplot.el (org-babel-expand-body:gnuplot)
+ * ob-haskell.el (org-babel-expand-body:haskell)
+ (org-babel-execute:haskell, org-babel-load-session:haskell)
+ (org-babel-prep-session:haskell):
+ * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
+ * ob-latex.el (org-babel-expand-body:latex):
+ * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
+ * ob-mscgen.el (org-babel-expand-body:mscgen):
+ * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
+ * ob-octave.el (org-babel-expand-body:matlab)
+ (org-babel-expand-body:octave, org-babel-execute:octave)
+ (org-babel-octave-variable-assignments):
+ * ob-org.el (org-babel-expand-body:org):
+ * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
+ * ob-plantuml.el (org-babel-expand-body:plantuml):
+ * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
+ (org-babel-python-variable-assignments):
+ * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
+ * ob-sass.el (org-babel-expand-body:sass):
+ * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
+ * ob-screen.el (org-babel-expand-body:screen):
+ * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
+ (org-babel-sh-variable-assignments):
+ * ob-sql.el (org-babel-expand-body:sql):
+ * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
+ * ob.el (org-babel-expand-body:generic):
+ Remove obsoleted optional third argument.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -1497,7 +1389,7 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
* ob-sh.el (org-babel-sh-variable-assignments): Provide missing
- docstring
+ docstring.
* ob-python.el (org-babel-python-variable-assignments):
Provide missing docstring.
@@ -1593,7 +1485,7 @@
2010-11-11 Noorul Islam <noorul@noorul.com>
- * org-latex.el (org-export-latex-links) : Replaced hard coded
+ * org-latex.el (org-export-latex-links): Replaced hard coded
hyperref format with custom variable
`org-export-latex-hyperref-format'.
@@ -1647,7 +1539,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-params-from-properties): Max line with at <=80
+ * ob.el (org-babel-params-from-properties): Max line with at <=80.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -2027,11 +1919,11 @@
2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
- * org.el (org-speed-command-hook): New. Hook for installing
- additional speed commands. Use this for enabling speed commands on
+ * org.el (org-speed-command-hook): New. Hook for installing
+ additional speed commands. Use this for enabling speed commands on
src blocks.
(org-speed-command-default-hook): The default hook for
- org-speed-command-hook. Factored out from org-self-insert-command
+ org-speed-command-hook. Factored out from org-self-insert-command
and mimics existing behaviour.
(org-self-insert-command): Modified to use org-speed-command-hook.
@@ -2095,7 +1987,7 @@
2010-11-11 Bastien Guerry <bzg@altern.org>
* org-capture.el (org-capture-templates): Update docstring to
- advertize %:org-date.
+ advertise %:org-date.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -2172,7 +2064,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
* ob.el (org-babel-demarcate-block): Interactive demarcation of
- code blocks
+ code blocks.
* ob-keys.el (org-babel-key-bindings): Key bindings for block
demarcation.
@@ -2227,7 +2119,7 @@
[[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
of the file containing the link, since that buffer is current
during org-prepare agenda (due to a with-current-buffer in
- org-agenda-open-link). An additional test now ensures that the
+ org-agenda-open-link). An additional test now ensures that the
agenda buffer is in fact current when the buffer is erased and
local variables for the agenda are set.
@@ -2285,7 +2177,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-C.el (org): No longer requires org
+ * ob-C.el (org): No longer requires org.
* ob-ledger.el (org): No longer requires org.
@@ -2349,7 +2241,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
* ob-keys.el (org-babel-key-bindings): Adding key-binding for
- `org-babel-goto-src-block-head'
+ `org-babel-goto-src-block-head'.
* ob.el (org-babel-goto-src-block-head): Jump to the head of the
current code block.
@@ -2357,7 +2249,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
* ob.el (org-babel-next-src-block): Now raising more informative
- error when no further code blocks can be found
+ error when no further code blocks can be found.
(org-babel-previous-src-block): Now raising more informative error
when no previous code blocks can be found.
@@ -2369,7 +2261,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-plantuml.el (org-babel-execute:plantuml):
+ * ob-plantuml.el (org-babel-execute:plantuml): ????
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -2468,7 +2360,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-toggle-checkbox): Ignore items in drawers when
- used from an heading. Send an error when no item is in region.
+ used from an heading. Send an error when no item is in region.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -2521,7 +2413,7 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
* org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
- match code blocks with switches and header args. Call
+ match code blocks with switches and header args. Call
`org-src-font-lock-fontify-block' for automatic fontification of
code in code blocks, controlled by variable
`org-src-fontify-natively'.
@@ -2534,14 +2426,14 @@
2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
- * org-html.el (org-html-make-link): (Expand-file-name ) removes
- one "/" from "///path-to-file", so add one. Anything other than
+ * org-html.el (org-html-make-link): (expand-file-name) removes
+ one "/" from "///path-to-file", so add one. Anything other than
'file' type should be exported along with the type.
2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
- * org.el (org-insert-subheading) : Fix compiler warning
- (org-insert-todo-subheading) : Fix compiler warning.
+ * org.el (org-insert-subheading): Fix compiler warning
+ (org-insert-todo-subheading): Fix compiler warning.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -2582,7 +2474,7 @@
* org.el (org-indent-line-function): Indentation of source block
is left to `org-edit-src-exit' and shouldn't be modified by
- `org-indent-line-function'. Indentation of others blocks should be
+ `org-indent-line-function'. Indentation of others blocks should be
the same as the #+begin line.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -2614,7 +2506,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-list-ending-method): New customizable variable
- to tell Org Mode how lists end. See docstring.
+ to tell Org Mode how lists end. See docstring.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2653,14 +2545,14 @@
* org-list.el (org-list-insert-item-generic): A single item
already counting blank lines in his body should be separated with
- the next one by a blank line. Moreover, if user already provided
+ the next one by a blank line. Moreover, if user already provided
blank lines, follow his wishes.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-indent-item-tree): When moving top item of a
*-list to column 0, only the first item had its bullet changed to
- -. It now changes all items of the top-level list, as expected.
+ -. It now changes all items of the top-level list, as expected.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2691,12 +2583,12 @@
change.
* org-list.el (org-indent-item-tree): Prevent whole list from
- being moved when user is not moving subtree. Thus)
- (`org-cycle-item-indentation' will not allow to move the list.
+ being moved when user is not moving subtree. Thus
+ `org-cycle-item-indentation' will not allow to move the list.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-indent-item-tree): Remove region code. It was
+ * org-list.el (org-indent-item-tree): Remove region code. It was
prone to errors and undocumented.
* org-list.el (org-item-indent-positions): Better heuristics to
@@ -2712,7 +2604,7 @@
* org-list.el (org-list-bullet-string): Do not modify match-data.
* org.el (org-toggle-item): Now working again when changing list
- items into plain text. Moreover take into consideration
+ items into plain text. Moreover take into consideration
`org-list-two-spaces-after-bullet-regexp'.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2727,11 +2619,10 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-docbook.el (org-export-as-docbook): Use override="num" in
- any listitem matching [@start:num]
+ any listitem matching [@start:num].
* org-html.el (org-export-as-html): Use value="num" in any li
- matching
- [@start:num]
+ matching [@start:num].
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2807,14 +2698,14 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-indent-item-tree): Try to keep relative
- position on line. It can't if point is in white spaces before
+ position on line. It can't if point is in white spaces before
bullet because mixed tabs and spaces make some columns
unattainable.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-cycle-item-indentation): Cycle when the whole
- item only contains bullet and maybe a checkbox. Previously, TAB
+ item only contains bullet and maybe a checkbox. Previously, TAB
would cycle when the first line of the item was blank.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2847,7 +2738,7 @@
* org-list.el (org-indent-item-tree): If indent rule is activated,
it should be impossible to outdent an item having children without
- moving its subtree. Improved reordering of lists modified by
+ moving its subtree. Improved reordering of lists modified by
cycling indentation.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2868,7 +2759,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-list-insert-item-generic): When local search
- doesn't help, search the list globally for blank lines. Moreover,
+ doesn't help, search the list globally for blank lines. Moreover,
don't bother with new lists, and add 1 blank line.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2892,7 +2783,7 @@
heading.
* org-list.el (org-list-make-subtree): Add protection when used
- outside of list
+ outside of list.
* org-list.el (org-insert-item): Remove useless hack now
`org-in-item-p' is fixed.
@@ -2903,7 +2794,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-cycle-list-bullet): Prevent description items
- from being numbered. String argument is also recognized now, as
+ from being numbered. String argument is also recognized now, as
long as it is a valid bullet.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2972,8 +2863,8 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-timer.el (org-timer-item): Refactoring. Compute timer string
- before inserting it in the buffer
+ * org-timer.el (org-timer-item): Refactoring. Compute timer string
+ before inserting it in the buffer.
* org-timer.el (org-timer): Add an optional argument to return
timer string instead of inserting it.
@@ -3005,8 +2896,8 @@
a list prior to add a new item.
* org-timer.el (org-timer-item): When in a timer list, insert a
- new timer item like `org-insert-item'. If in another list, send an
- error. Otherwise, start a new timer list.
+ new timer item like `org-insert-item'. If in another list, send an
+ error. Otherwise, start a new timer list.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3051,7 +2942,7 @@
* org-list.el (org-list-send-list): We cannot count on
`org-list-top-point' and `org-list-bottom-point' before buffer is
- narrowed. Find bounds of list otherwise.
+ narrowed. Find bounds of list otherwise.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3087,7 +2978,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-docbook.el (org-export-as-docbook): Properly close any open
- list when seeing ORG-LIST-END. Removed any reference to now
+ list when seeing ORG-LIST-END. Removed any reference to now
unneeded DIDCLOSE variable.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3125,7 +3016,7 @@
recognize lists.
* org-latex.el (org-export-latex-lists): Better search for
- lists. It now only finds items not enclosed and not protected.
+ lists. It now only finds items not enclosed and not protected.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3160,10 +3051,10 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el (org-search-forward-unenclosed): Fix behavior when
- last occurence was enclosed.
+ last occurrence was enclosed.
* org-list.el (org-search-backward-unenclosed): Fix behavior when
- last occurence was enclosed.
+ last occurrence was enclosed.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3199,8 +3090,8 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-html.el: preprocess buffer string and add ORG-LIST-END where
- needed. Lists should not end before seeing this.
+ * org-html.el: Preprocess buffer string and add ORG-LIST-END where
+ needed. Lists should not end before seeing this.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3273,7 +3164,7 @@
to evaluate code invisibly and block until output file exists.
* ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
- evaluate R code in session for :results value. Write result to
+ evaluate R code in session for :results value. Write result to
file invisibly using new function
`org-babel-comint-eval-invisibly-and-wait-for-file'.
@@ -3302,7 +3193,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
* ob-scheme.el: very preliminary support for evaluating scheme
- code blocks
+ code blocks.
* org.el (org-babel-load-languages): Adding scheme.
@@ -3312,16 +3203,15 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-R.el (ess-make-buffer-current):
- Declared (ess-ask-for-ess-directory):
- Declared (ess-local-process-name):
- Declared * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free
- variable
+ * ob-R.el (ess-make-buffer-current): Declared.
+ (ess-ask-for-ess-directory): Declared.
+ (ess-local-process-name): Declared.
+ * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
- * ob.el (org-edit-src-code): Fixing arguments
- (org-edit-src-exit):
- Declared (org-outline-overlay-data):
- Declared (org-set-outline-overlay-data): Declared.
+ * ob.el (org-edit-src-code): Fixing arguments.
+ (org-edit-src-exit): Declared.
+ (org-outline-overlay-data): Declared.
+ (org-set-outline-overlay-data): Declared.
2010-11-11 Glenn Morris <rgm@gnu.org>
@@ -3369,7 +3259,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
* ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
- which is now an alias to ":eval no"
+ which is now an alias to ":eval no".
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -3552,7 +3442,7 @@
* ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
in the language major mode edit buffer.
(org-babel-do-key-sequence-in-edit-buffer): New function to call
- an arbitrary key sequence in the language major mode edit buffer
+ an arbitrary key sequence in the language major mode edit buffer.
* org-src.el (org-src-switch-to-buffer): Add new allowed value
'switch-invisibly for `org-src-window-setup'.
@@ -3578,7 +3468,7 @@
* org-src.el (org-edit-src-code): If at src block, store babel
info as buffer local variable.
(org-src-associate-babel-session): New function to associate code
- edit buffer with comint session. Does nothing unless a
+ edit buffer with comint session. Does nothing unless a
language-specific function named
`org-babel-LANG-associate-session' exists.
(org-src-babel-configure-edit-buffer): New function to be called
@@ -3716,7 +3606,7 @@
2010-11-11 Noorul Islam <noorul@noorul.com>
- * org.el: org-set-visibility-according-to-property () Use backward
+ * org.el (org-set-visibility-according-to-property): Use backward
search instead of forward, so that top hierarchy gets priority.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -3802,7 +3692,7 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
* ob-octave.el: Only (require 'matlab) when necessary.
- (org-babel-octave-initiate-session) (require) octave-inf or matlab
+ (org-babel-octave-initiate-session): (require) octave-inf or matlab
as appropriate.
(org-babel-execute:matlab): Remove (require).
(org-babel-prep-session:matlab): Remove (require).
@@ -3820,7 +3710,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-latex.el (org-export-latex-tables): Add label if any
+ * org-latex.el (org-export-latex-tables): Add label if any.
* org-latex.el (org-export-latex-convert-table.el-table):
Fix little mistake when inserting label.
@@ -7321,7 +7211,7 @@
New customization variable for allowing the user to create an "auto
exclusion" filter for doing context-aware auto tag filtering.
(org-agenda-filter-by-tag): Changes to support the use of
- `org-agenda-auto-exclude-function'. See the new manual addition,.
+ `org-agenda-auto-exclude-function'. See the new manual addition.
2009-11-13 John Wiegley <johnw@newartisans.com>
@@ -9391,7 +9281,7 @@
(org-export-latex-first-lines): New argument END, to force the end
of the region.
(org-export-region-as-latex): Use the property list.
- (org-export-as-latex):
+ (org-export-as-latex): ????
* org-colview-xemacs.el (org-columns-remove-overlays)
(org-columns): Fix call to `local-variable-p'.
@@ -11765,7 +11655,7 @@
2008-10-26 Carsten Dominik <dominik@science.uva.nl>
- * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
+ * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
New variables.
(org-prepare-agenda): Reset the filter tags.
(org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
@@ -12872,7 +12762,7 @@
* org.el (org-base-buffer): New function.
- * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
+ * org-exp.el (org-icalendar-cleanup-string): Make sure ","
and ";" are escaped.
(org-print-icalendar-entries): Also apply
`org-icalendar-cleanup-string' to the headline, not only to the
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 8f1ef9e5d60..076df5f0d07 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1078,7 +1078,7 @@ for the duration of the command."
(plain-list-item . auto))
"Should `org-insert-heading' leave a blank line before new heading/item?
The value is an alist, with `heading' and `plain-list-item' as car,
-and a boolean flag as cdr. The cdr may lso be the symbol `auto', and then
+and a boolean flag as cdr. The cdr may lso be the symbol `auto', and then
Org will look at the surrounding headings/items and try to make an
intelligent decision wether to insert a blank line or not.
@@ -1384,9 +1384,9 @@ nil Never use an ID to make a link, instead link using a text search for
(defcustom org-context-in-file-links t
"Non-nil means file links from `org-store-link' contain context.
A search string will be added to the file name with :: as separator and
-used to find the context when the link is activated by the command
-`org-open-at-point'. When this option is t, the entire active region
-will be placed in the search string of the file link. If set to a
+used to find the context when the link is activated by the command
+`org-open-at-point'. When this option is t, the entire active region
+will be placed in the search string of the file link. If set to a
positive integer, only the first n lines of context will be stored.
Using a prefix arg to the command \\[org-store-link] (`org-store-link')
@@ -1843,7 +1843,7 @@ This is list of cons cells. Each cell contains:
- a cons cell (:level . N). Any headline of level N is considered a target.
Note that, when `org-odd-levels-only' is set, level corresponds to
order in hierarchy, not to the number of stars.
- - a cons cell (:maxlevel . N). Any headline with level <= N is a target.
+ - a cons cell (:maxlevel . N). Any headline with level <= N is a target.
Note that, when `org-odd-levels-only' is set, level corresponds to
order in hierarchy, not to the number of stars.
@@ -2418,7 +2418,7 @@ An auto-repeating task is immediately switched back to TODO when
marked DONE. If you are not logging state changes (by adding \"@\"
or \"!\" to the TODO keyword definition), or set `org-log-done' to
record a closing note, there will be no record of the task moving
-through DONE. This variable forces taking a note anyway.
+through DONE. This variable forces taking a note anyway.
nil Don't force a record
time Record a time stamp
@@ -2624,8 +2624,8 @@ See also `org-agenda-jump-prefer-future'."
The default is to do the same as configured in `org-read-date-prefer-future'.
But you can alse set a deviating value here.
This may t or nil, or the symbol `org-read-date-prefer-future'."
- :group 'org-agenda
- :group 'org-time
+ :group 'org-agenda
+ :group 'org-time
:type '(choice
(const :tag "Use org-read-date-prefer-future"
org-read-date-prefer-future)
@@ -5575,7 +5575,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
(org-set-local 'org-pretty-entities (not org-pretty-entities))
(org-restart-font-lock)
(if org-pretty-entities
- (message "Entities are displayed as UTF8 characers")
+ (message "Entities are displayed as UTF8 characters")
(save-restriction
(widen)
(org-decompose-region (point-min) (point-max))
@@ -8525,9 +8525,9 @@ according to FMT (default from `org-email-link-description-format')."
(when (and string (integerp lines) (> lines 0))
(let ((slines (org-split-string s "\n")))
(when (< lines (length slines))
- (setq s (mapconcat
+ (setq s (mapconcat
'identity
- (reverse (nthcdr (- (length slines) lines)
+ (reverse (nthcdr (- (length slines) lines)
(reverse slines))) "\n")))))
(mapconcat 'identity (org-split-string s "[ \t]+") " ")))
@@ -8672,8 +8672,8 @@ be displayed in the buffer instead of the link.
If there is already a link at point, this command will allow you to edit link
and description parts.
-With a \\[universal-argument] prefix, prompts for a file to link to. The file name can
-be selected using completion. The path to the file will be relative to the
+With a \\[universal-argument] prefix, prompts for a file to link to. The file name can
+be selected using completion. The path to the file will be relative to the
current directory if the file is in the current directory or a subdirectory.
Otherwise, the link will be the absolute path as completed in the minibuffer
\(i.e. normally ~/path/to/file). You can configure this behavior using the
@@ -16498,8 +16498,8 @@ If not, return to the original position and throw an error."
(defun org-speed-command-default-hook (keys)
"Hook for activating single-letter speed commands.
-`org-speed-commands-default' specifies a minimal command set. Use
-`org-speed-commands-user' for further customization."
+`org-speed-commands-default' specifies a minimal command set.
+Use `org-speed-commands-user' for further customization."
(when (or (and (bolp) (looking-at outline-regexp))
(and (functionp org-use-speed-commands)
(funcall org-use-speed-commands)))
@@ -16521,11 +16521,11 @@ Each hook takes a single argument, a user-pressed command key
which is also a `self-insert-command' from the global map.
Within the hook, examine the cursor position and the command key
-and return nil or a valid handler as appropriate. Handler could
+and return nil or a valid handler as appropriate. Handler could
be one of an interactive command, a function, or a form.
Set `org-use-speed-commands' to non-nil value to enable this
-hook. The default setting is `org-speed-command-default-hook'."
+hook. The default setting is `org-speed-command-default-hook'."
:group 'org-structure
:type 'hook)
@@ -18300,11 +18300,11 @@ really on, so that the block visually is on the match."
(defun org-in-regexps-block-p (start-re end-re &optional bound)
"Return t if the current point is between matches of START-RE and END-RE.
This will also return t if point is on one of the two matches or
-in an unfinished block. END-RE can be a string or a form
+in an unfinished block. END-RE can be a string or a form
returning a string.
-An optional third argument bounds the search for START-RE. It
-defaults to previous heading or `point-min'."
+An optional third argument bounds the search for START-RE.
+It defaults to previous heading or `point-min'."
(let ((pos (point))
(limit (or bound (save-excursion (outline-previous-heading)))))
(save-excursion
@@ -19040,7 +19040,7 @@ plainly yank the text as it is.
"Perform some yank-like command.
This function implements the behavior described in the `org-yank'
-documentation. However, it has been generalized to work for any
+documentation. However, it has been generalized to work for any
interactive command with similar behavior."
;; pretend to be command COMMAND
@@ -19247,7 +19247,7 @@ move point."
(defun org-goto-first-child ()
"Goto the first child, even if it is invisible.
-Return t when a child was found. Otherwise don't move point and
+Return t when a child was found. Otherwise don't move point and
return nil."
(let (level (pos (point)) (re (concat "^" outline-regexp)))
(when (condition-case nil (org-back-to-heading t) (error nil))
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 45d967e92d9..62472edfbe4 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -1715,7 +1715,7 @@ If COMPILEP is non-nil, compile, otherwise consult."
;; Font-lock stuff
;;-------------------------------------------------------------------
-;; Auxilliary functions
+;; Auxiliary functions
(defun prolog-make-keywords-regexp (keywords &optional protect)
"Create regexp from the list of strings KEYWORDS.
If PROTECT is non-nil, surround the result regexp by word breaks."
@@ -3777,7 +3777,7 @@ If the point is not on a variable then insert underscore."
(defun prolog-find-term (functor arity &optional prefix)
- "Go to the position at the start of the next occurance of a term.
+ "Go to the position at the start of the next occurrence of a term.
The term is specified with FUNCTOR and ARITY. The optional argument
PREFIX is the prefix of the search regexp."
(let* (;; If prefix is not set then use the default "\\<"
diff --git a/src/ChangeLog b/src/ChangeLog
index 2baef5e811c..2fc1650f714 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -33,7 +33,7 @@
* msdos.c (readlink) [DJGPP < 2.04]: New stub function.
- * msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype.
+ * msdos.h (readlink) [DJGPP < 2.04]: Declare prototype.
* w32.c (symlink, readlink): New stub functions.
@@ -1179,7 +1179,7 @@
(x_underline_at_descent_line): Remove declaration.
(syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
- * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks
+ * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks)
(Vselection_alist, Vselection_converter_alist): Move to globals.h.
(syms_of_nsselect): Remove & from DEFVAR_LISP.
@@ -2896,7 +2896,7 @@
(Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
(Qzero_width): New variables.
(THIN_SPACE_WIDTH): New macro.
- (lookup_glyphless_char_display): New funciton.
+ (lookup_glyphless_char_display): New function.
(last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
(last_glyphless_glyph_merged_face_id): New variables.
(get_next_display_element): Check glyphless characters.
@@ -3182,7 +3182,7 @@
2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (Qleft): Declare.
- (ns_right_alternate_modifier): New variable
+ (ns_right_alternate_modifier): New variable.
(NSRightAlternateKeyMask): New define.
(EV_MODIFIERS): Parse NSRightAlternateKeyMask if
ns_right_alternate_modifier isn't Qleft.
@@ -3206,7 +3206,7 @@
* Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
(PROFILING_LDFLAGS): Remove, not needed anymore.
- * Makefile.in: Use $(...) everywhere instead of ${...}
+ * Makefile.in: Use $(...) everywhere instead of ${...}.
(CRT_DIR): Move near potential user.
(START_FILE): Move near CRT_DIR, it might use it.
@@ -6143,7 +6143,7 @@
* eval.c: Fix indentation problem.
- * keyboard.c: Include "process.h"
+ * keyboard.c: Include "process.h".
* eval.c: Remove obsolete noinline declaration.
* fns.c: Likewise.
@@ -8549,7 +8549,7 @@
Qtool_bar_style. Initialize current_tool_bar_style to nil.
defsubr Stool_bar_get_system_style. Fprovide on
dynamic-setting.
- Move misplaced HAVE_GCONF
+ Move misplaced HAVE_GCONF.
* xsettings.h (Ftool_bar_get_system_style): Declare.