1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

77035 Commits

Author SHA1 Message Date
Michael Albinus
8d1f2fd0ce *** empty log message *** 2008-01-29 21:13:00 +00:00
Alan Mackenzie
88b4a959ac (c-specifier-key): Exclude "template" from this regexp; to allow the "{"
of a template function to be correctly anchored on "template", not the
following "<".
2008-01-29 20:33:38 +00:00
Alan Mackenzie
86f4a763d4 (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function
correctly on "template", not the following "<".
2008-01-29 20:21:42 +00:00
Alan Mackenzie
8971073987 *** empty log message *** 2008-01-29 20:20:27 +00:00
Alan Mackenzie
3e63bf0e9c (c-version): increase to 5.31.5. 2008-01-29 20:07:20 +00:00
Alan Mackenzie
0f138d5d92 *** empty log message *** 2008-01-29 20:06:42 +00:00
Tassilo Horn
865ba89526 * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
being an alist now.
2008-01-29 18:01:32 +00:00
Tassilo Horn
54089c0eea * image-mode.el (image-mode-current-vscroll)
(image-mode-current-hscroll): Add doc strings.
	(image-set-window-vscroll, image-set-window-hscroll)
	(image-reset-current-vhscroll, image-mode): Adapt to
	i-m-current-[vh]scroll being an alist now.
2008-01-29 18:00:40 +00:00
Martin Rudalics
5c8a04f1a9 (find-function-search-for-symbol): Strip extension
from .emacs.el to make sure symbol is searched in .emacs too.
2008-01-29 17:40:19 +00:00
Tassilo Horn
6f70aa334f 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode): Use facilities of
	image-mode to restore [vh]scroll when switching buffers.
2008-01-29 13:50:35 +00:00
Tassilo Horn
36e1c289c7 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
* image-mode.el (image-mode-current-vscroll)
	(image-mode-current-hscroll): New variables.
	(image-set-window-hscroll, image-set-window-vscroll): New
	functions.
	(image-forward-hscroll, image-next-line, image-bol, image-eol)
	(image-bob, image-eob): Use them.
	(image-reset-current-vhscroll): New function.
	(image-mode): Make new variables buffer-local and reset [vh]scroll
	on window configuration changes.
2008-01-29 13:49:05 +00:00
Miles Bader
8dd59f01de Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021
2008-01-29 06:54:30 +00:00
Miles Bader
8b329dbaa7 src/macterm.c (XTset_vertical_scroll_bar): Fix merge mistake
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1020
2008-01-29 05:12:00 +00:00
John Wiegley
e652840bf7 2008-01-29 John Wiegley <johnw@newartisans.com>
* url-auth.el (url-digest-auth): If the 'opaque' argument is not
	being used, don't add it to the response text.  Also, changed an
	if so that the interaction between the PROMPT and OVERWRITE
	arguments can no longer result in the user being queried twice for
	the same login and password information.
2008-01-29 03:52:05 +00:00
Jason Rumney
548667aad8 *** empty log message *** 2008-01-28 23:23:48 +00:00
Michael Albinus
b8bfcf96e8 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
the command.
2008-01-28 21:25:26 +00:00
Stefan Monnier
ef264c4209 * window.c (run_window_configuration_change_hook): New function.
Code extracted from set_window_buffer.  Set the selected frame.
(set_window_buffer): Use it.
* window.h (run_window_configuration_change_hook): Declare.
* dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
2008-01-28 19:05:13 +00:00
Reiner Steib
10ef2ef78a Remove bogus spaces. 2008-01-28 18:49:55 +00:00
Jason Rumney
513feaa5ad (stat): Don't do a double check for networked drive. 2008-01-28 17:44:11 +00:00
Vinicius Jose Latorre
596c0ee145 Move whitespace.el to obsolete dir. 2008-01-28 13:58:19 +00:00
Vinicius Jose Latorre
a591ee5891 Move whitespace.el to obsolete dir.: 2008-01-28 13:57:22 +00:00
Miles Bader
a1da1e372a Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1016
2008-01-28 03:51:31 +00:00
Stefan Monnier
0975aa2475 (read_char): Yet another int/Lisp_Object mixup (YAILOM). 2008-01-28 03:48:45 +00:00
Juanma Barranquero
f03ea9d918 (server-log-time-function): Doc fix.
(server-buffer): Fix typo in docstring.
2008-01-27 22:47:58 +00:00
Martin Rudalics
a51b80e7a7 (tar-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.
2008-01-27 22:21:45 +00:00
Martin Rudalics
687422dffa (archive-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.
2008-01-27 22:20:43 +00:00
Martin Rudalics
5e613c0246 (view-buffer): Explain in doc-string why exit-action
should not be set to kill-buffer.
2008-01-27 22:19:43 +00:00
Nick Roberts
f43ad7374f (gdb-create-define-alist): Don't call
gdb-cpp-define-alist-program if file is nil (currently only
" *partial-output-...").
2008-01-27 20:53:02 +00:00
Nick Roberts
3621231b47 *** empty log message *** 2008-01-27 20:51:19 +00:00
Dan Nicolaescu
e8cbfb8dc7 Add info about C-c C-f in change-log-mode. 2008-01-27 19:58:42 +00:00
Dan Nicolaescu
000605b34b (change-log-search-file-name): Work harder to find
the correct file name.
(change-log-find-file): Fix typo.
(change-log-start-entry-re): Move definition earlier.
2008-01-27 19:52:46 +00:00
Dan Nicolaescu
a28ed9e547 * add-log.el (change-log-search-file-name, change-log-find-file):
New function.
(change-log-font-lock-keywords): Move file name matching ...
(change-log-file-names-re): ... here.  New defconst.
(change-log-mode-map): New binding C-c C-f to change-log-find-file.
2008-01-27 19:48:44 +00:00
Andreas Schwab
2aea825c38 Regenerate. 2008-01-27 18:42:21 +00:00
Alan Mackenzie
022d0cf4cd Correct typos, enhance comments. 2008-01-27 17:03:43 +00:00
Alan Mackenzie
5da4625816 Correct typos, enhance comments. 2008-01-27 17:02:06 +00:00
Alan Mackenzie
b931ca9525 *** empty log message *** 2008-01-27 17:01:10 +00:00
Alan Mackenzie
f6558e2d48 Correct typos, enhance comments. 2008-01-27 16:56:04 +00:00
Dan Nicolaescu
a0573493ac Remove more unused macros. 2008-01-27 16:31:44 +00:00
Dan Nicolaescu
3f08440f1d Add TODO item about not defaulting to RCS. 2008-01-27 16:31:09 +00:00
Michael Albinus
2991e49f20 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
methods, the host name must be a local host.
2008-01-27 16:20:57 +00:00
Michael Albinus
4605b7cdc1 * tramp.texi (Inline methods): The hostname of the su(do)? methods
must be a local host.
2008-01-27 16:17:08 +00:00
Michael Albinus
c9d8f7462c *** empty log message *** 2008-01-27 16:15:43 +00:00
Dan Nicolaescu
9c28b587ab * configure.in: Update comment.
* Makefile.in: Remove references to unused macros.
2008-01-27 16:06:02 +00:00
Dan Nicolaescu
59e3a79d2b Remove some unused macros. 2008-01-27 15:59:30 +00:00
Dan Nicolaescu
475b590773 * server.el (server-process-filter): Check for non-nil before calling
file-directory-p.
2008-01-27 15:37:26 +00:00
Alan Mackenzie
4fae8922be Introduce elements for the syntactic symbol arglist-cont-nonempty into
c-hanging-braces-alist.  Amend pertinent functions and 5 styles.
2008-01-27 13:59:47 +00:00
Alan Mackenzie
3e5558010a *** empty log message *** 2008-01-27 13:57:49 +00:00
Thien-Thi Nguyen
1a256502c7 (Button Types): For define-button-type, clarify type of NAME. 2008-01-27 11:08:21 +00:00
Thien-Thi Nguyen
b9712b1c0d (define-button-type): Clarify type of NAME in docstring. 2008-01-27 11:06:45 +00:00
Richard M. Stallman
ea18b2b19e More trivial doc fixes.
Comment change.
2008-01-27 01:07:20 +00:00