1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

34446 Commits

Author SHA1 Message Date
Kim F. Storm
a912bc0d0a *** empty log message *** 2006-07-28 23:19:56 +00:00
Kim F. Storm
7cb0d0ef5a (grep-tag-default): New function.
(grep-default-command, grep-read-regexp): Use it.
2006-07-28 23:03:18 +00:00
Kim F. Storm
5a6116642e *** empty log message *** 2006-07-28 23:03:05 +00:00
Thien-Thi Nguyen
9139583918 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
Throw error if buffer is not in Dired and Wdired mode, respectively.
2006-07-28 21:00:15 +00:00
Chong Yidong
a8da2abd40 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
self-insert-command keys don't activate buttons.
	(custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2006-07-28 18:08:11 +00:00
Nick Roberts
a9502111b2 (gdb-info-breakpoints-custom): Use different faces for enable character. 2006-07-28 12:11:09 +00:00
Nick Roberts
210f78ee1e *** empty log message *** 2006-07-28 12:10:33 +00:00
Nick Roberts
773cb1a4f0 (recompile): Update comment to reflect change
on 2004-04-21.
2006-07-28 03:36:55 +00:00
Nick Roberts
0392505b45 *** empty log message *** 2006-07-28 03:36:34 +00:00
Richard M. Stallman
7eb944cfa0 (customize-package-emacs-version-alist): Doc fix.
(customize-package-emacs-version): Change msg when pkg has no entry.
(custom-no-edit): On a button, do like widget-button-press.
2006-07-28 03:31:44 +00:00
Richard M. Stallman
d4a844e076 *** empty log message *** 2006-07-27 23:47:42 +00:00
Dan Nicolaescu
cecee05315 (terminal-init-xterm): Fix bindings for C-tab,
S-tab and C-S-tab.
2006-07-27 18:31:23 +00:00
Nick Roberts
dfed8466d3 (which-function): Fix documentation/comment typo. 2006-07-27 12:18:03 +00:00
Nick Roberts
c6708cbc8e *** empty log message *** 2006-07-27 12:17:38 +00:00
Chong Yidong
04ba1d88de * subr.el (sit-for): Use new SECONDS arg of read-event instead of
a timer.
2006-07-26 18:18:26 +00:00
Richard M. Stallman
76a4749497 (ispell-word): If we replace the word, move point to the end.
Insert before deleting.
2006-07-26 17:11:07 +00:00
Mathias Dahl
1cf87ac661 (tumme-backward-image): Add prefix argument. Add error
when at first image.
(tumme-forward-image): Add prefix argument. Add error when at last
image.
2006-07-26 09:55:10 +00:00
Mathias Dahl
1d3a996a58 *** empty log message *** 2006-07-26 09:55:00 +00:00
Stefan Monnier
49c7d1acf0 (tabify-regexp): Use more specific regexps.
(tabify): Avoid modifying the buffer unnecessarily.
2006-07-25 18:06:13 +00:00
Mathias Dahl
b724b0ed43 (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-forward-image): Rename from `tumme-forward-char'.
(tumme-backward-image): Rename from `tumme-backward-char'.
2006-07-25 16:20:53 +00:00
Mathias Dahl
c14a5a995d *** empty log message *** 2006-07-25 16:20:40 +00:00
Mathias Dahl
a9f48c58ad (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
2006-07-25 15:02:14 +00:00
Mathias Dahl
666d222120 *** empty log message *** 2006-07-25 15:02:04 +00:00
Mathias Dahl
f2151145f5 (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
2006-07-25 13:14:03 +00:00
Mathias Dahl
50e93433f7 *** empty log message *** 2006-07-25 13:13:52 +00:00
Masatake YAMATO
75ee40bece (ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywords and add comments. 2006-07-25 11:49:04 +00:00
Nick Roberts
303b246dbe (gdb-set-gud-minor-mode-existing-buffers)
(gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
(gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
for status indicator.
2006-07-25 05:18:11 +00:00
Nick Roberts
6cdae8d6ff *** empty log message *** 2006-07-25 05:17:40 +00:00
Richard M. Stallman
1cff9220f4 *** empty log message *** 2006-07-24 18:02:15 +00:00
Richard M. Stallman
882cb60d1a (xml-parse-file): Clean up, and use with-temp-buffer. 2006-07-24 18:02:10 +00:00
Richard M. Stallman
208d06b055 *** empty log message *** 2006-07-24 17:39:37 +00:00
Richard M. Stallman
01d16e16b9 (dolist, dotimes): Use interned symbols for iteration.
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.
2006-07-24 17:01:08 +00:00
Richard M. Stallman
f72f9f1a58 (replace-match-string-symbols): Handle dotted lists. 2006-07-24 16:52:57 +00:00
Mathias Dahl
41fdf678d8 (tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.
(tumme-widget-list): Add punctuation.
2006-07-24 16:27:17 +00:00
Mathias Dahl
dca90550b9 (tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.
2006-07-24 16:22:44 +00:00
Mathias Dahl
3098323a4d (tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2006-07-24 16:17:02 +00:00
Mathias Dahl
231b0d1cd9 (tumme-write-tags): Add.
(tumme-write-comments): Add.
2006-07-24 16:11:01 +00:00
Mathias Dahl
cf88289824 (tumme-write-tags): Add. 2006-07-24 16:09:33 +00:00
Miles Bader
bd876f9095 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 118-120)

   - Merge from emacs--devo--0
   - Update from CVS

2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
   workaround for the url package included with Emacs.

   * lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-367
2006-07-24 10:53:10 +00:00
Mathias Dahl
5bf9fc454e Add extra check for end of buffer. 2006-07-24 09:40:09 +00:00
Mathias Dahl
ec59c1ea34 *** empty log message *** 2006-07-24 09:39:43 +00:00
Reiner Steib
88dcc76aa7 2006-07-24 Daiki Ueno <ueno@unixuser.org>
* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
	letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
	andreas@altroot.de (Andreas V�e)
2006-07-24 07:32:16 +00:00
Thien-Thi Nguyen
38db29e017 *** empty log message *** 2006-07-23 21:21:37 +00:00
Nick Roberts
35b6eb23c6 (find-function-search-for-symbol): Expand comment. 2006-07-23 21:21:29 +00:00
Thien-Thi Nguyen
23eb76c4f7 (mouse-on-link-p): Doc fix. 2006-07-23 21:13:13 +00:00
Nick Roberts
7358462606 (find-function-search-for-symbol): Handle "C-h f `". 2006-07-22 22:51:11 +00:00
Nick Roberts
52c13c9b68 *** empty log message *** 2006-07-22 22:50:46 +00:00
Dan Nicolaescu
b9debd5432 (ibuffer-formats): Use left alignment for the mode
column.
2006-07-22 13:56:19 +00:00
Eli Zaretskii
272f22ebb0 *** empty log message *** 2006-07-22 11:32:46 +00:00
Eli Zaretskii
04437a8fe8 Add move-beginning-of-line and move-end-of-line to Point Motion Only Group. 2006-07-22 11:14:25 +00:00