Nick Roberts
2b63aedbe1
(gdb-find-source-frame): New option.
...
(gdb-stopped): Use it.
2006-07-31 06:13:18 +00:00
Nick Roberts
ab5e2abdca
(t-mouse-mode): Use set-process-query-on-exit-flag.
2006-07-31 06:05:04 +00:00
Nick Roberts
36f8f49f38
*** empty log message ***
2006-07-31 06:04:39 +00:00
Thien-Thi Nguyen
ecfbb4888a
(url-hexify-string): Rewrite.
2006-07-30 20:21:14 +00:00
Chong Yidong
c888d352a6
* loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
...
for load-history elements.
2006-07-29 15:05:50 +00:00
Eli Zaretskii
65bbcead0e
*** empty log message ***
2006-07-29 12:06:07 +00:00
Eli Zaretskii
18b28ef18f
(convert-standard-filename): For Cygwin, replace characters not allowed in
...
Windows file names.
(make-auto-save-file-name): Add Cygwin to the list of systems where the
auto-save file name needs to be run through convert-standard-filename.
2006-07-29 12:05:28 +00:00
Eli Zaretskii
cfb37af8b1
*** empty log message ***
2006-07-29 11:20:42 +00:00
Eli Zaretskii
114b3e94ec
(bw-get-tree): Don't integerp subtree if it's nil.
2006-07-29 11:19:58 +00:00
Richard M. Stallman
0de8dcc977
*** empty log message ***
2006-07-29 02:27:00 +00:00
Richard M. Stallman
3bd80f8b6b
(mode-line-frame-identification)
...
(propertized-buffer-identification): Centralize the code
to initialize the variable.
2006-07-29 02:07:22 +00:00
Richard M. Stallman
13eb1bded1
(grep-default-command): Catch errors from wildcard-to-regexp.
2006-07-29 02:03:21 +00:00
Kim F. Storm
bcdf86fb51
(grep-read-files): Use car of grep-files-history or grep-files-aliases
...
as default if nothing else applies.
2006-07-28 23:20:21 +00:00
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