summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Ffile_attributes): Don't pass extra nil arg to file-handler.handa-temp-tagStefan Monnier2004-04-151-1/+7
|
* (smerge-match-conflict): Fix last change.Stefan Monnier2004-04-151-1/+1
|
* (smerge-match-conflict): Try to do something sensibleStefan Monnier2004-04-151-4/+13
| | | | | for nested conflict markers. (smerge-find-conflict): Better handle errors in smerge-match-conflict.
* (gud-menu-map, gud-tool-bar-map): Add help button.Nick Roberts2004-04-151-8/+8
|
* (gdb-goto-info): New function.Nick Roberts2004-04-151-23/+23
|
* *** empty log message ***Nick Roberts2004-04-151-0/+6
|
* (Initial Options): Add -Q.Kim F. Storm2004-04-151-0/+7
|
* *** empty log message ***Kim F. Storm2004-04-151-0/+4
|
* Rebuild.Andreas Schwab2004-04-151-0/+48
|
* *** empty log message ***Luc Teirlinck2004-04-151-0/+5
|
* (Fverify_visited_file_modtime, Fvisited_file_modtime):Luc Teirlinck2004-04-151-2/+5
| | | | Add hyperlink to Elisp manual to the docstring.
* *** empty log message ***Luc Teirlinck2004-04-151-1/+6
|
* (Read Only Buffers): Mention optional ARG to `toggle-read-only'.Luc Teirlinck2004-04-151-2/+7
|
* *** empty log message ***Stefan Monnier2004-04-142-0/+20
|
* (fix_command): Use XDCR.Stefan Monnier2004-04-141-1/+1
|
* (batch-byte-compile-file): Give a backtrace if requested.Stefan Monnier2004-04-141-18/+20
|
* (ada-create-menu): Remove redundant call.Stefan Monnier2004-04-141-2/+1
|
* (python-orig-start-line, python-orig-file): Remove.Stefan Monnier2004-04-141-31/+25
| | | | | | (python-orig-start): New var. (python-input-filter, python-compilation-line-number) (python-send-region, python-load-file): Use it.
* (posn-set-point): Fix typos: parameter is `position', not `posn'.John Paul Wallington2004-04-141-4/+4
|
* (run-python): Fix use of \n.Stefan Monnier2004-04-141-7/+5
| | | | | (python-load-file): Remove `try' from Python fragment. (python-describe-symbol): Fix message.
* (Selecting Windows): Note that get-lru-windowNick Roberts2004-04-141-1/+1
| | | | returns a full-width window if possible.
* (Selecting Windows): Note that get-lru-windowNick Roberts2004-04-141-1/+2
| | | | returns a full-width window if possible.
* (Fget_lru_window): Doc fix.Nick Roberts2004-04-141-0/+1
|
* *** empty log message ***Nick Roberts2004-04-142-0/+9
|
* (python-mouse-2-command, python-RET-command): Remove unused functions.Stefan Monnier2004-04-141-27/+0
|
* *** empty log message ***Stefan Monnier2004-04-141-6/+36
|
* Doc fixes.Stefan Monnier2004-04-141-195/+185
| | | | | | | | | | | | (comint-last-input-start, comint-last-input-end) (comint-last-output-start): Give them values. (comint-arguments): Avoid warning. (comint-skip-prompt): Use line-end-position. (comint-backward-matching-input): Rename arg to agree with doc. (comint-extract-string): Use syntax-ppss. (comint-dynamic-simple-complete): Delete useless list construction. (comint-redirect-subvert-readonly): New. (comint-redirect-preoutput-filter): Use it.
* (info): Always jump to *info*.Stefan Monnier2004-04-141-11/+9
|
* (xml-maybe-do-ns): New function to handle namespaceStefan Monnier2004-04-141-90/+57
| | | | | | | | parsing of both attribute and element names. (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr) (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns. (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing. (xml-parse-attlist): Make it do its own namespace parsing.
* (beginning-of-defun-raw, end-of-defun):Stefan Monnier2004-04-141-7/+15
| | | | Correctly handle negative arguments when calling hook functions.
* (compilation-button-map): New keymap.Stefan Monnier2004-04-141-1/+9
| | | | | (compilation-error-properties): Use it. (compilation-shell-minor-mode-map): Don't bind mouse-2.
* *** empty log message ***Stefan Monnier2004-04-141-0/+22
|
* (checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error):Stefan Monnier2004-04-141-15/+8
| | | | Use posn-set-point to merge the mouse and non-mouse case.
* (smerge-popup-context-menu): Use it.Stefan Monnier2004-04-141-2/+2
|
* (cvs-status-map): Update binding name.Stefan Monnier2004-04-141-1/+1
|
* (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.Stefan Monnier2004-04-141-5/+6
| | | | Make it work for non-mouse events.
* (diff-goto-source): Make it work for mouse bindings.Stefan Monnier2004-04-141-11/+6
| | | | (diff-mouse-goto-source): Make it an alias of diff-goto-source.
* (compile-goto-error): Use it.Stefan Monnier2004-04-141-1/+1
|
* (mouse-set-point): Use it.Stefan Monnier2004-04-141-7/+2
|
* (posn-set-point): New function.Stefan Monnier2004-04-141-2/+12
|
* (info-apropos): Don't clobber Info-history-list.Jesper Harder2004-04-142-1/+7
|
* Markup fixes.Jesper Harder2004-04-142-3/+3
|
* *** empty log message ***Luc Teirlinck2004-04-141-0/+17
|
* Various changes in addition to:Luc Teirlinck2004-04-141-60/+147
| | | | | | (Buffer File Name): Add `find-buffer-visiting'. (Buffer Modification): Mention optional ARG to `not-modified'. (Indirect Buffers): Mention optional CLONE argument to `make-indirect-buffer'.
* Various changes in addition to:Luc Teirlinck2004-04-141-105/+246
| | | | | | | | | | (Visiting Functions): `find-file-hook' is now a normal hook. (File Name Expansion): Explain difference between the way that `expand-file-name' and `file-truename' treat `..'. (Contents of Directories): Mention optional ID-FORMAT argument to `directory-files-and-attributes'. (Format Conversion): Mention new optional CONFIRM argument to `format-write-file'.
* *** empty log message ***Juri Linkov2004-04-141-0/+4
|
* Update Delete/Delback translation.Juri Linkov2004-04-141-15/+20
|
* Changes from arch/CVS synchronizationMiles Bader2004-04-132-0/+6
|
* Paren typo.Stefan Monnier2004-04-131-1/+1
|
* (compilation-minor-mode-map)Stefan Monnier2004-04-131-11/+8
| | | | | (compilation-shell-minor-mode-map, compile-mouse-goto-error) (compile-goto-error): Re-merge the mouse and non-mouse commands.