1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

57190 Commits

Author SHA1 Message Date
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
Luc Teirlinck
3a02b63eb5 (display-time-string-forms, display-time-update):
Use mode-line-highlight as mouse-face.
2005-05-26 20:43:39 +00:00
Jay Belanger
04e9c13cc2 (calc-language-alist): Remove extra defvar. 2005-05-26 18:02:06 +00:00
Lute Kamstra
681c6a3735 *** empty log message *** 2005-05-26 17:19:46 +00:00
Lute Kamstra
7023d838b0 * textmodes/reftex-index.el (reftex-index-mode)
(reftex-index-phrases-mode):
* textmodes/reftex-sel.el (reftex-select-label-mode)
(reftex-select-bib-mode):
* textmodes/reftex-toc.el (reftex-toc-mode): Use run-mode-hooks.
2005-05-26 17:13:30 +00:00
Lute Kamstra
9a9691963d * progmodes/ada-mode.el (ada-mode):
* progmodes/antlr-mode.el (antlr-mode):
* progmodes/autoconf.el (autoconf-mode):
* progmodes/dcl-mode.el (dcl-mode):
* progmodes/delphi.el (delphi-mode):
* progmodes/ebrowse.el (ebrowse-tree-mode)
(ebrowse-electric-list-mode, ebrowse-member-mode)
(ebrowse-electric-position-mode):
* progmodes/f90.el (f90-mode):
* progmodes/fortran.el (fortran-mode):
* progmodes/icon.el (icon-mode):
* progmodes/idlw-help.el (idlwave-help-mode):
* progmodes/idlw-shell.el (idlwave-shell-mode):
* progmodes/idlwave.el (idlwave-mode):
* progmodes/inf-lisp.el (inferior-lisp-mode):
* progmodes/m4-mode.el (m4-mode):
* progmodes/meta-mode.el (metafont-mode, metapost-mode):
* progmodes/modula2.el (modula-2-mode):
* progmodes/octave-inf.el (inferior-octave-mode):
* progmodes/octave-mod.el (octave-mode):
* progmodes/pascal.el (pascal-mode):
* progmodes/sh-script.el (sh-mode):
* progmodes/sql.el (sql-mode, sql-interactive-mode):
* progmodes/vhdl-mode.el (vhdl-mode):
* progmodes/xscheme.el (scheme-interaction-mode):  Use run-mode-hooks.
2005-05-26 16:43:37 +00:00
Lute Kamstra
4b66bdf054 *** empty log message *** 2005-05-26 15:28:32 +00:00
Lute Kamstra
c83c96545b * play/5x5.el (5x5-mode):
* play/decipher.el (decipher-mode, decipher-stats-mode):
* play/gomoku.el (gomoku-mode):
* play/snake.el (snake-mode):
* play/solitaire.el (solitaire-mode):
* play/tetris.el (tetris-mode): Use run-mode-hooks.

* play/landmark.el (lm-mode):
* play/mpuz.el (mpuz-mode): Use kill-all-local-variables and
run-mode-hooks.
2005-05-26 15:26:09 +00:00
Lute Kamstra
e1c31ddba8 * obsolete/ooutline.el (outline-mode):
* obsolete/options.el (Edit-options-mode):
* obsolete/rnews.el (news-mode):
* obsolete/rnewspost.el (news-reply-mode): Use run-mode-hooks.
2005-05-26 15:24:51 +00:00
Lute Kamstra
57f9923ee7 * net/eudc.el (eudc-mode):
* net/quickurl.el (quickurl-list-mode):
* net/snmp-mode.el (snmp-mode, snmpv2-mode): Use run-mode-hooks.
2005-05-26 15:23:59 +00:00
Lute Kamstra
cf8402ae91 (mh-show-mode): Remove spurious run-hooks. 2005-05-26 15:22:06 +00:00
Lute Kamstra
05617e8a70 (mh-pick-mode): Remove spurious run-hooks. 2005-05-26 15:21:29 +00:00
Lute Kamstra
ca11f4a867 (sc-electric-mode): Use run-mode-hooks. 2005-05-26 15:20:30 +00:00
Lute Kamstra
46b248505c (rmail-summary-mode): Use run-mode-hooks. 2005-05-26 15:17:48 +00:00
Lute Kamstra
7f9b6634a8 (rmail-edit-mode): Use run-mode-hooks. 2005-05-26 15:17:14 +00:00
Lute Kamstra
6f9402ebb1 (rmail-mode): Use run-mode-hooks. 2005-05-26 15:16:48 +00:00
Lute Kamstra
0124295f17 Use run-mode-hooks. 2005-05-26 15:16:00 +00:00