1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

24391 Commits

Author SHA1 Message Date
Juanma Barranquero
32b0a3c633 *** empty log message *** 2003-07-28 22:53:07 +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
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
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
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
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
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
Markus Rost
93af03f0a1 (idlwave-comment-indent-char): Fix default value using ?\s. 2003-07-21 21:36:55 +00:00
John Paul Wallington
ec589b784a (with-selected-window): Add closing paren. 2003-07-21 18:06:33 +00:00
Richard M. Stallman
e50886d302 *** empty log message *** 2003-07-21 09:58:57 +00:00
Richard M. Stallman
fb16e93267 (emacs-lisp-mode): Use run-mode-hooks.
(lisp-mode): Likewise.
2003-07-21 09:58:06 +00:00
Richard M. Stallman
4df623c073 (with-selected-window): Copy code form save-selected-window
so as to call select-window with norecord arg.
(dynamic-completion-table): Doc fix.
(lazy-completion-table): Doc fix.
2003-07-21 09:57:01 +00:00
Richard M. Stallman
3479c80635 (set-locale-environment): langinfo renamed to locale-info. 2003-07-21 09:54:34 +00:00
Richard M. Stallman
66643502dd (auto-coding-functions): Doc fix. 2003-07-21 09:54:09 +00:00
Kenichi Handa
cbdbef2dc1 (quail-translate-key): Update quail-current-str correctly. 2003-07-21 07:17:51 +00:00
Andreas Schwab
29653ebc24 (sh-mode-syntax-table): Change syntax of ?, to "_". 2003-07-21 06:25:33 +00:00
Kai Großjohann
90f8dc0308 Tramp 2.0.36 released.
* net/tramp.el (tramp-default-password-end-of-line): Renamed from
tramp-password-end-of-line.
(tramp-password-end-of-line): New method parameter.
(tramp-get-password-end-of-line): Function to access method
parameter `tramp-password-end-of-line', or variable
`tramp-default-password-end-of-line' (default value).
(tramp-methods): Add entries for new parameter
tramp-password-end-of-line.
(tramp-enter-password): Use new function
`tramp-get-password-end-of-line'.
(tramp-handle-insert-file-contents): Do not
unconditionally inhibit the file operation file-local-copy, only
do that when the inhibit-file-name-operation is currently
insert-file-contents.  This fixes finding remote CVS-controlled
files.  (It would barf on inserting the CVS/Entries file
literally, because the file-local-copy handler wasn't called.)
(tramp-handle-shell-command): Support optional third arg
ERROR-BUFFER.
(tramp-sh-extra-args): Adapt defcustom type to XEmacs.
(tramp-initial-commands): New variable.
(tramp-process-initial-commands): New function, using the variable.
(tramp-open-connection-setup-interactive-shell): Call the new
function.
(tramp-buffer-name, tramp-debug-buffer-name): Always put the
method into the buffer name, never use nil.  Reported by Hanak
David <dhanak@inf.bme.hu>.
(tramp-open-connection-setup-interactive-shell): Erase buffer
before sending "stty -onlcr".

* net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2003-07-20 19:04:48 +00:00
Markus Rost
177f7c5192 (artist-erase-char): Fix default value using ?\s. 2003-07-19 20:44:23 +00:00
John Paul Wallington
431328cc1c (2C-mode-line-format): Doc fix. 2003-07-19 16:25:43 +00:00
John Paul Wallington
3592613a42 (enriched-decode-display-prop): Doc fix. 2003-07-19 16:22:35 +00:00
John Paul Wallington
b27a51dbfc (artist-butlast-fn, artist-draw-sline)
(artist-draw-rect, artist-draw-square): Doc fixes.
2003-07-19 16:21:21 +00:00
Kenichi Handa
ee6916fd02 (kkc-show-conversion-list-update):
Highlight the correct candidate in the message.
2003-07-19 01:27:36 +00:00
John Paul Wallington
81d171731e (current-word): Don't include punctuation char when
`really-word' arg is non-nil.
2003-07-18 22:46:08 +00:00
Martin Stjernholm
0c867fa71c Regenerated for the new autoload directives in CC Mode. 2003-07-17 11:57:30 +00:00
Martin Stjernholm
75d6bc9b57 Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode. 2003-07-17 11:40:43 +00:00
Stefan Monnier
05f4322df1 *** empty log message *** 2003-07-16 21:41:33 +00:00
Martin Stjernholm
f6c4327a0c #Updated to 5.30.4. 2003-07-16 21:00:21 +00:00
Martin Stjernholm
117679f7e7 (c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor
functions for syntactic elements.
2003-07-16 20:55:10 +00:00
Martin Stjernholm
1e33046972 (c-literal-faces): Declare as a variable since it might be modified. 2003-07-16 20:54:46 +00:00