aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ucs-set-table-for-input): Disable when using unify-on-decoding.Stefan Monnier2005-04-162-32/+37
|
* (cua-global-mark-face): Add special caseDan Nicolaescu2005-04-162-1/+7
| | | | for displays supporting a high number of colors.
* (repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii2005-04-162-1/+8
|
* (filesets-add-buffer): If user supplies a name of aEli Zaretskii2005-04-162-2/+16
| | | | non-existing fileset, create a new fileset.
* (org-up-heading-all): Fixed bug withCarsten Dominik2005-04-161-1/+1
| | | | `outline-up-heading-all'.
* *** empty log message ***Carsten Dominik2005-04-161-0/+5
|
* (auto-mode-alist): Handle /etc/sysconfig/*,Andreas Schwab2005-04-162-2/+7
| | | | /etc/permissions.d/* and /etc/aliases.d/*.
* (cp-make-coding-system): SetKenichi Handa2005-04-162-2/+9
| | | | | | `translation-table-for-input' property value to the symbol ucs-mule-to-mule-unicode, not to that value. (pt154): Escape guillemet by `\'.
* *** empty log message ***Luc Teirlinck2005-04-161-0/+9
|
* Load tooltip if x-show-tip is fboundp.Luc Teirlinck2005-04-161-0/+1
|
* (command-line): Add comment.Luc Teirlinck2005-04-161-0/+3
|
* (tooltip-mode): Specify correct standard value for Custom in init-value.Luc Teirlinck2005-04-161-0/+6
|
* (gud-goto-info): Use existing Info buffer, ifNick Roberts2005-04-151-6/+17
| | | | possible.
* *** empty log message ***Nick Roberts2005-04-151-0/+5
|
* *** empty log message ***Carsten Dominik2005-04-152-1/+42
|
* (org-agenda-date-prompt): Renamed fromCarsten Dominik2005-04-151-349/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `org-agenda-date-today'. (org-evaluate-time-range): Insert at point instead of directly after time range. (org-first-headline-recenter, org-subtree-end-visible-p) (org-optimize-window-after-visibility-change): New functions (org-agenda-post-command-hook): Don't allow point at end of line, to make sure it always hits the text properties. (org-agenda-next-date-line, org-agenda-previous-date-line): New commands. (org-set-regexps-and-options): Category may contain white space. (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved marker positions. (org-agenda-new-marker): Argument POS made optional. (org-agenda-get-timestamps): Deadlines which are done are listed in org-done-face now. (org-agenda-get-todos, org-agenda-get-timestamps) (org-agenda-get-deadlines, org-agenda-get-scheduled): set `undone-face' and `done-face' properties. (org-last-todo-state-is-todo): New variable. (org-todo): Set `org-last-todo-state-is-todo'. (org-agenda-todo): Change face according to `org-last-todo-state-is-todo'. And change other lines refering to the same entry. (org-calendar-goto-agenda): New command. (org-calendar-to-agenda-key): New option. (org-startup-folded): New allowed value `content'. (org-set-regexps-and-options): Accept new value `content' for `org-startup-folded'. (org-get-current-options): Handle new value `content' for `org-startup-folded'. (org-insert-todo-heading): New command. (org-mode): Insert first line "*-* mode: org-mode -*-" when called interactively in empty file and option `org-insert-mode-line-in-empty-file' has been set. (org-agenda-todo,org-agenda-priority): Modified to use `org-agenda-change-all-lines'. (org-warning-face): Changed color on dark background
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-141-0/+12
|
* (set-locale-environment): On Mac OS, use preferences AppleLocale andYAMAMOTO Mitsuharu2005-04-141-1/+11
| | | | | | AppleLanguages, and variable mac-system-locale for default locale. On Mac OS Classic, use mac-system-coding-system for default coding systems.
* Don't set file-name-coding-system. Decode variables system-name,YAMAMOTO Mitsuharu2005-04-141-11/+15
| | | | | | emacs-build-system, user-login-name, and user-full-name by mac-system-coding-system on Mac OS Classic. (mac-system-coding-system): New variable.
* Chaneg "is" to "are"Jan Djärv2005-04-141-1/+1
|
* (command-line): Whitespace change.Luc Teirlinck2005-04-131-1/+0
|
* (command-line): Handle `xterm-mouse-mode' before reading init file.Luc Teirlinck2005-04-131-7/+11
|
* (xterm-mouse-mode): Change :init value.Luc Teirlinck2005-04-131-16/+4
|
* *** empty log message ***Luc Teirlinck2005-04-131-1/+2
|
* *** empty log message ***Luc Teirlinck2005-04-131-0/+6
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-256Miles Bader2005-04-133-26/+18
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 65) - Update from CVS 2005-04-13 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte. * lisp/gnus/qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
* (sh-here-document-word): Make it a defcustom. Doc fix.Glenn Morris2005-04-131-17/+30
| | | | | | | | (sh-add): Bash uses $(( )) for arithmetic. (sh-while-getopts) <sh>: Set OPTIND back to 1 at end. (sh-maybe-here-document): Remove quotes and leading whitespace from heredoc word when closing. Indent heredoc with tabs if word starts with "-".
* *** empty log message ***Glenn Morris2005-04-131-0/+10
|
* (undo): Fix previous change.Richard M. Stallman2005-04-132-2/+8
|
* (defface): Doc fix.Richard M. Stallman2005-04-131-8/+18
|
* *** empty log message ***Lute Kamstra2005-04-131-0/+9
|
* (DONTCOMPILE): Remove list.Lute Kamstra2005-04-131-87/+16
| | | | | (compile, compile-always): Fix comments. (update-authors): Load the library in which batch-update-authors is defined.
* (DONTCOMPILE): Remove list.Lute Kamstra2005-04-131-97/+18
| | | | | (compile, compile-always): Don't use DONTCOMPILE. (update-authors): Load the library in which batch-update-authors is defined.
* (generic-mode-ini-file-find-file-hook):Lute Kamstra2005-04-132-12/+31
| | | | | | | | | Rename to ini-generic-mode-find-file-hook. Keep generic-mode-ini-file-find-file-hook as an alias. (ini-generic-mode-find-file-hook): Rename from generic-mode-ini-file-find-file-hook. Fix docstring. (ini-generic-mode): Docstring change. (bat-generic-mode-run-as-comint): Silence the byte compiler.
* (describe-key-briefly): UNTRANSLATED can be nil when called from lisp.Lute Kamstra2005-04-131-2/+2
|
* Move here from parent dir.Lute Kamstra2005-04-131-0/+345
|
* Move to the emacs-lisp subdir.Lute Kamstra2005-04-131-345/+0
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-254Miles Bader2005-04-133-3/+20
| | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 62-64) - Merge from emacs--cvs-trunk--0 - Update from CVS - (mm-string-to-multibyte): Use Gnus trunk definition. 2005-04-13 Miles Bader <[email protected]> * lisp/gnus/mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition. 2005-04-12 Katsumi Yamaoka <[email protected]> * lisp/gnus/nnrss.el (nnrss-node-text): Replace CRLFs (which might be contained in text because xml.el decodes entities) with LFs.
* (function-key-map): Add mappings for A-, C-, S-Dan Nicolaescu2005-04-132-0/+85
| | | | and C-S- function and cursor motion keys.
* Delete accidentally added comment.Luc Teirlinck2005-04-131-3/+0
|
* *** empty log message ***Luc Teirlinck2005-04-121-1/+2
|
* (command-line): Enable Xterm Mouse mode by default.Luc Teirlinck2005-04-121-1/+11
|
* (xterm-mouse-mode): Provide correct standard value for Custom. NoLuc Teirlinck2005-04-121-4/+27
| | | | longer show "Mouse" in mode line when enabled. Doc fix.
* *** empty log message ***Luc Teirlinck2005-04-121-1/+1
|
* *** empty log message ***Luc Teirlinck2005-04-121-0/+6
|
* (cua-rectangle-face)Kim F. Storm2005-04-121-6/+9
| | | | (cua-rectangle-noselect-face): Define face attributes here.
* (cua--init-rectangles): Remove face setup.Kim F. Storm2005-04-121-10/+0
|
* *** empty log message ***Kim F. Storm2005-04-121-0/+7
|
* Added new X reosurce, cursorBlink.Jan Djärv2005-04-122-1/+15
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-121-0/+10
|