1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00
Commit graph

91433 commits

Author SHA1 Message Date
Glenn Morris
a68366f4da (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
Use float-time rather than time-to-seconds.
2009-09-02 03:20:48 +00:00
Glenn Morris
5b66944704 Comment. 2009-09-02 03:17:18 +00:00
Glenn Morris
5a021dd062 (default-major-mode): Move most of the doc from here...
(major-mode): ... to here.
2009-09-02 03:11:15 +00:00
Glenn Morris
6e2ca89515 (completion-initials-expand): Fix typo. 2009-09-02 03:09:10 +00:00
Glenn Morris
c33d614d65 (info-menu-5): Mark face alias as obsolete. 2009-09-02 03:06:50 +00:00
Glenn Morris
9f255bc3a8 (modeline, modeline-inactive, modeline-highlight, modeline-buffer-id):
Mark these face aliases as obsolete.
2009-09-02 03:06:25 +00:00
Glenn Morris
3d493bef43 Mark face aliases with "-face" in the name as obsolete. 2009-09-02 03:04:15 +00:00
Nick Roberts
f6db4734d7 (gdb-current-context-command): Move the
space ...
(gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
no "--thread" option.
(gdb-stopped): Don't print "Switched to thread" message when it is
unchanged.
2009-09-01 23:53:48 +00:00
Nick Roberts
ed17efec53 *** empty log message *** 2009-09-01 23:36:27 +00:00
Stefan Monnier
b001adf965 Remove todo item now done. 2009-09-01 20:20:11 +00:00
Stefan Monnier
fcb68f70a4 (completion-try-completion, completion-all-completions):
Remove ill-defined (and mistakenly installed and luckily never used nor
documented) `completion-styles' property.
(completion-initials-expand, completion-initials-all-completions)
(completion-initials-try-completion): New functions.
(completion-styles-alist): Add doc to each entry.
Add new `initials' entry.
2009-09-01 19:49:34 +00:00
Glenn Morris
0142e36b61 Mark face aliases with "-face" suffix as obsolete. 2009-09-01 16:26:23 +00:00
Glenn Morris
2fb1ec93ce Mark face aliases with "-face" suffix as obsolete. 2009-09-01 16:17:53 +00:00
Nick Roberts
df78c9e357 (gdb-var-create-handler): Remove redundant
MI command -var-evaluate-expression.
(gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
and tweak for case of string child.
(gdb-var-list-children-handler): Update from handler-1 in
gdb-ui.el.
2009-09-01 10:18:00 +00:00
Nick Roberts
83318a6dc0 *** empty log message *** 2009-09-01 10:16:44 +00:00
Miles Bader
29b647c561 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1632
2009-09-01 07:59:50 +00:00
Glenn Morris
49c539a128 (texinfo-heading-face): Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:46:01 +00:00
Glenn Morris
c4f6e489aa Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
Glenn Morris
d80619faef (etags-goto-tag-location): Use forward-line rather than goto-line. 2009-09-01 03:27:52 +00:00
Glenn Morris
8c3ee88c2f (file-name-buffer-file-type-alist): Define for compiler. 2009-09-01 03:25:10 +00:00
Glenn Morris
5f68c1b736 Use forward-line rather than goto-line. 2009-09-01 03:18:44 +00:00
Glenn Morris
52199878ae (dos-codepage-setup): Use default-value rather than
default-enable-multibyte-characters.
2009-09-01 03:17:28 +00:00
Glenn Morris
95e55d202d (browse-url-file-url): Use default-value rather than
default-enable-multibyte-characters.
2009-09-01 03:17:03 +00:00
Glenn Morris
b0f3d955cb (eudc-bob-generic-menu, eudc-bob-image-menu)
(eudc-bob-sound-menu): Use defvar rather than defconst, since
easy-menu-define wants to modify these.
2009-09-01 03:16:07 +00:00
Glenn Morris
a2e01f7e5e (nslookup): Use make-comint rather than comint-run. 2009-09-01 03:14:20 +00:00
Glenn Morris
7a4abdd6a7 (gnus-pick-mouse-pick-region): Use forward-line rather than goto-line. 2009-09-01 03:07:11 +00:00
Glenn Morris
d63eb0e7b4 Remove unnecessary bindings of default-major-mode (all are followed by
major-mode check and possible mode switch).
2009-09-01 03:02:25 +00:00
Glenn Morris
d7fbf3f0d3 Documented define-obsolete-face-alias. 2009-09-01 02:54:49 +00:00
Glenn Morris
e7e2f529e4 (Face Functions): Mention define-obsolete-face-alias. 2009-09-01 02:54:16 +00:00
Juri Linkov
1e0020ec79 ("ipa"): Set `forget-last-selection' to nil.
("ipa-x-sampa"): Set `forget-last-selection' to nil.
Set `deterministic' to nil.
("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
"U+0074 U+0283", "U+0074 U+2040 U+0283".
("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
Fix comments.
2009-08-31 18:11:43 +00:00
Nick Roberts
51f3f21d06 (gdb-breakpoints-list-handler-custom):
Handle watchpoints (bug#4282).
(def-gdb-thread-buffer-command): Enable thread to be selected by
clicking without selecting threads buffer first.
(gdb-current-context-command): Use selected frame so that "up",
"down" etc work in the GUD buffer.
(gdb-update): Find selected frame before rendering stack buffer.
(gdb-frame-handler): Set gdb-frame-number for stack buffer.
2009-08-31 12:35:55 +00:00
Nick Roberts
0afad2786e *** empty log message *** 2009-08-31 12:34:15 +00:00
Stefan Monnier
4e135dd27f (displayed-completions): Remove.
(symbol-complete): Use minibuffer-complete.
2009-08-31 05:47:06 +00:00
Nick Roberts
254bb2e698 (Threads Buffer, Multithreaded Debugging):
Re-organise these two sections,
2009-08-31 03:52:29 +00:00
Nick Roberts
0e1cba51fd *** empty log message *** 2009-08-31 03:50:12 +00:00
Glenn Morris
e61eba3469 KR has assignment, so no need for "tiny change". 2009-08-31 01:35:25 +00:00
Glenn Morris
197b67b127 Mention define-obsolete-face-alias. 2009-08-31 01:34:13 +00:00
Glenn Morris
e7d3b89834 (diary-button-face): Mark this face alias as obsolete. 2009-08-31 01:33:58 +00:00
Glenn Morris
d8bc5d08e6 (calendar-today): Doc fix.
(calendar-today-face, diary-face, holiday-face):
Mark these face aliases as obsolete.
2009-08-31 01:33:43 +00:00
Glenn Morris
19b72ab7bc (apropos-symbols-internal): Handle (obsolete) face aliases. 2009-08-31 01:33:11 +00:00
Glenn Morris
3446bfc89c (describe-face): Adjust the output format to be more like
describe-variable, and to mention (obsolete) face aliases.
Adjust the whitespace so that help-setup-xref works.
2009-08-31 01:32:58 +00:00
Glenn Morris
95ed0f1100 (define-obsolete-face-alias): New macro. 2009-08-31 01:32:36 +00:00
Nick Roberts
d50f7687ce (gdb-control-all-threads)
(gdb-control-current-thread): Force tool bar update.
(gdb-non-stop-handler): New function.
(gdb-init-1): Use it to test if GDB version supports non-stop mode
Remove unused gdbmi buffer type.
2009-08-31 00:28:37 +00:00
Juri Linkov
ab96f28bbb ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
("ipa-x-sampa"): Rename from "x-sampa-ipa".
(ipa-x-sampa-implosive-submap): Rename from
x-sampa-implosive-submap.
(ipa-x-sampa-prepend-to-keymap-entry): Rename from
x-sampa-prepend-to-keymap-entry.
(ipa-x-sampa-underscore-implosive): Rename from
x-sampa-underscore-implosive.
(ipa-x-sampa-implosive-submap): Move before first use.
2009-08-31 00:28:11 +00:00
Nick Roberts
4cf71456ff *** empty log message *** 2009-08-31 00:27:04 +00:00
Juri Linkov
6830f44933 (grep-read-files): Strip trailing <N> from buffer names
not visiting a file (e.g. cloned buffers).
2009-08-30 23:47:11 +00:00
Juri Linkov
08166ed65f ("kirshenbaum-ipa", "x-sampa-ipa"):
Two new input methods, both following widely-used Usenet
conventions for mapping ASCII to the IPA. Kirshenbaum is common in
sci.lang and alt.usage.english, X-SAMPA in various (mostly
European) non-English language fora. X-SAMPA is slightly more
complex to support in Quail that Kirshenbaum, whence the two extra
function and one extra submap to support it.
(x-sampa-prepend-to-keymap-entry): New function.
(x-sampa-underscore-implosive): New function.
(x-sampa-implosive-submap): New Quail submap.
2009-08-30 23:31:26 +00:00
Juri Linkov
1f272ae8cd Recode the file as UTF-8, for better interoperability with other applications. 2009-08-30 23:12:09 +00:00
Nick Roberts
c7d6ddf067 (comint-exec-1): Check command is non-null first.
Part of gdb-mi.el change (2009-08-28).
2009-08-30 22:24:05 +00:00
Nick Roberts
4324f7ca08 *** empty log message *** 2009-08-30 22:23:15 +00:00