Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Richard M. Stallman | 2005-05-01 | 1 | -0/+7 | |
| | ||||||
* | (Info-mode): Set widen-automatically to nil, locally. | Richard M. Stallman | 2005-05-01 | 1 | -0/+2 | |
| | ||||||
* | (widen-automatically): New variable. | Richard M. Stallman | 2005-05-01 | 1 | -1/+11 | |
| | | | | (pop-global-mark): Obey widen-automatically. | |||||
* | fix typo | Dan Nicolaescu | 2005-05-01 | 1 | -1/+1 | |
| | ||||||
* | (function-key-map): Call substitute-key-definition | Dan Nicolaescu | 2005-05-01 | 2 | -60/+66 | |
| | | | | | before the keymap size keymap is increased by a lot of define-key calls. | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-05-01 | 1 | -5/+5 | |
| | ||||||
* | (add-to-invisibility-spec, remove-from-invisibility-spec): | Richard M. Stallman | 2005-05-01 | 2 | -6/+11 | |
| | | | | Rename ARG to ELEMENT. Doc fix. | |||||
* | (allout-exposure): Remove macro and obsolete declaration. | Nick Roberts | 2005-05-01 | 1 | -16/+3 | |
| | | | | Remove references to allout-exposure/change to allout-new-exposure. | |||||
* | *** empty log message *** | Nick Roberts | 2005-05-01 | 1 | -0/+3 | |
| | ||||||
* | (dot, dot-marker, dot-min, dot-max, buffer-flush-undo) | Nick Roberts | 2005-05-01 | 1 | -46/+16 | |
| | | | | | | (compiled-function-p, focus-frame, unfocus-frame): Remove aliases and obsolete declarations. Back out inadvertant changes from previous commit. | |||||
* | (dot, dot-min, dot-max): Don't create | Nick Roberts | 2005-05-01 | 1 | -3/+0 | |
| | | | | bytecode symbols. | |||||
* | *** empty log message *** | Nick Roberts | 2005-05-01 | 1 | -0/+10 | |
| | ||||||
* | (require-final-newline): Make Custom tags consistent | Luc Teirlinck | 2005-05-01 | 1 | -2/+2 | |
| | | | | | with mode-require-final-newline. (mode-require-final-newline): Doc fix. | |||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-01 | 1 | -1/+7 | |
| | ||||||
* | Add arch tagline | Miles Bader | 2005-05-01 | 1 | -0/+1 | |
| | ||||||
* | (latexenc-find-file-coding-system): Fix regular expressions. | Lute Kamstra | 2005-05-01 | 2 | -2/+8 | |
| | | | | | Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier <monnier@iro.umontreal.ca>. | |||||
* | (string-to-int): Make obsolete. | Nick Roberts | 2005-05-01 | 1 | -17/+30 | |
| | ||||||
* | *** empty log message *** | Nick Roberts | 2005-05-01 | 1 | -0/+4 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 2005-04-30 | 1 | -0/+1 | |
| | ||||||
* | (next-error-overlay-arrow-position): Turn off, for ttys. | Richard M. Stallman | 2005-04-30 | 1 | -1/+3 | |
| | ||||||
* | Load jka-comp-hook. | Richard M. Stallman | 2005-04-30 | 2 | -0/+30 | |
| | ||||||
* | Many functions and vars moved to jka-compr-hook.el. | Richard M. Stallman | 2005-04-30 | 1 | -234/+2 | |
| | | | | | | | (jka-compr-handler): Add autoload. `put' calls moved to jka-compr-hook.el. (compression, jka-compr): defgroups moved to jka-compr-hook.el. (jka-compr-inhibit): Autoload. | |||||
* | New file. | Richard M. Stallman | 2005-04-30 | 1 | -0/+292 | |
| | | | | Enable the mode by default. | |||||
* | (backup-buffer-copy): Use copy-file instead | Richard M. Stallman | 2005-04-30 | 1 | -6/+4 | |
| | | | | of write-region, and put back the 'excl. | |||||
* | (flymake-split-string) | Richard M. Stallman | 2005-04-30 | 1 | -170/+108 | |
| | | | | | | | | | | | (flymake-split-string, flymake-log, flymake-pid-to-names) (flymake-reg-names, flymake-get-source-buffer-name) (flymake-unreg-names, flymake-add-line-err-info) (flymake-add-err-info): Clarify docstrings. (flymake-popup-menu, flymake-make-emacs-menu) (flymake-make-xemacs-menu): Add docstrings. (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted. Set variables directly throughout. | |||||
* | (c-mode): If there is no file (Macroexpansion) don't create an alist. | Nick Roberts | 2005-04-30 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Nick Roberts | 2005-04-30 | 1 | -0/+1 | |
| | ||||||
* | (cc-create-define-alist): Check that file | Nick Roberts | 2005-04-29 | 1 | -1/+3 | |
| | | | | | exists. Initialise cc-define-alist. (c-mode): Add cc-create-define-alist locally to after-save-hook. | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-29 | 1 | -0/+6 | |
| | ||||||
* | (cc-mode-cpp-program): New user variable. | Sam Steingold | 2005-04-29 | 2 | -1/+8 | |
| | | | | (cc-create-define-alist): Use it instead of the hard-coded string. | |||||
* | (file-coding-system-alist): Fix regexp for latexenc. | Stefan Monnier | 2005-04-29 | 2 | -5/+10 | |
| | ||||||
* | *** empty log message *** | Lute Kamstra | 2005-04-29 | 1 | -0/+5 | |
| | ||||||
* | Improve commentary section. | Lute Kamstra | 2005-04-29 | 1 | -33/+33 | |
| | | | | (define-generic-mode): Improve docstring. | |||||
* | *** empty log message *** | Kim F. Storm | 2005-04-29 | 1 | -18/+11 | |
| | ||||||
* | Many small changes to keep the byte compiler happy. Furthermore: | Carsten Dominik | 2005-04-29 | 1 | -326/+463 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-prefix-format-compiled): New variable. (org-compile-prefix-format): New function. (org-timeline, org-agenda, org-diary): Call `org-compile-prefix-format'. (org-agenda-prefix-format,org-timeline-prefix-format): New options. (org-agenda-get-scheduled): Check if file is openned in `org-mode'. (org-get-entries-from-diary): Use `org-get-time-of-day', for consistency with entries from `org-mode' files. (org-get-time-of-day): Fixed bug with partial matches early in a line. (org-non-link-chars): New constant. (org-link-regexp): Respect `org-non-link-chars'. (org-agenda-day-view): Command removed. (org-agenda-toggle-week-view): Renamed from `org-agenda-week-view'. (org-follow-bbdb-link, org-store-link): Search also company field. (org-highlight-overlay): New variable. (org-highlight, org-unhighlight): New functions. (org-agenda-mode): Added pre-command-hook to remove highlight. (org-evaluate-time-range): Behavior depend upon time stamp format: Does it contain a time or not? (org-show-subtree, org-show-entry): New functions. (org-agenda-cleanup-fancy-diary): Remove empty lines. | |||||
* | *** empty log message *** | Carsten Dominik | 2005-04-29 | 1 | -0/+31 | |
| | ||||||
* | (comint-output-filter-functions): Add autoload cookie. | Luc Teirlinck | 2005-04-29 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message *** | Luc Teirlinck | 2005-04-29 | 1 | -0/+4 | |
| | ||||||
* | Add arch tagline | Miles Bader | 2005-04-28 | 1 | -0/+1 | |
| | ||||||
* | (ido-everywhere): Fix last change. | Kim F. Storm | 2005-04-28 | 1 | -6/+4 | |
| | ||||||
* | *** empty log message *** | Kim F. Storm | 2005-04-28 | 1 | -0/+4 | |
| | ||||||
* | (define-generic-mode): Fix docstring. | Lute Kamstra | 2005-04-28 | 2 | -13/+16 | |
| | ||||||
* | (file-coding-system-alist): For .tex, | Thien-Thi Nguyen | 2005-04-28 | 2 | -0/+7 | |
| | | | | .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'. | |||||
* | *** empty log message *** | Lute Kamstra | 2005-04-28 | 1 | -0/+6 | |
| | ||||||
* | (font-lock-add-keywords, font-lock-remove-keywords): Clarify docstring. | Lute Kamstra | 2005-04-28 | 1 | -11/+9 | |
| | | | | | | (font-lock-keywords-alist, font-lock-removed-keywords-alist): Don't start docstrings with a `*'. (font-lock-update-removed-keyword-alist): Give it a docstring. | |||||
* | Initial revision. | Thien-Thi Nguyen | 2005-04-28 | 1 | -0/+170 | |
| | ||||||
* | *** empty log message *** | Lute Kamstra | 2005-04-28 | 1 | -0/+24 | |
| | ||||||
* | (generic-mode-internal): Simplify font-lock-defaults. | Lute Kamstra | 2005-04-28 | 1 | -1/+1 | |
| | ||||||
* | Update commentary section. | Lute Kamstra | 2005-04-28 | 1 | -100/+183 | |
| | | | | | | | | | | | | | | | Only require font-lock when compiling. Define all modes conditionally. Place all generic modes in the generic-x-modes customization group. (generic-x-modes): New customization group. (generic-default-modes, generic-mswindows-modes) (generic-unix-modes, generic-other-modes): New constants. (generic-define-mswindows-modes, generic-define-unix-modes): Update docstrings. Make them obsolete. (generic-extras-enable-list): New default value. Update docstring. Improve :type. Change :set function. (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table): Fix docstring. | |||||
* | (grep-mode-font-lock-keywords): Use the font-lock-face property to | Lute Kamstra | 2005-04-28 | 1 | -2/+5 | |
| | | | | highlight matches. |