Jay Belanger
c622c18ec0
(calc-embedded-make-info): Adjust positioning of end of selected
...
region when an argument is given.
2005-05-28 05:36:16 +00:00
Jay Belanger
e0b43b66a5
*** empty log message ***
2005-05-28 05:29:14 +00:00
Jay Belanger
909bd0cae6
(Assignments in Embedded Mode): Fix variable name.
2005-05-28 05:16:52 +00:00
Jay Belanger
21646dd1cd
(calc-embedded-make-info): When selecting region with positive prefix
...
argument, use end of line instead of beginning of next line.
2005-05-28 05:05:55 +00:00
Jay Belanger
f5a3eb30e9
(calc-alg-map): Declare it.
2005-05-28 04:41:46 +00:00
Jay Belanger
35cdbd3051
(calc-arg-values): Declare it.
2005-05-28 04:40:31 +00:00
Jay Belanger
9d871e6da5
(math-decls-cache, math-decls-all): Declare them.
2005-05-28 04:39:45 +00:00
Jay Belanger
e206ee4c1a
(math-decls-cache-tag): Declare it.
2005-05-28 04:38:23 +00:00
Jay Belanger
430c8528fa
(calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them.
2005-05-28 04:37:43 +00:00
Jay Belanger
9ca6c34d5e
(calc-embed-arg): New variable.
...
(calc-do-embedded-activate, calc-embedded-activate-formula)
(calc-embedded-edit, calc-do-embedded-activate)
(calc-embedded-make-info): Use new variable in place of undeclared variable.
2005-05-28 04:36:16 +00:00
Jay Belanger
1565a62070
(calc-info-goto-node): Use info instead of Info-goto-node.
2005-05-27 21:45:14 +00:00
Nick Roberts
4f0ea16cba
(Other Buffers): SPC toggles display of floating point registers.
2005-05-27 21:28:01 +00:00
Nick Roberts
f891615689
*** empty log message ***
2005-05-27 21:27:22 +00:00
Nick Roberts
9594f9294b
(gdb-all-registers): New variable.
...
(gdb-registers-buffer, toggle-gdb-all-registers):
Toggle display of floating point registers.
(gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2005-05-27 20:56:43 +00:00
Nick Roberts
be820e8d82
(gud-goto-info): Use info. Don't use require.
...
(toggle-gud-tooltip-dereference): Rename from gud-toggle-tooltip-dereference.
2005-05-27 20:54:58 +00:00
Jay Belanger
e9d3dbea96
(Queries in Keyboard Macros): Fix example.
2005-05-27 20:40:06 +00:00
Masatake YAMATO
edfaeb4ee9
* xdisp.c (note_mode_line_or_margin_highlight): Change the
...
pointer to a hand cursor when hoovering over a mouse-face.
2005-05-27 16:59:55 +00:00
Stefan Monnier
83040cb099
(Info-goto-node): Revert autoload addition (2004-06-12).
2005-05-27 16:19:36 +00:00
Jay Belanger
63971eab99
*** empty log message ***
2005-05-27 14:48:25 +00:00
Jay Belanger
f62a8348f0
(calc-kbd-query): Change error message.
2005-05-27 14:31:10 +00:00
Jay Belanger
fb9cc23825
(calc-kbd-report): Remove.
...
(calc-kbd-query): Rewrite.
2005-05-27 14:25:16 +00:00
Jay Belanger
faa3b6fc5d
(Queries in Keyboard Macros): Rewrite to reflect current behavior.
2005-05-27 14:18:59 +00:00
Juanma Barranquero
d5e1a786b7
*** empty log message ***
2005-05-27 13:20:48 +00:00
Juanma Barranquero
c6d1b44698
(image-library-alist): Moved to image.c.
...
(image-type-available-p): Doc fix.
2005-05-27 13:17:50 +00:00
Juanma Barranquero
2a611c1a4f
(Vimage_library_alist): Moved from image.el.
...
(syms_of_image): Defvar it.
(lookup_image_type): Use it.
2005-05-27 13:16:05 +00:00
Lute Kamstra
3ec0e90395
(texinfo-heading-face): Specify customization group.
2005-05-27 13:09:37 +00:00
Lute Kamstra
18a8c7738b
(superscript, subscript, tex-math-face)
...
(tex-verbatim-face, tex-use-reftex): Specify customization group.
2005-05-27 13:00:57 +00:00
Lute Kamstra
dc11bf767a
(sgml-namespace-face): Specify customization group.
2005-05-27 12:38:19 +00:00
Lute Kamstra
55d56d3270
(dns-mode): Specify customization group.
2005-05-27 12:32:51 +00:00
Lute Kamstra
462789ab2a
(calc): Specify customization group.
2005-05-27 12:14:21 +00:00
Lute Kamstra
1f2503a581
(outline-1, outline-2, outline-3, outline-4)
...
(outline-5, outline-6, outline-7, outline-8): Specify customization group.
2005-05-27 11:51:14 +00:00
Lute Kamstra
6c5a38fa3f
*** empty log message ***
2005-05-27 11:43:28 +00:00
Lute Kamstra
25ba62c557
Don't require easy-mmode.
...
(longlines-visible-face): Specify customization group.
2005-05-27 11:36:51 +00:00
Kenichi Handa
7cf49add81
*** empty log message ***
2005-05-27 11:28:42 +00:00
Kenichi Handa
d8752c9ec0
(x_encode_char): Call check_ccl_update in advance.
2005-05-27 11:28:30 +00:00
Kenichi Handa
2a69c66e3a
Now an element of Vccl_program_table is a vector of
...
length 4, not 3.
(ccl_get_compiled_code): New arg idx. Caller changed. Adjusted
for the change of Vccl_program_table.
(setup_ccl_program): Adjusted for the change of
Vccl_program_table.
(check_ccl_update): New function.
(Fregister_ccl_program): Use ASET to set an element of a vector.
Adjusted for the change of Vccl_program_table.
2005-05-27 11:27:50 +00:00
Kenichi Handa
968786fd0e
Add cyrillic-iso8859-5 characters in the encoding table of
...
windows-1251.
2005-05-27 11:22:39 +00:00
Kenichi Handa
514eb97bbf
(ucs-set-table-for-input): If
...
translation-table-for-input of a coding system is a symbol, get
its translation-table property.
2005-05-27 11:21:36 +00:00
Kenichi Handa
848613f869
Don't register a coding system into
...
non-iso-charset-alist more than once.
(cp-make-coding-system): Likewise.
2005-05-27 11:20:16 +00:00
Juanma Barranquero
5e2ad10b99
(Fbuffer_local_value): Make argument name match its use in docstring.
2005-05-27 11:02:11 +00:00
Kim F. Storm
48985adc8a
*** empty log message ***
2005-05-27 08:11:59 +00:00
Miles Bader
b4e8a25b8a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-330
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 71-73)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-util.el (gnus-run-mode-hooks): New function.
* lisp/gnus/score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2005-05-27 04:08:12 +00:00
John Wiegley
6b6f91b357
(eshell-eval-command): If the return value of `eshell-resume-eval' is
...
wrapped in a list, it indicates that the command was run
asynchronously. In that case, unwrap the value before checking the
delimiter value.
2005-05-27 02:57:18 +00:00
John Wiegley
9c04140933
(eshell-get-target): If `eshell-buffer-shorthand' is in use, and the
...
target is `t' or `nil' (which are the most common values), don't
assume that the symbol target is a buffer.
2005-05-27 02:15:36 +00:00
John Wiegley
34204d803d
(eshell-complete-parse-arguments): If the character before a space at
...
the end of a line is \, assume the space is part of the last argument
rather than a final argument separator.
2005-05-27 02:11:39 +00:00
Nick Roberts
e07ddddb89
(Log Buffer): Merge in description of Log Edit
...
mode from pcl-cvs.texi.
2005-05-27 01:36:41 +00:00
Nick Roberts
9f15b4dfc7
*** empty log message ***
2005-05-27 01:35:51 +00:00
Luc Teirlinck
ddfbe5db8f
*** empty log message ***
2005-05-26 20:58:42 +00:00
Luc Teirlinck
27a0c0bc1b
(gnus-agent-make-mode-line-string):
...
Use mode-line-highlight as mouse-face.
2005-05-26 20:52:42 +00:00
Luc Teirlinck
a9dd908b16
(calendar-mode-line-format): Use mode-line-highlight as mouse-face.
2005-05-26 20:48:37 +00:00