1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

47727 Commits

Author SHA1 Message Date
Richard M. Stallman
c855f2cabd *** empty log message *** 2003-07-29 17:42:14 +00:00
Richard M. Stallman
83f3b3ec56 Fix previous change. 2003-07-29 17:41:37 +00:00
Richard M. Stallman
0d936a3696 (HAVE_XIM): Define if XIM is available. 2003-07-29 17:41:12 +00:00
Richard M. Stallman
7e7ade6ebb (xim_open_dpy, xim_initialize, xim_close_dpy):
Conditionalize XIM code on HAVE_XIM.
2003-07-29 17:38:21 +00:00
Richard M. Stallman
85cad5793c (Fclear_string): New function.
(syms_of_fns): defsubr it.
2003-07-29 17:36:52 +00:00
Andreas Schwab
2eaa00bae4 *** empty log message *** 2003-07-29 10:11:01 +00:00
Juanma Barranquero
32b0a3c633 *** empty log message *** 2003-07-28 22:53:07 +00:00
Juanma Barranquero
6f76cf6df3 The function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check
for that release.
2003-07-28 22:51:58 +00:00
Juanma Barranquero
a8f76028c3 Fix typos and mark-up (from Jesper Harder <harder@ifa.au.dk>). 2003-07-28 22:41:58 +00:00
Juanma Barranquero
53526855c4 (outline-mode): Revert part of last patch (outline-mode already runs the hook). 2003-07-28 22:27:22 +00:00
Juanma Barranquero
bb5618fe38 (main): Fix having macros in a printf statement. 2003-07-28 22:10:30 +00:00
Juanma Barranquero
9d6baf7cbd (suggest_asking_for_help): Fix having macros in a printf statement. 2003-07-28 22:09:47 +00:00
Juanma Barranquero
48c9ce10fb (outline-mode-hook): Define it.
(outline-mode): Use it, as the documentation says.
2003-07-28 21:50:05 +00:00
Nick Roberts
28f0163309 (gdb-setup-windows, gdb-restore-windows): Restore
assembler in source window if that is what has been selected.
(menu): Add gdb-restore-windows to menu. Make gdba
specific menus only visible from gdba.
2003-07-28 19:49:30 +00:00
Nick Roberts
d4243b9dce *** empty log message *** 2003-07-28 19:48:26 +00:00
Dave Love
793fa0d75a *** empty log message *** 2003-07-28 18:04:15 +00:00
Dave Love
4fdbcac51e Fix last change. 2003-07-28 18:01:39 +00:00
John Paul Wallington
c20f961b23 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
* progmodes/compile.el (compilation-environment): New user variable.
	(compile-internal): Respect it.
2003-07-28 16:06:55 +00:00
Kenichi Handa
17e6d49143 (xic_set_preeditarea): Add the left fringe width to spot.x. 2003-07-28 13:05:25 +00:00
Masatake YAMATO
c52093761b (gdb-script-font-lock-keywords): Put `font-lock-function-name-face'
on a symbol which includes `-' like `hook-run'. Put
font-lock-variable-name-face  on a symbol starting with $.
2003-07-28 06:27:09 +00:00
Markus Rost
b1f1ceb8aa (set-visited-file-name): Use truename for buffer-file-name. 2003-07-27 19:54:09 +00:00
Markus Rost
d3d558a990 (vc-file-not-found-hook): Brr. Improve last doc fix. 2003-07-26 16:07:25 +00:00
Markus Rost
4463d82a98 (vc-file-not-found-hook): Doc fix. 2003-07-26 15:55:38 +00:00
André Spiegel
18ec585117 # 2003-07-26 13:07:33 +00:00
André Spiegel
3756d48129 (vc-default-registered, vc-make-version-backup): Use with-no-warnings.
(vc-file-not-found-hook): Add this to find-file-not-found-functions,
rather than to find-file-not-found-hook, which doesn't exist.
2003-07-26 13:05:10 +00:00
Kenichi Handa
53e89326a1 (quail-translate-key): Fix previous change. 2003-07-26 07:41:08 +00:00
John Paul Wallington
497cfacf27 (mouse-sel-get-selection-function):
Check `x-last-selected-text-primary'.  Don't barf if it or
`x-last-selected-text' aren't bound.
2003-07-25 12:21:01 +00:00
John Paul Wallington
1a0d0b6ab1 (choose-completion-string): Use `minibufferp';
test `completion-reference-buffer' if `buffer' arg is nil.
(push-mark): Use `when' and `unless'.
(pop-mark): Use `when'.
2003-07-25 12:18:04 +00:00
John Paul Wallington
60f8ea5349 (server-start): Check `server-process' is non-nil
before killing it to avoid killing current buffer's process.
2003-07-25 12:16:18 +00:00
Richard M. Stallman
ee103a412e (menu-bar-tools-menu): Minor change in strings. 2003-07-25 07:03:21 +00:00
Jonathan Yavner
df961c06b1 Updated contact address. 2003-07-25 04:59:09 +00:00
Markus Rost
b1a25f96b0 (List Buffers): Fix spacing in header line of example. 2003-07-24 22:31:09 +00:00
Markus Rost
6105130d5d (List Buffers): Fix previous change. 2003-07-24 22:23:47 +00:00
Markus Rost
ee59dede1e (Abbrev Expansion): Use \s syntax in example. 2003-07-24 01:54:54 +00:00
Stefan Monnier
abf4bc2e80 *** empty log message *** 2003-07-23 19:33:12 +00:00
Glenn Morris
5367d2b303 (insert-kbd-macro): Escape double quote character. From Thomas W
Murphy <twm@andrew.cmu.edu>.
2003-07-23 18:00:25 +00:00
Glenn Morris
0a74d88276 *** empty log message *** 2003-07-23 17:59:12 +00:00
Stefan Monnier
8462aca5ff (vc-svn-diff-switches): Don't default to vc-diff-switches. 2003-07-23 15:34:14 +00:00
John Paul Wallington
39440204a7 (defface tooltip): Inherit from variable-pitch. 2003-07-23 11:39:11 +00:00
Andreas Schwab
53b583d38f (YACC): Remove, not used.
(MAINT): Don't set.
(${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
disable dependency on ${srcdir}/configure.in when maintainer mode
is disabled.
2003-07-23 11:16:55 +00:00
Andreas Schwab
19650fd655 Regenerated. 2003-07-23 11:16:30 +00:00
Andreas Schwab
6a5f7a2956 Add --enable-maintainer-mode, substitute MAINT. 2003-07-23 11:16:16 +00:00
Dave Love
690615f7aa *** empty log message *** 2003-07-23 09:22:55 +00:00
Glenn Morris
8d11b45098 (define-derived-mode): Mention hook in doc string. Defvar the derived
hook.
2003-07-23 00:00:13 +00:00
Glenn Morris
95c2e3e4f3 *** empty log message *** 2003-07-22 23:59:35 +00:00
Stefan Monnier
50ef8ff267 (fill-comment-paragraph): Construct a regexp
to match the specific mark rather than reusing comment-start-skip.
2003-07-22 20:40:38 +00:00
Thien-Thi Nguyen
a2b56a2567 *** empty log message *** 2003-07-22 20:07:04 +00:00
Thien-Thi Nguyen
90d606ce3e (hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc. 2003-07-22 19:59:35 +00:00
Stefan Monnier
b3f6010e46 (temp_output_buffer_setup): Typo. 2003-07-22 19:22:02 +00:00
Stefan Monnier
29ea8ae9da (Finsert_file_contents): Use delete_all_overlays. 2003-07-22 19:07:49 +00:00