]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

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

16 years agoMore info on how to replace make-variable-frame-local.
Glenn Morris [Sat, 1 Mar 2008 20:31:09 +0000 (20:31 +0000)]
More info on how to replace make-variable-frame-local.

16 years ago(viper-cond-compile-for-xemacs-or-emacs): Delete macro.
Glenn Morris [Sat, 1 Mar 2008 20:23:36 +0000 (20:23 +0000)]
(viper-cond-compile-for-xemacs-or-emacs): Delete macro.
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-replace-overlay-cursor-color, viper-insert-state-cursor-color)
(viper-emacs-state-cursor-color, viper-vi-state-cursor-color): Only
call make-variable-frame-local on XEmacs.

16 years ago(font_unparse_fcname): Increase len when style is a symbol.
Jason Rumney [Sat, 1 Mar 2008 20:21:03 +0000 (20:21 +0000)]
(font_unparse_fcname): Increase len when style is a symbol.

16 years ago(zmacs-region-stays): No need to define for compiler.
Glenn Morris [Sat, 1 Mar 2008 20:19:23 +0000 (20:19 +0000)]
(zmacs-region-stays): No need to define for compiler.

Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-frame-value): New macro.
(viper-set-cursor-color-according-to-state, viper-save-cursor-color)
(viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
Use viper-frame-value for viper-replace-overlay-cursor-color,
viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
viper-vi-state-cursor-color values.

(viper-set-minibuffer-overlay): Use when rather than if.

16 years ago(zmacs-region-stays): No need to define for compiler.
Glenn Morris [Sat, 1 Mar 2008 20:14:46 +0000 (20:14 +0000)]
(zmacs-region-stays): No need to define for compiler.

Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-insert-state-post-command-sentinel, viper-R-state-post-command-sentinel)
(viper-replace-state-post-command-sentinel, viper-change-state-to-insert)
(viper-change-state-to-emacs): Use viper-frame-value for
viper-replace-overlay-cursor-color, viper-emacs-state-cursor-color,
viper-insert-state-cursor-color, and viper-vi-state-cursor-color values.

16 years agoExpand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Sat, 1 Mar 2008 20:11:47 +0000 (20:11 +0000)]
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

16 years agoExpand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Sat, 1 Mar 2008 20:11:00 +0000 (20:11 +0000)]
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(viper-add-keymap): Use mapc rather than mapcar on Emacs.

16 years agoExpand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Sat, 1 Mar 2008 20:10:26 +0000 (20:10 +0000)]
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

16 years agoExpand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Glenn Morris [Sat, 1 Mar 2008 20:09:54 +0000 (20:09 +0000)]
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(viper-counting-clicks-p): Only define on XEmacs.

16 years ago(zmacs-region-stays): Define for compiler once only.
Glenn Morris [Sat, 1 Mar 2008 20:07:49 +0000 (20:07 +0000)]
(zmacs-region-stays): Define for compiler once only.

16 years ago(byte-compile-maybe-guarded): Restore code commented out 2007-11-10.
Glenn Morris [Sat, 1 Mar 2008 20:07:28 +0000 (20:07 +0000)]
(byte-compile-maybe-guarded): Restore code commented out 2007-11-10.

16 years agoNew version 9.3.
Vinicius Jose Latorre [Sat, 1 Mar 2008 19:00:24 +0000 (19:00 +0000)]
New version 9.3.

16 years ago(make-glyph-code): Don't test the result of `face-id',
Juanma Barranquero [Sat, 1 Mar 2008 15:40:44 +0000 (15:40 +0000)]
(make-glyph-code): Don't test the result of `face-id',
which already signals an error for invalid faces.
(glyph-face): Simplify.

16 years ago(handle_one_xevent): For Gtk+ and ConfigureNotify, call
Jan Djärv [Sat, 1 Mar 2008 14:59:17 +0000 (14:59 +0000)]
(handle_one_xevent): For Gtk+ and ConfigureNotify, call
xg_frame_resized when the event is for the edit widget.

16 years ago(xg_frame_resized): Renamed from xg_resize_widgets.
Jan Djärv [Sat, 1 Mar 2008 14:57:46 +0000 (14:57 +0000)]
(xg_frame_resized): Renamed from xg_resize_widgets.

16 years ago(xg_resize_outer_widget): Only do one of set_geometry or
Jan Djärv [Sat, 1 Mar 2008 14:56:53 +0000 (14:56 +0000)]
(xg_resize_outer_widget): Only do one of set_geometry or
set_char_size.
(xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
operations on widgets here.  Just set frame size if needed.
(flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
(xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
(x_wm_set_size_hint): Set size hints on the edit widget only, not
the whole frame.
(xg_create_tool_bar): Move attachement of the tool bar to
xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
(free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.

16 years ago(desktop-read): Set `desktop-dirname' to nil before running
Juanma Barranquero [Sat, 1 Mar 2008 14:17:41 +0000 (14:17 +0000)]
(desktop-read): Set `desktop-dirname' to nil before running
`desktop-not-loaded-hook' to allow modifying it.
Don't show warning message if `desktop-dirname' was modified.

16 years ago*** empty log message ***
Jason Rumney [Sat, 1 Mar 2008 10:09:52 +0000 (10:09 +0000)]
*** empty log message ***