1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

58060 Commits

Author SHA1 Message Date
Richard M. Stallman
740d6b0371 Minor cleanup. 2005-06-29 22:05:04 +00:00
Juri Linkov
9b07ab0a51 (rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.
2005-06-29 20:57:16 +00:00
Juri Linkov
433ec66025 (xterm-rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.
2005-06-29 20:56:09 +00:00
Juri Linkov
61b91ad13b (normal-top-level): Set default-frame-background-mode
instead of frame-background-mode.  Before setting it, test for its
nil value.  Remove tests for frame-background-mode and frame
parameter `reverse'.  Add test for "unspecified-fg".
2005-06-29 20:55:30 +00:00
Juri Linkov
a4ea869cfd (default-frame-background-mode): New internal variable.
(frame-set-background-mode): Use it.
2005-06-29 20:55:15 +00:00
Juanma Barranquero
16f4391084 (texinfo-insert-@item): Change space constants "protected" from end of line by a
comment to "?\s".
2005-06-29 13:58:00 +00:00
Juanma Barranquero
e0b3c2b98d (decipher-loop-with-breaks): Change space constants "protected" from end of line
by a comment to "?\s".
2005-06-29 13:55:15 +00:00
Juanma Barranquero
a64dc04f64 (picture-replace-match): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:54:22 +00:00
Juanma Barranquero
8038e2cf99 (cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:53:36 +00:00
Juanma Barranquero
1bcb666b44 (pp-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:52:29 +00:00
Juanma Barranquero
c611c9dc53 (diary-header-line-format): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:51:30 +00:00
Juanma Barranquero
e665a46903 (msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:50:41 +00:00
Juanma Barranquero
fc2b429ee9 (mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:50:02 +00:00
Juanma Barranquero
ebf944d7ac (imenu--completion-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:49:08 +00:00
Carsten Dominik
76b2714958 Copyright FSF 2005-06-29 09:52:50 +00:00
Carsten Dominik
e325025461 Still more fixes to the org-mode entry. 2005-06-29 09:51:45 +00:00
Carsten Dominik
fad0a15014 New files, the reference card for org-mode. 2005-06-29 09:45:38 +00:00
Carsten Dominik
005afe922b Org-mode entry shortened. 2005-06-29 09:40:37 +00:00
Carsten Dominik
aab5cdb29b *** empty log message *** 2005-06-29 09:37:00 +00:00
Carsten Dominik
b878c6c0d3 Some fixes to the RefTeX entry 2005-06-29 09:34:46 +00:00
Stefan Monnier
9a1505e92e *** empty log message *** 2005-06-29 08:20:44 +00:00
Stefan Monnier
56d8206be3 (save-buffer-state): Use `declare'. 2005-06-29 08:19:17 +00:00
Carsten Dominik
1918f5d500 Added entries for org.el and reftex.el. 2005-06-29 08:14:53 +00:00
Carsten Dominik
0090f1400b *** empty log message *** 2005-06-29 08:14:09 +00:00
Stefan Monnier
4b2f66497f *** empty log message *** 2005-06-29 08:06:10 +00:00
Stefan Monnier
00424a9ec1 (cperl-find-pods-heres): Don't gratuitously
reset the syntax-table to cperl-mode-syntax-table.
(cperl-mode): Make _ into word-syntax during font-locking so "print" in
"foo_print_bar" is not matched as a reserved keyword.
2005-06-29 07:59:36 +00:00
Carsten Dominik
01d378257d *** empty log message *** 2005-06-29 07:42:54 +00:00
Carsten Dominik
7837f272fa Version 3.12 2005-06-29 07:13:11 +00:00
Carsten Dominik
9acdaa21d8 (orgtbl-setup): New function, for delayed
setup for the orgtbl commands.
	(org-calc-default-modes): New option.
	(orgtbl-make-binding): Use `defun' to get better help display.
	(org-diary): Call `org-compile-prefix-format'.
	(org-table-formula-substitute-names): New function.
	(org-agenda-day-view, org-agenda-week-view): New commands.
	(org-agenda-toggle-week-view): Command removed.
	(org-tbl-menu): Split off from org-org-menu.
	(org-mode): Moved removal of outline-mode menus to here.
	(org-table-formula-debug): New option.
	(org-table-insert-row): Keep first field if just "#" or "*".
	(org-mode): Paragraph regexps fixed.
	(org-table-recalculate-regexp): New constant.
	(org-table-justify-field-maybe): Avoid replace if not necessary.
	(org-copy-special, org-cut-special): Use `call-interactively'.
	(org-table-copy-region): Take region from `interactive' call.
	(org-trim): Return string even if no match.
	(org-formula): New face.
	(org-set-font-lock-defaults): No longer highlight "FIXME".  But
	highlight formula-related fields in table.
	(org-table-p): Use regexp, not fontification.
	(org-table-align): Handle white space at end of line.
	(org-table-formula-evaluate-inline): New option.
	(org-mode): Auto-wrapping in comment lines turned off.
	(org-table-copy-down): Evaluate only in copied field, not in
	destination.
	(org-table-current-formula): Variable removed.
	(org-table-store-formulas, org-table-get-stored-formulas)
	(org-table-modify-formulas, org-table-replace-in-formulas)
	(org-table-maybe-eval-formula): New functions.
	(org-table-get-formula): Modified to use stored formulas.
	(org-table-insert-column, org-table-delete-column)
	(org-table-move-column): Call `org-table-modify-formulas'.
	(org-complete): Add completion for keyword formulas.
	(orgtbl-mode): Pull orgtbl-mode-map to start of
	minor-mode-map-alist.
2005-06-29 07:01:26 +00:00
Stefan Monnier
533438b139 (python-check): Require `compile' before modifying its variables. 2005-06-29 06:58:42 +00:00
Stefan Monnier
8c39e595e8 (comment-indent-default): Don't get fooled by an early end of buffer. 2005-06-29 06:46:37 +00:00
Juanma Barranquero
b26860ad0e *** empty log message *** 2005-06-29 02:16:08 +00:00
Juanma Barranquero
9a6abc8e67 (Defining Variables): Fix doc of `user-variable-p'. 2005-06-29 02:14:41 +00:00
Juanma Barranquero
606cdb8902 (user_variable_p_eh): New function.
(Fuser_variable_p): Use it.  Clarify docstring.
Return t for aliases of user options, nil for alias loops.
2005-06-29 02:08:32 +00:00
Vinicius Jose Latorre
27484eb05f Fixed version number 2005-06-29 01:09:32 +00:00
Marcelo Toledo
b8594a739f Changed the maintainer of TUTORIAL.pl. 2005-06-28 23:01:58 +00:00
Luc Teirlinck
9569175e51 *** empty log message *** 2005-06-28 22:07:17 +00:00
Luc Teirlinck
edfa1c2e30 (ispell-word): Remove stray parenthesis. 2005-06-28 22:02:13 +00:00
Luc Teirlinck
34e60863f2 *** empty log message *** 2005-06-28 21:57:33 +00:00
Richard M. Stallman
231add10db (url-http-create-request): Call url-recreate-url in proxy case. 2005-06-28 21:35:28 +00:00
Richard M. Stallman
025691ed92 *** empty log message *** 2005-06-28 19:08:07 +00:00
Richard M. Stallman
d4e92f5f0c (flyspell-use-local-map): Variable deleted.
(flyspell-local-mouse-map): Declaration deleted.
(flyspell-mouse-map): Bind only mouse-2.
(flyspell-mode-map): Don't test flyspell-use-local-map.
(flyspell-overlay-keymap-property-name): Var deleted.
(flyspell-mode-on): Don't make local bindings for
flyspell-mouse-map and flyspell-mode-map.
(make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2005-06-28 19:07:45 +00:00
Richard M. Stallman
f0a1f8bdb5 (ispell-word): Do not ignore short words. 2005-06-28 18:58:30 +00:00
Richard M. Stallman
a5f1c37e51 (compilation-next-error-function):
Don't switch buffers; operate on the current buffer.
2005-06-28 18:57:00 +00:00
Richard M. Stallman
97a7aa7b36 (facemenu-add-face): Warn when font-lock is active. 2005-06-28 18:55:48 +00:00
Richard M. Stallman
f2e0a47d24 (comint-password-prompt-regexp): Accept ", try again". 2005-06-28 18:55:00 +00:00
Richard M. Stallman
8d79731e00 (global-map): Bind insertchar and its variants. 2005-06-28 18:53:30 +00:00
Richard M. Stallman
ff0ab4067a (Fedora Core 4 GNU/Linux: Segfault during dumping): New. 2005-06-28 18:52:26 +00:00
Richard M. Stallman
171920a661 (Creating Keymaps): Put make-sparse-keymap before make-keymap. 2005-06-28 18:51:02 +00:00
Kenichi Handa
59579816f1 Add rules for inserting full-width space for
quail/Punct and quail/Punct-b5.
2005-06-28 06:37:26 +00:00