aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* Update to version 3.06Carsten Dominik2005-04-151-116/+143
|
* *** empty log message ***Carsten Dominik2005-04-153-1/+46
|
* (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
* TUTORIAL.ru and TUTORIAL.th updated header.Marcelo Toledo2005-04-143-4/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-142-0/+17
|
* (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.
* [!TARGET_API_MAC_CARBON]: Don't include TextEncodingConverter.h.YAMAMOTO Mitsuharu2005-04-141-1/+0
|
* (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEMYAMAMOTO Mitsuharu2005-04-141-7/+8
| | | | | | | to encode title bar string. (x_create_tip_frame): Apply 2005-03-18 change for xfns.c. (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]: Use CFStringGetSystemEncoding to get system default string encoding.
* [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't includeYAMAMOTO Mitsuharu2005-04-142-0/+57
| | | | | | | TextEncodingConverter.h. (mac_system_script_code, Vmac_system_locale): New variables. (syms_of_mac): Defvar them. (mac_get_system_locale): New function.
* (NonCarbonLibs): Add LocalesLib. Delete TextEncodingConverter.YAMAMOTO Mitsuharu2005-04-141-1/+1
|
* *** empty log message ***Lute Kamstra2005-04-142-0/+8
|
* (elfiles): Update.Lute Kamstra2005-04-141-3/+7
|
* *** empty log message ***Kim F. Storm2005-04-141-18/+17
|
* (add-release-logs): Fix require call.Lute Kamstra2005-04-142-7/+8
|
* Distribute all ChangeLog files in lisp/.Lute Kamstra2005-04-141-7/+10
| | | | | Don't distribute ldefs-boot.el. lisp/makefile.nt no longer exists.
* Chaneg "is" to "are"Jan Djärv2005-04-141-1/+1
|
* macterm.c (syms_of_macterm): Removing redundant definition ofSteven Tamm2005-04-142-4/+5
| | | | mac-pass-control-to-system
* (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
|
* TUTORIAL.sk updated header.Marcelo Toledo2005-04-131-1/+1
|
* 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.
* Updated header.Pavel Janík2005-04-132-2/+6
|
* (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-133-1/+19
|
* Prevent creating an unnecessary empty cc-mode.ss file.Lute Kamstra2005-04-131-0/+2
|
* (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.
* Don't use DONTCOMPILE from lisp/Makefile.in; check forLute Kamstra2005-04-131-10/+7
| | | | "no-byte-compile: t" in the file instead.
* (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
|
* (XTerm Mouse): Xterm Mouse mode is now enabled by default.Luc Teirlinck2005-04-121-4/+9
|
* *** empty log message ***Luc Teirlinck2005-04-123-1/+20
|
* (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
|