summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Richard M. Stallman2005-05-011-0/+7
|
* (Info-mode): Set widen-automatically to nil, locally.Richard M. Stallman2005-05-011-0/+2
|
* (widen-automatically): New variable.Richard M. Stallman2005-05-011-1/+11
| | | | (pop-global-mark): Obey widen-automatically.
* fix typoDan Nicolaescu2005-05-011-1/+1
|
* (function-key-map): Call substitute-key-definitionDan Nicolaescu2005-05-012-60/+66
| | | | | before the keymap size keymap is increased by a lot of define-key calls.
* *** empty log message ***Richard M. Stallman2005-05-011-5/+5
|
* (add-to-invisibility-spec, remove-from-invisibility-spec):Richard M. Stallman2005-05-012-6/+11
| | | | Rename ARG to ELEMENT. Doc fix.
* (allout-exposure): Remove macro and obsolete declaration.Nick Roberts2005-05-011-16/+3
| | | | Remove references to allout-exposure/change to allout-new-exposure.
* *** empty log message ***Nick Roberts2005-05-011-0/+3
|
* (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)Nick Roberts2005-05-011-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 createNick Roberts2005-05-011-3/+0
| | | | bytecode symbols.
* *** empty log message ***Nick Roberts2005-05-011-0/+10
|
* (require-final-newline): Make Custom tags consistentLuc Teirlinck2005-05-011-2/+2
| | | | | with mode-require-final-newline. (mode-require-final-newline): Doc fix.
* *** empty log message ***Luc Teirlinck2005-05-011-1/+7
|
* Add arch taglineMiles Bader2005-05-011-0/+1
|
* (latexenc-find-file-coding-system): Fix regular expressions.Lute Kamstra2005-05-012-2/+8
| | | | | Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier <monnier@iro.umontreal.ca>.
* (string-to-int): Make obsolete.Nick Roberts2005-05-011-17/+30
|
* *** empty log message ***Nick Roberts2005-05-011-0/+4
|
* *** empty log message ***Richard M. Stallman2005-04-301-0/+1
|
* (next-error-overlay-arrow-position): Turn off, for ttys.Richard M. Stallman2005-04-301-1/+3
|
* Load jka-comp-hook.Richard M. Stallman2005-04-302-0/+30
|
* Many functions and vars moved to jka-compr-hook.el.Richard M. Stallman2005-04-301-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. Stallman2005-04-301-0/+292
| | | | Enable the mode by default.
* (backup-buffer-copy): Use copy-file insteadRichard M. Stallman2005-04-301-6/+4
| | | | of write-region, and put back the 'excl.
* (flymake-split-string)Richard M. Stallman2005-04-301-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 Roberts2005-04-301-1/+1
|
* *** empty log message ***Nick Roberts2005-04-301-0/+1
|
* (cc-create-define-alist): Check that fileNick Roberts2005-04-291-1/+3
| | | | | exists. Initialise cc-define-alist. (c-mode): Add cc-create-define-alist locally to after-save-hook.
* *** empty log message ***Nick Roberts2005-04-291-0/+6
|
* (cc-mode-cpp-program): New user variable.Sam Steingold2005-04-292-1/+8
| | | | (cc-create-define-alist): Use it instead of the hard-coded string.
* (file-coding-system-alist): Fix regexp for latexenc.Stefan Monnier2005-04-292-5/+10
|
* *** empty log message ***Lute Kamstra2005-04-291-0/+5
|
* Improve commentary section.Lute Kamstra2005-04-291-33/+33
| | | | (define-generic-mode): Improve docstring.
* *** empty log message ***Kim F. Storm2005-04-291-18/+11
|
* Many small changes to keep the byte compiler happy. Furthermore:Carsten Dominik2005-04-291-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 Dominik2005-04-291-0/+31
|
* (comint-output-filter-functions): Add autoload cookie.Luc Teirlinck2005-04-291-0/+1
|
* *** empty log message ***Luc Teirlinck2005-04-291-0/+4
|
* Add arch taglineMiles Bader2005-04-281-0/+1
|
* (ido-everywhere): Fix last change.Kim F. Storm2005-04-281-6/+4
|
* *** empty log message ***Kim F. Storm2005-04-281-0/+4
|
* (define-generic-mode): Fix docstring.Lute Kamstra2005-04-282-13/+16
|
* (file-coding-system-alist): For .tex,Thien-Thi Nguyen2005-04-282-0/+7
| | | | .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
* *** empty log message ***Lute Kamstra2005-04-281-0/+6
|
* (font-lock-add-keywords, font-lock-remove-keywords): Clarify docstring.Lute Kamstra2005-04-281-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 Nguyen2005-04-281-0/+170
|
* *** empty log message ***Lute Kamstra2005-04-281-0/+24
|
* (generic-mode-internal): Simplify font-lock-defaults.Lute Kamstra2005-04-281-1/+1
|
* Update commentary section.Lute Kamstra2005-04-281-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 toLute Kamstra2005-04-281-2/+5
| | | | highlight matches.