1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

10172 commits

Author SHA1 Message Date
Richard M. Stallman
2b8ecab897 *** empty log message *** 2006-11-12 20:00:41 +00:00
Chong Yidong
32aa3a8c8c * play/handwrite.el (handwrite): Also process lines not ending
with newline.  Replace some position-fiddling with different
logic.  Improve performance.
2006-11-12 17:32:18 +00:00
Juanma Barranquero
1d424b5859 (ada-83-string-keywords, ada-95-string-keywords, ada-2005-string-keywords):
Restore `eval-when-compile'.  It wasn't that unneeded after all.
2006-11-12 17:13:54 +00:00
Juanma Barranquero
947129a2be *** empty log message *** 2006-11-12 05:38:32 +00:00
Juanma Barranquero
dc786b8afd Delete eval-and-compile' around require'.
Delete commented out code for old Emacs versions.
Autoloading of "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
(ada-mode-version): Bump version number.
(ada-95-string-keywords, ada-2005-string-keywords, ada-2005-keywords,
ada-name-regexp): New constant.
(ada-language-version, ada-procedure-start-regexp, ada-mode,
ada-font-lock-keywords): Add support for Ada 2005 keywords.
(ada-package-start-regexp): Support private packages, include package
name (for ada-set-point-accordingly).
(ada-next-procedure, ada-previous-procedure, ada-which-function-are-we-in):
Match changes to ada-procedure-start-regexp.
(ada-make-body): Make non-interactive; not a user function.
(ada-make-subprogram-body): Improve doc string.
2006-11-11 16:13:41 +00:00
Romain Francoise
28a62ecb9b (cperl-mode): Before adding to it, make `compilation-error-regexp-alist'
buffer-local, since we changed `compilation-error-regexp-alist-alist'
locally.
2006-11-11 15:49:52 +00:00
Juanma Barranquero
174db3d3a0 *** empty log message *** 2006-11-11 14:16:23 +00:00
Glenn Morris
64948f0f16 (org-export-with-timestamps)
(org-export-remove-timestamps-from-toc)
(org-export-with-tags): Improve previous doc fixes.
2006-11-11 04:04:21 +00:00
Richard M. Stallman
89be8f4ece (flyspell-mode-map): Bind C-c $ instead of M-RET. 2006-11-11 01:00:10 +00:00
Chong Yidong
719106a318 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
fontification for "case" and "default" keywords.
2006-11-10 16:58:10 +00:00
Andreas Schwab
bf4c75a4ee *** empty log message *** 2006-11-10 15:04:21 +00:00
Juanma Barranquero
0cf79a3ba2 *** empty log message *** 2006-11-10 09:55:23 +00:00
Nick Roberts
5938a66325 *** empty log message *** 2006-11-10 09:34:56 +00:00
Nick Roberts
d3e3f789a1 *** empty log message *** 2006-11-10 09:25:30 +00:00
Glenn Morris
9e21382c27 *** empty log message *** 2006-11-10 09:14:46 +00:00
Glenn Morris
19a73732b7 *** empty log message *** 2006-11-10 08:53:14 +00:00
Carsten Dominik
d226567a34 *** empty log message *** 2006-11-10 08:51:55 +00:00
Glenn Morris
e5803d84f5 *** empty log message *** 2006-11-10 08:38:56 +00:00
Jan Djärv
65a0c81b84 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2006-11-10 07:40:06 +00:00
Juanma Barranquero
edf6fbc5f7 (bs--window-for-buffer): Remove.
(bs--show-with-configuration): Use `get-window-with-predicate' instead of
`bs--window-for-buffer'.
2006-11-10 01:36:05 +00:00
Kenichi Handa
52f9b7513f (revert-buffer): Fix previous change. 2006-11-10 01:16:26 +00:00
Juanma Barranquero
33462dfacd Add "add-log-time-zone-rule: t" to Local Variables section. 2006-11-10 00:21:57 +00:00
Juanma Barranquero
ce3ba12c88 (bs--redisplay): Fix typo in docstring.
(bs--window-config-coming-from): Make frame-local.
(bs--restore-window-config): New function.
(bs-kill, bs-select, bs-select-other-window, bs-select-other-frame): Use it.
(bs--show-with-configuration): Save the window configuration as a frame local
var, and only if *buffer-selection* is not already visible on this frame.
(bs--window-for-buffer): Return as soon as a matching buffer is found.
2006-11-09 16:35:48 +00:00
Chong Yidong
8f65162b5d * vc-svn.el (vc-svn-admin-directory): New var.
(vc-svn-registered, vc-svn-responsible-p)
(vc-svn-repository-hostname): Use it.
Suggested by arit93@yahoo.com.
2006-11-09 03:13:19 +00:00
Juanma Barranquero
28b87bb9a3 Regenerate. 2006-11-09 02:10:36 +00:00
Alan Mackenzie
6cb5482231 2006-11-08 Alan Mackenzie <acm@muc.de>
* emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case
	(eq open-paren-in-column-0-is-defun-start nil) by searching for
	least nested open-paren.
2006-11-08 19:22:33 +00:00
Romain Francoise
2403b96c68 (remove-overlays): Fix typo in last change. 2006-11-08 18:46:58 +00:00
Richard M. Stallman
d6f5ac1084 (remove-overlays): Call overlay-recenter. 2006-11-08 17:31:46 +00:00
Vinicius Jose Latorre
0695be6f01 Fix Print submenu creation 2006-11-08 14:04:09 +00:00
Juanma Barranquero
f8061cecca *** empty log message *** 2006-11-08 09:52:26 +00:00
Kenichi Handa
b2020e8933 (set-default-coding-systems): Always
set default-file-name-coding-system to utf-8 for Mac Darwin.
2006-11-08 07:34:24 +00:00
Juanma Barranquero
d5abc12cc2 *** empty log message *** 2006-11-08 01:15:08 +00:00
Chong Yidong
47eff51e1a * whitespace.el (whitespace-buffer): Call remove-overlays after
overlay-recenter for performance.  Suggested by Martin Rudalics.
2006-11-07 17:36:55 +00:00
Michael Albinus
1d1c19ca25 * lisp/net/tramp.el (tramp-default-method): scp is the default method.
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
2006-11-07 10:58:19 +00:00
Juanma Barranquero
18b8c421dc *** empty log message *** 2006-11-07 10:47:51 +00:00
Carsten Dominik
53a8eb2c92 *** empty log message *** 2006-11-07 08:26:49 +00:00
Juanma Barranquero
3dd428fa62 *** empty log message *** 2006-11-06 23:29:05 +00:00
Juanma Barranquero
c8c9333c69 (hook): Fix typos in docstring. 2006-11-06 22:37:30 +00:00
Chong Yidong
42132792ed * cus-edit.el (custom-mode-map): Move defvar above code using it.
(custom-mode-link-map): New variable.
(custom-group-link, custom-manual): Use follow-link.
2006-11-06 22:05:10 +00:00
Roland Winkler
f021dbca1a Fix typo in name of author of bibtex.el,
"Mark Shapiro" -> "Marc Shapiro".  Update his email address.
2006-11-06 21:33:47 +00:00
Richard M. Stallman
e5c12c7d77 *** empty log message *** 2006-11-06 16:51:40 +00:00
Chong Yidong
b734d8ea4c * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
(pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
	Printing menu if it's not initialized.
	(pr-menu-bind): Act on menu-bar-file-menu directly.
2006-11-06 15:12:46 +00:00
Juanma Barranquero
0b8f64bca9 *** empty log message *** 2006-11-06 03:04:08 +00:00
Juanma Barranquero
cf0f58baee (read-feature): Don't complete features not loaded from a file (which make
`unload-feature' to fail).
2006-11-05 20:57:32 +00:00
Reiner Steib
d52c204b13 (add-log-time-zone-rule): Mark as safe-local-variable. 2006-11-05 19:29:02 +00:00
Chong Yidong
ed58e87725 * startup.el (command-line-1): Kill emacs if the last frame is
deleted while evaluating the command-line arguments.
2006-11-05 17:34:47 +00:00
Richard M. Stallman
faefde3642 *** empty log message *** 2006-11-05 15:23:45 +00:00
Romain Francoise
785428c709 2006-11-05 Micha�Cadilhac <michael.cadilhac@lrde.org>
* battery.el (battery-linux-proc-acpi): Search an ac_adapter in
	`/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
	`/proc/acpi/thermal_zone/*'.
	(battery-search-for-one-match-in-files): New.  Search a regexp in
	the content of some files.
2006-11-05 13:22:30 +00:00
Eli Zaretskii
107709d449 *** empty log message *** 2006-11-05 12:21:01 +00:00
Eli Zaretskii
ec4ef17457 (info-lookup-guess-custom-symbol): New function for retrieving symbol at point
in custom buffers.
(top level) <info-lookup-maybe-add-help>: Add backquote and comma to ignored
characters in regexps of help specifications for emacs-lisp-mode and
lisp-interaction-mode.  This permits looking up symbols in `...' and after a
comma.  Add help specifications for custom-mode and help-mode.
2006-11-05 12:08:02 +00:00