aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect uses of "modeline".Chong Yidong2012-06-022-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ansi-color.el (ansi-color-faces-vector): Change default faces. * cus-edit.el (mode-line): * dframe.el (dframe-mouse-hscroll): * emacs-lisp/re-builder.el: * emacs-lisp/easy-mmode.el (define-minor-mode): * frame.el (set-frame-name): * help.el (lookup-minor-mode-from-indicator): * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name): * progmodes/cc-cmds.el (c-toggle-auto-newline) (c-toggle-hungry-state): * progmodes/antlr-mode.el (antlr-language-alist): * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face): * progmodes/vhdl-mode.el (vhdl-mode): * progmodes/which-func.el (which-func, which-func-cleanup-function): * term/ns-win.el (ns-face-at-pos): * term/sup-mouse.el (sup-mouse-report): * textmodes/flyspell.el (flyspell-mode-line-string): * textmodes/ispell.el (ispell-highlight-face): * textmodes/reftex-global.el: * vc/vc-arch.el (vc-arch-mode-line-string): * vc/vc-cvs.el (vc-cvs-mode-line-string): * vc/vc-git.el (vc-git-mode-line-string): * vc/vc-hooks.el (vc-display-status) (vc-default-mode-line-string): * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes. * dired.el (dired-sort-set-mode-line): Rename from dired-sort-set-modeline. All callers changed. * foldout.el (foldout-mode-line-string): Rename from foldout-modeline-string. All callers changed. (foldout-update-mode-line): Rename from foldout-update-modeline. * strokes.el (strokes-lighter): Rename from strokes-modeline-string. * subr.el (redraw-modeline): Make into obsolete alias. * calendar/timeclock.el (timeclock-mode-line-display): Rename from timeclock-modeline-display. Make old name an alias. (timeclock-update-mode-line): Likewise. All callers changed. (timeclock-mode-line-display): No need to check before using add-hook. (timeclock-relative, timeclock-day-over-hook) (timeclock-use-elapsed, timeclock-mode-string) (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line". * emulation/crisp.el (crisp-mode-mode-line-string): Rename from crisp-mode-modeline-string. * erc-track.el (erc-track, erc-track-faces-priority-list) (erc-track-faces-normal-list, erc-track-find-face) (erc-track-modified-channels): Fix modeline -> mode line in docs. * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from eshell-status-in-modeline. * org-clock.el (org-clock-string-limit) (org-clock-modeline-total, org-clock-task-overrun-text) (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line". * play/solitaire.el (solitaire-build-mode-line): Rename from solitaire-build-modeline. All callers changed. * play/zone.el (zone-hiding-mode-line): Rename from zone-hiding-modeline. All callers changed. (zone): Remove unusued `modeline-hidden-level' property. * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from xscheme-modeline-initialize. All callers changed. * textmodes/sgml-mode.el (html-face-tag-alist) (html-tag-face-alist): Use mode-line face instead of obsolete alias modeline. Fixes: debbugs:10329
* Spelling fixes.Paul Eggert2012-05-283-3/+3
|
* Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-2612-105/+270
|\
| * Add a forgotten lisp/org/ChangeLog entry.Bastien Guerry2012-05-261-0/+3
| |
| * Fix typos in previousGlenn Morris2012-05-251-1/+1
| |
| * Fix major bug in the Org>ODT exporter.Bastien Guerry2012-05-253-12/+30
| |
| * Merge Org 7.8.11 -- important bug fixes.Bastien Guerry2012-05-257-17/+58
| |
| * ob.el: Fix bug.Bastien Guerry2012-05-162-1/+7
| |
| * Merge Org 7.8.10 -- important bug fixes since Org 7.8.09.Bastien Guerry2012-05-168-84/+209
| |
* | Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.orgGlenn Morris2012-04-262-2/+7
| | | | | | | | | | * lisp/org/org-ctags.el (org-ctags-new-topic-template): Revert 2012-04-09 removal of * from defcustom value, not doc.
* | Merge changes from emacs-24 branchChong Yidong2012-04-2711-178/+189
|\ \ | |/
| * org-ctags.el (org-ctags-new-topic-template): Fix the option default value ↵Bastien Guerry2012-04-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | back again. This option was changed by error in this commit: http://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org-protocol.el?h=emacs-24&id=0fc749f9 I first overwrote this change by error, then backported it into Org git repo, then backported the error back into Emacs. This is now fixed.
| * ChangeLog fixGlenn Morris2012-04-261-1/+1
| |
| * Sync with Org git commit 374c56b.Bastien Guerry2012-04-2612-73/+195
| |
| * lisp/org/ChangeLog: remove references to files that are not in the directory.Bastien Guerry2012-04-261-101/+0
| |
| * Remove wrong ChangeLog entry in lisp/org/ChangeLog.Bastien Guerry2012-04-221-5/+0
| | | | | | | | Thanks to Stephen Berman for pointing this.
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-139-45/+103
|\ \ | |/
| * Sync with Org 7.8.09 (bugfix release)Bastien Guerry2012-04-119-45/+104
| |
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-092-2/+2
|/
* Add :version tag to new Org options in Emacs 24.1Bastien Guerry2012-04-0337-2/+166
|
* Fix small regressions in OrgBastien Guerry2012-04-032-3/+9
|
* Fix regressions in Org.Bastien Guerry2012-04-024-92/+101
|
* Spelling fixes.Paul Eggert2012-04-013-3/+3
|
* Fix copyright and authors lines in OrgBastien Guerry2012-04-0129-46/+47
|
* Fix copyright declaration in ob-fortran.elBastien Guerry2012-04-011-1/+1
|
* Fix bug in org-todo.Bastien Guerry2012-04-012-2/+6
|
* Update to Org version 7.8.07 (commit da0e6f in Org's repo)Bastien Guerry2012-04-0143-1043/+2861
|
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-221-4/+2
|
* Small header fixesGlenn Morris2012-02-201-7/+6
|
* * lisp/org/org-footnote.el: Remove bogus defvar values.Chong Yidong2012-02-142-3/+7
| | | | Fixes: debbugs:10745
* Fix typos in ChangeLogs.Juanma Barranquero2012-01-311-12/+12
|
* ChangeLog fixes.Juanma Barranquero2012-01-101-4/+4
|
* Spelling fixes.Paul Eggert2012-01-0919-55/+55
|
* Fix some compiler warnings.Bastien Guerry2012-01-053-17/+28
|
* Fix some compiler warnings.Bastien Guerry2012-01-055-9/+33
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-052-2/+2
|
* Copyright, license, and header fixes for Org.Glenn Morris2012-01-0516-51/+47
|
* Fix trailing whitespaces in Org files.Bastien Guerry2012-01-0427-67/+59
|
* Fix even more copyright year for Org files.Bastien Guerry2012-01-044-4/+4
|
* Fix more copyright year for Org files.Bastien Guerry2012-01-0412-12/+12
|
* Fix copyright year for Org files.Bastien Guerry2012-01-0495-102/+113
|
* Merge Org 7.8.03Bastien Guerry2012-01-03108-3040/+12471
|
* Spelling fixes.Paul Eggert2011-12-302-3/+3
|
* Spelling fixes.Paul Eggert2011-12-293-4/+4
|
* Spelling fixes.Paul Eggert2011-12-141-2/+2
|
* Spelling fixes.Paul Eggert2011-12-112-4/+4
|
* Fix typos.Juanma Barranquero2011-12-064-4/+9
|
* Spelling fixes.Paul Eggert2011-12-047-15/+15
|
* Spelling fixes.Paul Eggert2011-11-261-1/+1
|
* Spelling fixes.Paul Eggert2011-11-241-1/+1
|