aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2005-04-281-0/+5
|
* (USAGE1): Add --basic-display and --quick options.Nick Roberts2005-04-281-1/+4
|
* (tooltip-gud-tips): Show the associated #defineNick Roberts2005-04-271-13/+30
| | | | directives when a C program under GDB is not executing.
* (gdb-active-process): New variable.Nick Roberts2005-04-271-4/+18
| | | | | | | | (gdb-exited): New function. (gdb-annotation-rules): Use it. (gdb-starting): Set gdb-active-process to t. (gdb-stopping): Amend doc string. (gdb-reset): Set gdb-active-process to nil.
* (cc-create-define-alist): New function.Nick Roberts2005-04-271-0/+17
| | | | | (cc-define-alist): New variable. (c-mode): Make it local and set it.
* *** empty log message ***Nick Roberts2005-04-272-0/+20
|
* *** empty log message ***Stefan Monnier2005-04-271-2/+10
|
* (cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords.Stefan Monnier2005-04-271-5/+5
|
* (font-lock-default-fontify-region): Don't forceStefan Monnier2005-04-271-1/+2
| | | | parse-sexp-lookup-properties to nil.
* (man-mode-syntax-table): Set up `:' to have word-constituent syntax.Eli Zaretskii2005-04-272-0/+6
|
* (syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm2005-04-271-0/+1
|
* *** empty log message ***Kim F. Storm2005-04-271-0/+4
|
* (disable-command): Don't add spurious newlines to the init file.Lute Kamstra2005-04-272-4/+10
| | | | Reported by Dan Jacobson <[email protected]>.
* *** empty log message ***Jay Belanger2005-04-271-0/+5
|
* (calc-edit-finish): Make sure there is more than one window beforeJay Belanger2005-04-271-1/+1
| | | | deleting window.
* *** empty log message ***Luc Teirlinck2005-04-272-0/+12
|
* *** empty log message ***Luc Teirlinck2005-04-271-1/+5
|
* (Shell): Add `Shell Prompts' to menu.Luc Teirlinck2005-04-271-24/+53
| | | | | | | | | | (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u' description. Delete remarks moved to new node. (Shell Prompts): New node. (History References): Replace remarks moved to `Shell Prompts' with xref to that node. (Remote Host): Clarify how to specify the terminal type when logging in to a different machine.
* (inferior-emacs-lisp-mode): Set paragraph-separate buffer locally toLuc Teirlinck2005-04-262-1/+31
| | | | | "\\'". Replace obsolete `comint-use-prompt-regexp-instead-of-fields' with `comint-use-prompt-regexp'.
* (inferior-lisp-prompt): Doc fix.Luc Teirlinck2005-04-261-1/+1
|
* (shell-prompt-pattern): Doc fix.Luc Teirlinck2005-04-261-2/+4
| | | | (shell-mode): Set paragraph-separate buffer locally to "\\'".
* (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):Luc Teirlinck2005-04-261-3/+3
| | | | | comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
* (try-expand-line, try-expand-line-all-buffers):Luc Teirlinck2005-04-261-3/+3
| | | | | `comint-use-prompt-regexp-instead-of-fields' has been renamed to `comint-use-prompt-regexp'.
* (comint-prompt-regexp, comint-get-old-input)Luc Teirlinck2005-04-261-33/+40
| | | | | | | | | | | | | (comint-use-prompt-regexp) (comint-use-prompt-regexp-instead-of-fields) (comint-replace-by-expanded-history, comint-send-input) (comint-output-filter, comint-get-old-input-default) (comint-line-beginning-position, comint-bol, comint-show-output) (comint-backward-matching-input, comint-forward-matching-input) (comint-next-prompt, comint-previous-prompt): Rename `comint-use-prompt-regexp-instead-of-fields' to `comint-use-prompt-regexp'. Keep old name as alias and declare obsolete. (comint-use-prompt-regexp): Shorten first line of doc string.
* (Fsame_window_p, Fspecial_display_p): Doc fixes.Richard M. Stallman2005-04-262-8/+15
| | | | (syms_of_window): Doc fixes.
* (gdb-location-alist): Rename fromNick Roberts2005-04-261-23/+35
| | | | | gdb-location-list. Break lines that are over 80 characters wide.
* *** empty log message ***Nick Roberts2005-04-261-0/+6
|
* Rename "full-path" -> "full-name".Stefan Monnier2005-04-262-33/+44
|
* Rename "full-path" -> "full-name".Stefan Monnier2005-04-261-10/+14
| | | | | | | (cvs-fileinfo->full-path, cvs-display-full-path): New fun and var, to preserve compatibility. (cvs-fileinfo->backup-file): Don't pass the full file name to file-newer-than-file-p.
* *** empty log message ***Richard M. Stallman2005-04-262-0/+6
|
* (line-move-1): Avoid using vertical-motion in easy cases.Richard M. Stallman2005-04-261-9/+23
|
* (Fvertical_motion): Undo previous change.Richard M. Stallman2005-04-261-7/+0
|
* (define-minor-mode): Fix docstring.Lute Kamstra2005-04-262-2/+7
|
* (font-lock-fontify-region-function): Fix docstring.Lute Kamstra2005-04-261-3/+3
| | | | (font-lock-comment-delimiter-face): Ditto.
* *** empty log message ***Richard M. Stallman2005-04-264-7/+31
|
* (hexl-mode): Use new name eldoc-documentation-function.Richard M. Stallman2005-04-261-1/+1
|
* (python-mode): Use new name eldoc-documentation-function.Richard M. Stallman2005-04-261-2/+2
|
* Fix previous change.Richard M. Stallman2005-04-262-5/+4
|
* (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
| | | | | (eldoc-documentation-function): Renamed from eldoc-print-current-symbol-info-function. Calls changed.
* (Defining Faces): Document `default' elements of defface spec.Richard M. Stallman2005-04-261-11/+21
|
* (Major Mode Conventions): Explain customizing ElDoc mode.Richard M. Stallman2005-04-261-0/+5
|
* (Variable Aliases): Clarify text.Richard M. Stallman2005-04-261-17/+23
|
* (Window Hooks): Remove reference to obsolete Lazy Lock mode.Richard M. Stallman2005-04-261-2/+1
|
* (TeX Print): Document tex-compile.Richard M. Stallman2005-04-262-0/+32
|
* (Top): Update submenus from files.texi.Richard M. Stallman2005-04-261-1/+9
|
* (Filesets): New node.Richard M. Stallman2005-04-261-0/+47
| | | | (File Conveniences): Document Image mode.
* (Misc Dired Features): Document dired-compare-directories.Richard M. Stallman2005-04-261-0/+26
|
* (Acknowledgments): Delete info about iso-acc.elRichard M. Stallman2005-04-261-3/+2
|
* *** empty log message ***Nick Roberts2005-04-262-2/+7
|
* (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
|