1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

81014 commits

Author SHA1 Message Date
Dan Nicolaescu
7b7b316efd Fix format. 2008-03-03 21:58:50 +00:00
Jason Rumney
d67793a6e5 New file. 2008-03-03 21:58:45 +00:00
Jason Rumney
057c925233 Make transperency 8 bit 2008-03-03 21:41:42 +00:00
Stefan Monnier
20ce031c40 (byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst. 2008-03-03 21:07:12 +00:00
Stefan Monnier
68a2af7af0 (latex-mode): Remove % from paragraph-separate so that M-q can fill comments.
(tex-executable-exists-p, tex-compile): Extend with special syntax for
commands implemented in elisp.
(tex-compile-commands): Add an entry to use doc-view for pdf files.
(tex-format-cmd): New function.
(tex-compile): Use it to let the user specify default arguments.
(tex-cmd-bibtex-args): New var.
(tex-cmd-doc-view): New function.
2008-03-03 13:55:41 +00:00
Juanma Barranquero
4b03e20a6f *** empty log message *** 2008-03-03 11:51:15 +00:00
Juanma Barranquero
a1792b9b01 (face-spec-set): Fix typos in docstring. 2008-03-03 11:43:21 +00:00
Glenn Morris
6abe1b071f Restore info for emacs.ico under new name emacs22.ico. 2008-03-03 09:21:14 +00:00
Glenn Morris
d30374a383 Restore r1.3 of emacs.ico as emacs22.ico 2008-03-03 09:17:04 +00:00
Glenn Morris
58e707fe24 Update icons entry. 2008-03-03 09:03:58 +00:00
Glenn Morris
8ae1489447 Restore the old info for emacs.png under the new name emacs22.png. 2008-03-03 09:01:28 +00:00
Glenn Morris
8298ed3724 Restore r1.1 of emacs.png as emacs22.png 2008-03-03 09:01:05 +00:00
Dan Nicolaescu
10a55ba03d (mode-line-column-line-number-mode-map): New variable.
(standard-mode-line-position): Use it to add a menu for toggling
column number and line number display.
2008-03-03 08:30:18 +00:00
Dan Nicolaescu
73f838adaf * w32term.c: Remove unused include "gnu.h".
* makefile.w32-in (w32term.o): Don't depend on gnu.h

* gnu.h: Rename to ...
* emacs-icon.h: ... this.
* xterm.c: Use emacs-icon.h instead of gnu.h.
* Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
2008-03-03 06:32:13 +00:00
Stefan Monnier
62dc3ac354 (nndoc-oe-dbx-type-p): Use mm-string-to-multibyte. 2008-03-03 04:12:46 +00:00
Stefan Monnier
a88fd51a1f (mm-decode-content-transfer-encoding): Simplify. 2008-03-03 04:07:51 +00:00
Stefan Monnier
c7a91ce132 Use inhibit-read-only and with-current-buffer.
(gnus-summary-jump-to-group): Consider windows on other displayed frames as
well.  Similar changes might be needed elsewhere, but that's the one I've
bumped into during my use.
2008-03-03 04:06:03 +00:00
Stefan Monnier
ef1b088ac6 (gnus-debug): Use mm-string-to-multibyte. 2008-03-03 03:57:32 +00:00
Stefan Monnier
dacb905a07 (gnus-update-group-mark-positions): Use mm-string-to-multibyte. 2008-03-03 03:49:06 +00:00
Stefan Monnier
86408b246c (byte-compile-maybe-guarded):
Remove optimization that was working around the form-code-walker bug.
2008-03-03 03:40:04 +00:00
Stefan Monnier
42521cd491 (byte-optimize-form-code-walker):
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 03:38:21 +00:00
Glenn Morris
9f014775c4 Fix typo in previous. 2008-03-03 03:28:41 +00:00
Glenn Morris
83c7166192 Tweak frame-local variables entry. 2008-03-03 03:27:16 +00:00
Glenn Morris
aba08fe5f6 (viper-frame-value): Prefer buffer-local value, if set, over frame value. 2008-03-03 03:24:32 +00:00
Glenn Morris
4cba674aba (iconsrcdir): New variable.
(install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon directory.
2008-03-03 02:26:40 +00:00
Glenn Morris
252f3b82ad transient-mark-mode is off again. 2008-03-03 02:17:33 +00:00
Glenn Morris
43d16385af (transient-mark-mode): Don't turn on by default. 2008-03-03 02:16:29 +00:00
Juanma Barranquero
ce9c1f067c *** empty log message *** 2008-03-03 02:12:51 +00:00
Glenn Morris
0a4d4654f9 (open-tls-stream): Restore the 2007-11-04 change accidentally removed
by the 2007-12-05 merge from Gnus.
2008-03-03 02:11:04 +00:00
Juanma Barranquero
09fe06b74c Include math.h. 2008-03-03 02:10:00 +00:00
Jason Rumney
54efdcd133 (recompute_cached_metrics): Change font arg to w32font_info.
Compute options separately.
(w32font_open_internal): Set glyph_idx before caching metrics.
2008-03-03 01:49:33 +00:00
Jason Rumney
34fd2d28e9 (Quniscribe, QCformat): New symbols.
(syms_of_w32font): Define them.
(w32font_has_char): Indicate uncertainty.
(w32font_encode_char): Encode as glyph point. Make static.
(recompute_cached_metrics): New function.
(w32font_open_internal): Use it. Set font to use glyph points
initially. Set format based on type of font.
(w32font_text_extents, w32font_draw): Optionally use glyph points.
(w32_enumfont_pattern_entity): Accept backend arg. Set type based
on it. Set format based on information available here.
(add_font_entity_to_list): Identify backend based on opentype_only.
2008-03-03 00:31:40 +00:00
Jason Rumney
500591f86b (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): Define
if system headers don't.
(struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
(w32font_encode_char): Don't declare here.
2008-03-03 00:31:03 +00:00
Andreas Schwab
f907fb2ebe (ftfont_pattern_entity): Fix aliasing violations. 2008-03-02 21:13:09 +00:00
Andreas Schwab
14daee73e5 (decode_coding_big5, produce_chars): Fix typos in last
change.
2008-03-02 19:56:45 +00:00
Jason Rumney
480a77b543 ($(TRES)): Depend on icon and manifest. 2008-03-02 19:03:12 +00:00
Dan Nicolaescu
c9cc646241 New icon. 2008-03-02 18:18:35 +00:00
Andreas Schwab
26d72be862 Require cl when compiling. 2008-03-02 17:24:18 +00:00
Kenichi Handa
119852e72b (decode_coding_utf_8): When eol-type of CODING is
`dos', don't decode '\r' if that is the last in the source.
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_raw_text, decode_coding_charset): Likewise.
(produce_chars): Don't decode EOL here.  Use EMACS_INT.
2008-03-02 08:05:14 +00:00
Juanma Barranquero
0caa490be5 *** empty log message *** 2008-03-02 02:03:57 +00:00
Dan Nicolaescu
9326028376 (compilation-menu-map): Add menu entries
for useful options.
2008-03-02 01:10:30 +00:00
Glenn Morris
7d6f3b3a4d Add python-mode. 2008-03-01 23:51:46 +00:00
Jason Rumney
a823468b90 (w32font_full_name): Report point size for scalable fonts. 2008-03-01 23:04:20 +00:00
Kim F. Storm
98329671e2 (CHAR_GLYPH_SPACE_P): Check for default face. 2008-03-01 22:30:51 +00:00
Kim F. Storm
4ddc7e301f *** empty log message *** 2008-03-01 22:30:25 +00:00
Jason Rumney
67997c793b (w32font_full_name): New function.
(w32font_open_internal): Use it.
2008-03-01 21:22:50 +00:00
Glenn Morris
1c3b663ff9 This is Dan's patch from
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.

(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
2008-03-01 21:11:37 +00:00
Kim F. Storm
565b39a856 (line_draw_cost): Fix invalid glyph check. 2008-03-01 20:57:46 +00:00
Kim F. Storm
3f4e9c35d0 *** empty log message *** 2008-03-01 20:57:25 +00:00
Glenn Morris
60d3008e83 More info on how to replace make-variable-frame-local. 2008-03-01 20:31:09 +00:00