bpt/emacs.git
16 years agoUpdate with bookmark_add.
Jan Djärv [Thu, 6 Mar 2008 11:01:21 +0000 (11:01 +0000)]
Update with bookmark_add.

16 years ago(x-gtk-stock-map): Add bookmark_add.
Jan Djärv [Thu, 6 Mar 2008 10:59:27 +0000 (10:59 +0000)]
(x-gtk-stock-map): Add bookmark_add.

16 years ago(vc-status-tool-bar-map, vc-status-toggle-mark-file)
Jan Djärv [Thu, 6 Mar 2008 10:58:48 +0000 (10:58 +0000)]
(vc-status-tool-bar-map, vc-status-toggle-mark-file)
(vc-status-toggle-mark): New functions.
(vc-status-mode): Set tool bar map.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 5 Mar 2008 21:52:47 +0000 (21:52 +0000)]
*** empty log message ***

16 years ago(Hiding Subdirectories): Fix previous change.
Glenn Morris [Wed, 5 Mar 2008 21:01:54 +0000 (21:01 +0000)]
(Hiding Subdirectories): Fix previous change.

16 years ago(parens-require-spaces): Doc fix.
Chong Yidong [Wed, 5 Mar 2008 20:54:56 +0000 (20:54 +0000)]
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years ago* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Chong Yidong [Wed, 5 Mar 2008 20:54:46 +0000 (20:54 +0000)]
* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years agoRegenerate.
Glenn Morris [Wed, 5 Mar 2008 20:05:16 +0000 (20:05 +0000)]
Regenerate.

16 years agoRegenerate.
Glenn Morris [Wed, 5 Mar 2008 20:03:31 +0000 (20:03 +0000)]
Regenerate.

16 years ago(USE_FONT_BACKEND): Set to "no" in absence of X.
Glenn Morris [Wed, 5 Mar 2008 20:02:58 +0000 (20:02 +0000)]
(USE_FONT_BACKEND): Set to "no" in absence of X.
(PKG_CONFIG): Don't set multiple times, once is enough.
(HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.

16 years agoUpdate font-backend section.
Glenn Morris [Wed, 5 Mar 2008 20:02:29 +0000 (20:02 +0000)]
Update font-backend section.

16 years ago* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
Bastien Guerry [Wed, 5 Mar 2008 17:12:17 +0000 (17:12 +0000)]
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.

16 years ago(epg-context-include-certs): Reflow docstring.
Juanma Barranquero [Wed, 5 Mar 2008 12:53:32 +0000 (12:53 +0000)]
(epg-context-include-certs): Reflow docstring.
(epg-start-sign-keys, epg-sign-keys, epg-context-armor, epg-context-signers,
epg-context-sig-notations, epg-context-set-armor, epg-context-set-signers,
epg-context-set-sig-notations, epg-make-import-status, epg-make-import-result,
epg-start-delete-keys): Fix typos in docstrings.
(epg-start-sign-keys, epg-sign-keys): Fix typos in obsolescence declarations.

16 years agoDon't check for `cadr' and `last'.
Juanma Barranquero [Wed, 5 Mar 2008 12:00:46 +0000 (12:00 +0000)]
Don't check for `cadr' and `last'.
(iswitchb-define-mode-map, iswitchb-default-keybindings):
Add obsolescence declaration and remove redundant info from docstring.
(iswitchb-set-common-completion, iswitchb-set-matches,
iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
(recentf-list, most-len, most-is-exact):
Don't wrap defvars within `eval-when-compile'.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:53:30 +0000 (08:53 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-select-lowest-window): Use when rather than if.
(ediff-setup-control-frame): Remove
ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
a (featurep 'xemacs) test.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:52:22 +0000 (08:52 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p) test inside
XEmacs test.
(ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
since it was doing nothing on Emacs.
(ediff-make-bullet-proof-overlay): Use when rather than if.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:51:47 +0000 (08:51 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-cond-compile-for-xemacs-or-emacs): Remove.
(top-level, ediff-frame-iconified-p): Simplify if+and to just and.
(ediff-read-event, ediff-overlayp, ediff-make-overlay, ediff-delete-overlay):
Move the XEmacs test inside the definition.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:51:06 +0000 (08:51 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-cond-compile-for-xemacs-or-emacs): Remove.
(ediff-window-setup-function): Don't autoload declaration for compiler.
(ediff-xemacs-init-menus): Use when rather than if.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:50:20 +0000 (08:50 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-get-meta-info): Use or and unless rather than if.

16 years agoExpand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Wed, 5 Mar 2008 08:48:29 +0000 (08:48 +0000)]
Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.

16 years ago(char_resolve_modifier_mask): Fix previous change.
Kenichi Handa [Wed, 5 Mar 2008 05:12:06 +0000 (05:12 +0000)]
(char_resolve_modifier_mask): Fix previous change.

16 years ago(read-quoted-char): Resolve modifers of the character event.
Kenichi Handa [Wed, 5 Mar 2008 04:29:53 +0000 (04:29 +0000)]
(read-quoted-char): Resolve modifers of the character event.

16 years ago(Fread_char): Resolve modifiers.
Kenichi Handa [Wed, 5 Mar 2008 04:28:59 +0000 (04:28 +0000)]
(Fread_char): Resolve modifiers.
(Fread_char_exclusive): Likewise.

16 years ago(calc-extended-command-history): New variable.
Jay Belanger [Wed, 5 Mar 2008 04:25:10 +0000 (04:25 +0000)]
(calc-extended-command-history): New variable.
(calc-exectute-extended-command): Use `calc-extended-command-history'.

16 years ago(char_resolve_modifier_mask): Fix previous change
Kenichi Handa [Wed, 5 Mar 2008 04:18:00 +0000 (04:18 +0000)]
(char_resolve_modifier_mask): Fix previous change
(Fchar_resolve_modifiers): New function.
(syms_of_character): Declare Fchar_resolve_modifiers as Lisp
function.

16 years ago* bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
Dan Nicolaescu [Wed, 5 Mar 2008 04:09:24 +0000 (04:09 +0000)]
* bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
(standard-mode-line-position): Add mouse-face.

* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map):  Add :help.

* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step.  Add :help.  Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.

* term.el (term-mode-map): Define and initialize in one step.

* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.

* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.

16 years ago(tex-mode): Suppress warning about multiple definitions when compiling.
Glenn Morris [Wed, 5 Mar 2008 03:57:43 +0000 (03:57 +0000)]
(tex-mode): Suppress warning about multiple definitions when compiling.

16 years ago(gnus-article-mode-line-format-alist): Move here from gnus-art.
Glenn Morris [Wed, 5 Mar 2008 03:56:36 +0000 (03:56 +0000)]
(gnus-article-mode-line-format-alist): Move here from gnus-art.
(top-level): No need to load own source when compiling.

16 years ago(gnus-article-mode-line-format-alist): Move to gnus-sum.
Glenn Morris [Wed, 5 Mar 2008 03:56:16 +0000 (03:56 +0000)]
(gnus-article-mode-line-format-alist): Move to gnus-sum.

16 years agoUpdate for font-backend being enabled by default.
Glenn Morris [Wed, 5 Mar 2008 03:54:31 +0000 (03:54 +0000)]
Update for font-backend being enabled by default.

16 years agoRegenerate.
Glenn Morris [Wed, 5 Mar 2008 03:54:04 +0000 (03:54 +0000)]
Regenerate.

16 years agoEnable font-backend by default.
Glenn Morris [Wed, 5 Mar 2008 03:53:49 +0000 (03:53 +0000)]
Enable font-backend by default.

16 years ago(char_resolve_modifier_mask): New function.
Kenichi Handa [Wed, 5 Mar 2008 02:08:30 +0000 (02:08 +0000)]
(char_resolve_modifier_mask): New function.
(char_string): Use char_resolve_modifier_mask.

16 years ago(comint-exec-1): Don't change the coding-system for
Kenichi Handa [Wed, 5 Mar 2008 01:57:57 +0000 (01:57 +0000)]
(comint-exec-1): Don't change the coding-system for
decoding to dos-like EOL.
(comint-carriage-motion): Fully rewrite.

16 years ago(c-neutralize-syntax-in-CPP): Fix coding bug.
Alan Mackenzie [Tue, 4 Mar 2008 22:15:39 +0000 (22:15 +0000)]
(c-neutralize-syntax-in-CPP): Fix coding bug.

16 years ago(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
Alan Mackenzie [Tue, 4 Mar 2008 22:14:37 +0000 (22:14 +0000)]
(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 4 Mar 2008 22:11:35 +0000 (22:11 +0000)]
*** empty log message ***

16 years ago(FONT_CFLAGS): New optional compiler flag.
Jason Rumney [Tue, 4 Mar 2008 18:00:52 +0000 (18:00 +0000)]
(FONT_CFLAGS): New optional compiler flag.
(EMACS_EXTRA_C_FLAGS): Include it.

16 years ago* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
Jason Rumney [Tue, 4 Mar 2008 17:58:36 +0000 (17:58 +0000)]
* gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
(EMACS_EXTRA_C_FLAGS): Include it.
* configure.bat (usefontbackend): Default to Y.
(--enable-font-backend): Replace with --disable-font-backend.
(:withfont): Replace with :withoutfont.

16 years agoAlways include w32font.c in the build.
Jason Rumney [Tue, 4 Mar 2008 17:34:22 +0000 (17:34 +0000)]
Always include w32font.c in the build.

16 years agoWrap in USE_FONT_BACKEND conditional
Jason Rumney [Tue, 4 Mar 2008 17:31:40 +0000 (17:31 +0000)]
Wrap in USE_FONT_BACKEND conditional

16 years ago(clean): Remove emacs-*.*.* instead of emacs-*.
Andreas Schwab [Tue, 4 Mar 2008 13:29:18 +0000 (13:29 +0000)]
(clean): Remove emacs-*.*.* instead of emacs-*.
(versionclean): Likewise.

16 years ago(rng-preferred-prefix-alist): Add dublin core namespaces.
Jason Rumney [Tue, 4 Mar 2008 12:16:48 +0000 (12:16 +0000)]
(rng-preferred-prefix-alist): Add dublin core namespaces.

16 years agoAdd oo.
Juanma Barranquero [Tue, 4 Mar 2008 10:29:47 +0000 (10:29 +0000)]
Add oo.

16 years agoAdd oo.
Juanma Barranquero [Tue, 4 Mar 2008 10:18:57 +0000 (10:18 +0000)]
Add oo.

16 years ago(top-level): No need to require gnus when compiling,
Glenn Morris [Tue, 4 Mar 2008 03:52:22 +0000 (03:52 +0000)]
(top-level): No need to require gnus when compiling,
since unconditionally required near start of file.
(gnus-summary-display-while-building): Move definition before use.

16 years ago(ediff-clear-fine-diff-vector): Use mapc rather than mapcar.
Glenn Morris [Tue, 4 Mar 2008 03:50:15 +0000 (03:50 +0000)]
(ediff-clear-fine-diff-vector): Use mapc rather than mapcar.

16 years ago(tex-cmd-bibtex-args): Add :version and :group.
Glenn Morris [Tue, 4 Mar 2008 03:48:53 +0000 (03:48 +0000)]
(tex-cmd-bibtex-args): Add :version and :group.

16 years ago(decode_coding_object): Inhibit gap shrinking while
Andreas Schwab [Mon, 3 Mar 2008 22:29:12 +0000 (22:29 +0000)]
(decode_coding_object): Inhibit gap shrinking while
decoding in place.

16 years agoFull alpha for 32x32 full color. Add 32x32 and 16x16 256 color versions.
Jason Rumney [Mon, 3 Mar 2008 22:20:13 +0000 (22:20 +0000)]
Full alpha for 32x32 full color.  Add 32x32 and 16x16 256 color versions.

16 years agoFix line ends.
Jason Rumney [Mon, 3 Mar 2008 22:12:47 +0000 (22:12 +0000)]
Fix line ends.

16 years ago*** empty log message ***
Jason Rumney [Mon, 3 Mar 2008 22:09:09 +0000 (22:09 +0000)]
*** empty log message ***

16 years agoFix format.
Dan Nicolaescu [Mon, 3 Mar 2008 21:58:50 +0000 (21:58 +0000)]
Fix format.

16 years agoNew file.
Jason Rumney [Mon, 3 Mar 2008 21:58:45 +0000 (21:58 +0000)]
New file.

16 years agoMake transperency 8 bit
Jason Rumney [Mon, 3 Mar 2008 21:41:42 +0000 (21:41 +0000)]
Make transperency 8 bit

16 years ago(byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst.
Stefan Monnier [Mon, 3 Mar 2008 21:07:12 +0000 (21:07 +0000)]
(byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst.

16 years ago(latex-mode): Remove % from paragraph-separate so that M-q can fill comments.
Stefan Monnier [Mon, 3 Mar 2008 13:55:41 +0000 (13:55 +0000)]
(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.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 3 Mar 2008 11:51:15 +0000 (11:51 +0000)]
*** empty log message ***

16 years ago(face-spec-set): Fix typos in docstring.
Juanma Barranquero [Mon, 3 Mar 2008 11:43:21 +0000 (11:43 +0000)]
(face-spec-set): Fix typos in docstring.

16 years agoRestore info for emacs.ico under new name emacs22.ico.
Glenn Morris [Mon, 3 Mar 2008 09:21:14 +0000 (09:21 +0000)]
Restore info for emacs.ico under new name emacs22.ico.

16 years agoRestore r1.3 of emacs.ico as emacs22.ico
Glenn Morris [Mon, 3 Mar 2008 09:17:04 +0000 (09:17 +0000)]
Restore r1.3 of emacs.ico as emacs22.ico

16 years agoUpdate icons entry.
Glenn Morris [Mon, 3 Mar 2008 09:03:58 +0000 (09:03 +0000)]
Update icons entry.

16 years agoRestore the old info for emacs.png under the new name emacs22.png.
Glenn Morris [Mon, 3 Mar 2008 09:01:28 +0000 (09:01 +0000)]
Restore the old info for emacs.png under the new name emacs22.png.

16 years agoRestore r1.1 of emacs.png as emacs22.png
Glenn Morris [Mon, 3 Mar 2008 09:01:05 +0000 (09:01 +0000)]
Restore r1.1 of emacs.png as emacs22.png

16 years ago(mode-line-column-line-number-mode-map): New variable.
Dan Nicolaescu [Mon, 3 Mar 2008 08:30:18 +0000 (08:30 +0000)]
(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.

16 years ago* w32term.c: Remove unused include "gnu.h".
Dan Nicolaescu [Mon, 3 Mar 2008 06:32:13 +0000 (06:32 +0000)]
* 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.

16 years ago(nndoc-oe-dbx-type-p): Use mm-string-to-multibyte.
Stefan Monnier [Mon, 3 Mar 2008 04:12:46 +0000 (04:12 +0000)]
(nndoc-oe-dbx-type-p): Use mm-string-to-multibyte.

16 years ago(mm-decode-content-transfer-encoding): Simplify.
Stefan Monnier [Mon, 3 Mar 2008 04:07:51 +0000 (04:07 +0000)]
(mm-decode-content-transfer-encoding): Simplify.

16 years agoUse inhibit-read-only and with-current-buffer.
Stefan Monnier [Mon, 3 Mar 2008 04:06:03 +0000 (04:06 +0000)]
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.

16 years ago(gnus-debug): Use mm-string-to-multibyte.
Stefan Monnier [Mon, 3 Mar 2008 03:57:32 +0000 (03:57 +0000)]
(gnus-debug): Use mm-string-to-multibyte.

16 years ago(gnus-update-group-mark-positions): Use mm-string-to-multibyte.
Stefan Monnier [Mon, 3 Mar 2008 03:49:06 +0000 (03:49 +0000)]
(gnus-update-group-mark-positions): Use mm-string-to-multibyte.

16 years ago(byte-compile-maybe-guarded):
Stefan Monnier [Mon, 3 Mar 2008 03:40:04 +0000 (03:40 +0000)]
(byte-compile-maybe-guarded):
Remove optimization that was working around the form-code-walker bug.

16 years ago(byte-optimize-form-code-walker):
Stefan Monnier [Mon, 3 Mar 2008 03:38:21 +0000 (03:38 +0000)]
(byte-optimize-form-code-walker):
Walk into the body of lambdas after byte-compile-unfold-lambda.

16 years agoFix typo in previous.
Glenn Morris [Mon, 3 Mar 2008 03:28:41 +0000 (03:28 +0000)]
Fix typo in previous.

16 years agoTweak frame-local variables entry.
Glenn Morris [Mon, 3 Mar 2008 03:27:16 +0000 (03:27 +0000)]
Tweak frame-local variables entry.

16 years ago(viper-frame-value): Prefer buffer-local value, if set, over frame value.
Glenn Morris [Mon, 3 Mar 2008 03:24:32 +0000 (03:24 +0000)]
(viper-frame-value): Prefer buffer-local value, if set, over frame value.

16 years ago(iconsrcdir): New variable.
Glenn Morris [Mon, 3 Mar 2008 02:26:40 +0000 (02:26 +0000)]
(iconsrcdir): New variable.
(install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon directory.

16 years agotransient-mark-mode is off again.
Glenn Morris [Mon, 3 Mar 2008 02:17:33 +0000 (02:17 +0000)]
transient-mark-mode is off again.

16 years ago(transient-mark-mode): Don't turn on by default.
Glenn Morris [Mon, 3 Mar 2008 02:16:29 +0000 (02:16 +0000)]
(transient-mark-mode): Don't turn on by default.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 3 Mar 2008 02:12:51 +0000 (02:12 +0000)]
*** empty log message ***

16 years ago(open-tls-stream): Restore the 2007-11-04 change accidentally removed
Glenn Morris [Mon, 3 Mar 2008 02:11:04 +0000 (02:11 +0000)]
(open-tls-stream): Restore the 2007-11-04 change accidentally removed
by the 2007-12-05 merge from Gnus.

16 years agoInclude math.h.
Juanma Barranquero [Mon, 3 Mar 2008 02:10:00 +0000 (02:10 +0000)]
Include math.h.

16 years ago(recompute_cached_metrics): Change font arg to w32font_info.
Jason Rumney [Mon, 3 Mar 2008 01:49:33 +0000 (01:49 +0000)]
(recompute_cached_metrics): Change font arg to w32font_info.
Compute options separately.
(w32font_open_internal): Set glyph_idx before caching metrics.

16 years ago(Quniscribe, QCformat): New symbols.
Jason Rumney [Mon, 3 Mar 2008 00:31:40 +0000 (00:31 +0000)]
(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.

16 years ago(NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): Define
Jason Rumney [Mon, 3 Mar 2008 00:31:03 +0000 (00:31 +0000)]
(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.

16 years ago(ftfont_pattern_entity): Fix aliasing violations.
Andreas Schwab [Sun, 2 Mar 2008 21:13:09 +0000 (21:13 +0000)]
(ftfont_pattern_entity): Fix aliasing violations.

16 years ago(decode_coding_big5, produce_chars): Fix typos in last
Andreas Schwab [Sun, 2 Mar 2008 19:56:45 +0000 (19:56 +0000)]
(decode_coding_big5, produce_chars): Fix typos in last
change.

16 years ago($(TRES)): Depend on icon and manifest.
Jason Rumney [Sun, 2 Mar 2008 19:03:12 +0000 (19:03 +0000)]
($(TRES)): Depend on icon and manifest.

16 years agoNew icon.
Dan Nicolaescu [Sun, 2 Mar 2008 18:18:35 +0000 (18:18 +0000)]
New icon.

16 years agoRequire cl when compiling.
Andreas Schwab [Sun, 2 Mar 2008 17:24:18 +0000 (17:24 +0000)]
Require cl when compiling.

16 years ago(decode_coding_utf_8): When eol-type of CODING is
Kenichi Handa [Sun, 2 Mar 2008 08:05:14 +0000 (08:05 +0000)]
(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.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 2 Mar 2008 02:03:57 +0000 (02:03 +0000)]
*** empty log message ***

16 years ago(compilation-menu-map): Add menu entries
Dan Nicolaescu [Sun, 2 Mar 2008 01:10:30 +0000 (01:10 +0000)]
(compilation-menu-map): Add menu entries
for useful options.

16 years agoAdd python-mode.
Glenn Morris [Sat, 1 Mar 2008 23:51:46 +0000 (23:51 +0000)]
Add python-mode.

16 years ago(w32font_full_name): Report point size for scalable fonts.
Jason Rumney [Sat, 1 Mar 2008 23:04:20 +0000 (23:04 +0000)]
(w32font_full_name): Report point size for scalable fonts.

16 years ago(CHAR_GLYPH_SPACE_P): Check for default face.
Kim F. Storm [Sat, 1 Mar 2008 22:30:51 +0000 (22:30 +0000)]
(CHAR_GLYPH_SPACE_P): Check for default face.

16 years ago*** empty log message ***
Kim F. Storm [Sat, 1 Mar 2008 22:30:25 +0000 (22:30 +0000)]
*** empty log message ***

16 years ago(w32font_full_name): New function.
Jason Rumney [Sat, 1 Mar 2008 21:22:50 +0000 (21:22 +0000)]
(w32font_full_name): New function.
(w32font_open_internal): Use it.

16 years agoThis is Dan's patch from
Glenn Morris [Sat, 1 Mar 2008 21:11:37 +0000 (21:11 +0000)]
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.

16 years ago(line_draw_cost): Fix invalid glyph check.
Kim F. Storm [Sat, 1 Mar 2008 20:57:46 +0000 (20:57 +0000)]
(line_draw_cost): Fix invalid glyph check.