summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * (gdb-goto-breakpoint): String match moreNick Roberts2004-07-031-31/+35
| | | | | | | | | | carefully. (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
| * *** empty log message ***Nick Roberts2004-07-031-0/+6
| |
| * (query-replace-read-args): Swallow space after 'foo,Juri Linkov2004-07-031-3/+4
| | | | | | | | | | not after (quote foo). Match space only immediately after symbol, not anywhere in the whole string.
| * *** empty log message ***Juri Linkov2004-07-031-0/+6
| |
| * *** empty log message ***Richard M. Stallman2004-07-021-0/+15
| |
| * (query-replace-read-args): Swallow space after symbols, not afterRichard M. Stallman2004-07-021-8/+12
| | | | | | | | closeparens. But avoid error if string ends there.
| * (python-beginning-of-statement): Exit the loop if backward-up-list gets error.Richard M. Stallman2004-07-021-10/+11
| |
| * (enriched-encode): Bind inhibit-read-only.Richard M. Stallman2004-07-021-27/+28
| |
| * #André Spiegel2004-07-021-0/+5
| |
| * (vc-rcs-checkout-model): Look at the version headers only ifAndré Spiegel2004-07-021-5/+9
| | | | | | | | vc-consult-headers is non-nil.
| * *** empty log message ***Juri Linkov2004-07-021-0/+6
| |
| * (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.Juri Linkov2004-07-021-0/+1
| |
| * (cvs-mode-diff-repository): New command.Juri Linkov2004-07-021-0/+6
| |
| * Changes from arch/CVS synchronizationMiles Bader2004-07-011-0/+2
| |
| * *** empty log message ***Stefan Monnier2004-07-012-209/+104
| |
| * *** empty log message ***Stefan Monnier2004-07-011-0/+1154
| |
| * (query-replace-interactive): Change type from booleanJuri Linkov2004-07-012-11/+39
| | | | | | | | | | | | to choice. Add value `initial'. (query-replace-read-args): Handle value `initial' of query-replace-interactive.
| * (isearch-mode-map): Bind C-M-w to isearch-del-char,Juri Linkov2004-07-011-21/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace, C-M-% to isearch-query-replace-regexp. (minibuffer-local-isearch-map): Add arrow key bindings. Bind C-f to isearch-yank-char-in-minibuffer. (isearch-forward): Doc fix. (isearch-edit-string): Doc fix. (isearch-query-replace, isearch-query-replace-regexp): New funs. (isearch-del-char): Add optional arg. Set isearch-yank-flag to t. (isearch-yank-char): Add optional arg. (isearch-yank-char-in-minibuffer): New fun.
| * *** empty log message ***Stefan Monnier2004-06-301-52/+57
| |
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-2920-211/+501
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430 Update from CVS
| * (breakpoint-enabled-bitmap-face)Kim F. Storm2004-06-291-11/+13
| | | | | | | | (breakpoint-disabled-bitmap-face): Add :group 'gud.
| * (ada-tight-gvd-integration): Add :group 'ada.Kim F. Storm2004-06-291-3/+4
| |
| * (vc-arch-mode-line-rewrite): Add :group 'vc.Kim F. Storm2004-06-291-1/+2
| |
| * *** empty log message ***Kim F. Storm2004-06-292-1/+18
| |
| * (nntp-authinfo-file): Add :group 'nntp.Kim F. Storm2004-06-291-4/+5
| |
| * (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.Kim F. Storm2004-06-291-2/+4
| |
| * *** empty log message ***Juri Linkov2004-06-281-0/+7
| |
| * (pp-buffer): Add autoload.Juri Linkov2004-06-281-0/+1
| |
| * (query-replace-read-args): Swallow a space afterJuri Linkov2004-06-281-15/+10
| | | | | | | | everything except )]" which in most cases means after a symbol.
| * (font-lock-fontify-syntactic-keywords-region):Richard M. Stallman2004-06-281-1/+1
| | | | | | | | More changes to go with previous change.
| * (perform-replace): Highlight the match even inDavid Kastrup2004-06-262-1/+10
| | | | | | | | non-query mode if there is potential replace string editing.
| * (tramp-handle-file-remote-p): New implementation toKai Großjohann2004-06-262-1/+12
| | | | | | | | | | agree with new return value of `file-remote-p'. This syncs with Tramp 2.0.42.
| * * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,Kai Großjohann2004-06-263-17/+20
| | | | | | | | | | | | | | | | according to new documentation of `file-remote-p'. * files.el (file-remote-p): Fix doc to say that return value is identification of remote system, if not nil. (file-relative-name): Use new return value of `file-remote-p'.
| * (gdb-toggle-breakpoint)Nick Roberts2004-06-261-10/+11
| | | | | | | | (gdb-goto-breakpoint): Fix breakage.
| * *** empty log message ***Nick Roberts2004-06-261-0/+5
| |
| * Update Eli's email address.Eli Zaretskii2004-06-261-1/+1
| |
| * (Man-getpage-in-background): Add windows-nt to the listEli Zaretskii2004-06-262-1/+9
| | | | | | | | | | of systems where shell-file-name should be used instead of literal "sh".
| * (change-log-font-lock-keywords): SupportSam Steingold2004-06-252-4/+12
| | | | | | | | Common Lisp function names `(setf symbol)'.
| * *** empty log message ***Richard M. Stallman2004-06-241-0/+13
| |
| * (query-replace-read-args): Swallow space after \,SYMBOL.Richard M. Stallman2004-06-241-14/+23
| |
| * (font-lock-set-defaults): Fix previous change.Richard M. Stallman2004-06-241-1/+1
| |
| * (font-lock-keywords): Change format of compiled values. Document it.Richard M. Stallman2004-06-241-25/+64
| | | | | | | | | | | | | | | | | | (font-lock-add-keywords): If font-lock-keywords is compiled, extract the uncompiled version, modify, then recompile. (font-lock-remove-keywords): Likewise. (font-lock-fontify-keywords-region): Handle changed format. (font-lock-compile-keywords): Handle changed format. (font-lock-set-defaults): Compile the keywords explicitly here.
| * (query-replace-read-args): Implement `\,' and `\#'David Kastrup2004-06-242-101/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replacements here. (query-replace-regexp): Doc string explaining this and the new `\?' replacement. Remove `\,' and `\#' implementation here, as it is better placed in `query-replace-read-args'. (replace-regexp): Explain `\,', `\#' and `\?'. (replace-match-data): New function for thorough reuse/destruction of old match-data. (replace-match-maybe-edit): Function for implementing `\?' editing. (perform-replace): Fix maintaining of the match stack including already matched regions, implement `\?', fix various problems with regions while editing and other stuff. (replace-highlight): Simplified.
| * (grep-error-screen-columns): New variable.Daniel Pfeiffer2004-06-232-1/+18
| | | | | | | | (grep-regexp-alist): Give it the full functionality of gnu style compilation messages with line and column ranges. Ask me for the perl script I'm working on, that uses these.
| * *** empty log message ***Nick Roberts2004-06-231-0/+8
| |
| * (comint-insert-clicked-input, comint-copy-old-input):Nick Roberts2004-06-231-20/+13
| | | | | | | | | | | | | | Remove. (comint-insert-input, comint-mouse-insert-input): New functions based on comint-insert-clicked-input for two bindings but just one functionality.
| * *** empty log message ***Luc Teirlinck2004-06-231-0/+4
| |
| * (goto-address-fontify): Fix help-echo text.Luc Teirlinck2004-06-231-2/+2
| |
| * *** empty log message ***Lars Hansen2004-06-231-0/+4
| |
| * (write-contents-functions): Doc fix.Lars Hansen2004-06-231-1/+2
| |