| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove incorrect uses of "modeline". | Chong Yidong | 2012-06-02 | 2 | -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 Eggert | 2012-05-28 | 3 | -3/+3 |
| | | |||||
| * | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris | 2012-05-26 | 12 | -105/+270 |
| |\ | |||||
| | * | Add a forgotten lisp/org/ChangeLog entry. | Bastien Guerry | 2012-05-26 | 1 | -0/+3 |
| | | | |||||
| | * | Fix typos in previous | Glenn Morris | 2012-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | Fix major bug in the Org>ODT exporter. | Bastien Guerry | 2012-05-25 | 3 | -12/+30 |
| | | | |||||
| | * | Merge Org 7.8.11 -- important bug fixes. | Bastien Guerry | 2012-05-25 | 7 | -17/+58 |
| | | | |||||
| | * | ob.el: Fix bug. | Bastien Guerry | 2012-05-16 | 2 | -1/+7 |
| | | | |||||
| | * | Merge Org 7.8.10 -- important bug fixes since Org 7.8.09. | Bastien Guerry | 2012-05-16 | 8 | -84/+209 |
| | | | |||||
| * | | Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.org | Glenn Morris | 2012-04-26 | 2 | -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 branch | Chong Yidong | 2012-04-27 | 11 | -178/+189 |
| |\ \ | |/ | |||||
| | * | org-ctags.el (org-ctags-new-topic-template): Fix the option default value ↵ | Bastien Guerry | 2012-04-26 | 2 | -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 fix | Glenn Morris | 2012-04-26 | 1 | -1/+1 |
| | | | |||||
| | * | Sync with Org git commit 374c56b. | Bastien Guerry | 2012-04-26 | 12 | -73/+195 |
| | | | |||||
| | * | lisp/org/ChangeLog: remove references to files that are not in the directory. | Bastien Guerry | 2012-04-26 | 1 | -101/+0 |
| | | | |||||
| | * | Remove wrong ChangeLog entry in lisp/org/ChangeLog. | Bastien Guerry | 2012-04-22 | 1 | -5/+0 |
| | | | | | | | | | Thanks to Stephen Berman for pointing this. | ||||
| * | | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org | Glenn Morris | 2012-04-13 | 9 | -45/+103 |
| |\ \ | |/ | |||||
| | * | Sync with Org 7.8.09 (bugfix release) | Bastien Guerry | 2012-04-11 | 9 | -45/+104 |
| | | | |||||
| * | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 2 | -2/+2 |
| |/ | |||||
| * | Add :version tag to new Org options in Emacs 24.1 | Bastien Guerry | 2012-04-03 | 37 | -2/+166 |
| | | |||||
| * | Fix small regressions in Org | Bastien Guerry | 2012-04-03 | 2 | -3/+9 |
| | | |||||
| * | Fix regressions in Org. | Bastien Guerry | 2012-04-02 | 4 | -92/+101 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2012-04-01 | 3 | -3/+3 |
| | | |||||
| * | Fix copyright and authors lines in Org | Bastien Guerry | 2012-04-01 | 29 | -46/+47 |
| | | |||||
| * | Fix copyright declaration in ob-fortran.el | Bastien Guerry | 2012-04-01 | 1 | -1/+1 |
| | | |||||
| * | Fix bug in org-todo. | Bastien Guerry | 2012-04-01 | 2 | -2/+6 |
| | | |||||
| * | Update to Org version 7.8.07 (commit da0e6f in Org's repo) | Bastien Guerry | 2012-04-01 | 43 | -1043/+2861 |
| | | |||||
| * | ChangeLog fixes prompted by M-x authors | Glenn Morris | 2012-02-22 | 1 | -4/+2 |
| | | |||||
| * | Small header fixes | Glenn Morris | 2012-02-20 | 1 | -7/+6 |
| | | |||||
| * | * lisp/org/org-footnote.el: Remove bogus defvar values. | Chong Yidong | 2012-02-14 | 2 | -3/+7 |
| | | | | | Fixes: debbugs:10745 | ||||
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2012-01-31 | 1 | -12/+12 |
| | | |||||
| * | ChangeLog fixes. | Juanma Barranquero | 2012-01-10 | 1 | -4/+4 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2012-01-09 | 19 | -55/+55 |
| | | |||||
| * | Fix some compiler warnings. | Bastien Guerry | 2012-01-05 | 3 | -17/+28 |
| | | |||||
| * | Fix some compiler warnings. | Bastien Guerry | 2012-01-05 | 5 | -9/+33 |
| | | |||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 2 | -2/+2 |
| | | |||||
| * | Copyright, license, and header fixes for Org. | Glenn Morris | 2012-01-05 | 16 | -51/+47 |
| | | |||||
| * | Fix trailing whitespaces in Org files. | Bastien Guerry | 2012-01-04 | 27 | -67/+59 |
| | | |||||
| * | Fix even more copyright year for Org files. | Bastien Guerry | 2012-01-04 | 4 | -4/+4 |
| | | |||||
| * | Fix more copyright year for Org files. | Bastien Guerry | 2012-01-04 | 12 | -12/+12 |
| | | |||||
| * | Fix copyright year for Org files. | Bastien Guerry | 2012-01-04 | 95 | -102/+113 |
| | | |||||
| * | Merge Org 7.8.03 | Bastien Guerry | 2012-01-03 | 108 | -3040/+12471 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-12-30 | 2 | -3/+3 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-12-29 | 3 | -4/+4 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -2/+2 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-12-11 | 2 | -4/+4 |
| | | |||||
| * | Fix typos. | Juanma Barranquero | 2011-12-06 | 4 | -4/+9 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-12-04 | 7 | -15/+15 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -1/+1 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-11-24 | 1 | -1/+1 |
| | | |||||