]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(xftfont_open): Don't enable antialias explicitly.
Kenichi Handa [Tue, 5 Dec 2006 05:13:30 +0000 (05:13 +0000)]
(xftfont_open): Don't enable antialias explicitly.

18 years agoReplace easy-menu-change by easy-menu-add-item.
Vinicius Jose Latorre [Mon, 4 Dec 2006 15:03:21 +0000 (15:03 +0000)]
Replace easy-menu-change by easy-menu-add-item.

18 years agoRemove Time-stamp comment mark.
Vinicius Jose Latorre [Mon, 4 Dec 2006 14:46:24 +0000 (14:46 +0000)]
Remove Time-stamp comment mark.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 4 Dec 2006 02:31:02 +0000 (02:31 +0000)]
*** empty log message ***

18 years agoFix doc.
Vinicius Jose Latorre [Fri, 1 Dec 2006 14:03:25 +0000 (14:03 +0000)]
Fix doc.

18 years agoNew version.
Vinicius Jose Latorre [Fri, 1 Dec 2006 13:38:40 +0000 (13:38 +0000)]
New version.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Nov 2006 04:34:27 +0000 (04:34 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Nov 2006 00:42:03 +0000 (00:42 +0000)]
*** empty log message ***

18 years ago(simple_search): Fix previous change.
Kenichi Handa [Thu, 30 Nov 2006 00:41:33 +0000 (00:41 +0000)]
(simple_search): Fix previous change.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Nov 2006 13:10:47 +0000 (13:10 +0000)]
*** empty log message ***

18 years ago(report-emacs-bug): Insert also the value of
Kenichi Handa [Wed, 29 Nov 2006 13:10:10 +0000 (13:10 +0000)]
(report-emacs-bug): Insert also the value of
XMODIFIERS.

18 years ago(ftfont_font_format): Extern declaration.
Kenichi Handa [Wed, 29 Nov 2006 12:20:04 +0000 (12:20 +0000)]
(ftfont_font_format): Extern declaration.

18 years ago(x_set_font): Fix the second arg to fs_query_fontset.
Kenichi Handa [Wed, 29 Nov 2006 12:19:25 +0000 (12:19 +0000)]
(x_set_font): Fix the second arg to fs_query_fontset.

18 years ago(xfont_driver): Initialize ftfont_driver.type by 0.
Kenichi Handa [Wed, 29 Nov 2006 12:18:53 +0000 (12:18 +0000)]
(xfont_driver): Initialize ftfont_driver.type by 0.
(xfont_list): Don't directly use Lisp_Object as an operand of &&.

18 years ago(ftfont_driver): Initialize ftfont_driver.type by 0.
Kenichi Handa [Wed, 29 Nov 2006 12:17:27 +0000 (12:17 +0000)]
(ftfont_driver): Initialize ftfont_driver.type by 0.
(ftfont_font_format): Fix previous change.

18 years ago(Ffont_xlfd_name): EXFUN it.
Kenichi Handa [Wed, 29 Nov 2006 12:10:30 +0000 (12:10 +0000)]
(Ffont_xlfd_name): EXFUN it.

18 years ago(font_parse_xlfd): Fix the array size of `f'.
Kenichi Handa [Wed, 29 Nov 2006 12:09:56 +0000 (12:09 +0000)]
(font_parse_xlfd): Fix the array size of `f'.
(register_font_driver): Use EQ to compare driver->type.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Nov 2006 08:15:46 +0000 (08:15 +0000)]
*** empty log message ***

18 years ago(xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
Kenichi Handa [Wed, 29 Nov 2006 08:15:39 +0000 (08:15 +0000)]
(xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
(create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
(xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.

18 years agoNew version
Vinicius Jose Latorre [Tue, 28 Nov 2006 21:00:22 +0000 (21:00 +0000)]
New version

18 years ago*** empty log message ***
Kenichi Handa [Tue, 28 Nov 2006 05:34:46 +0000 (05:34 +0000)]
*** empty log message ***

18 years ago(quail-get-translations): Make
Kenichi Handa [Tue, 28 Nov 2006 05:34:38 +0000 (05:34 +0000)]
(quail-get-translations): Make
quail-current-key multibyte if not yet done.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 27 Nov 2006 07:39:53 +0000 (07:39 +0000)]
*** empty log message ***

18 years ago(locale-language-names): Add an entry
Kenichi Handa [Mon, 27 Nov 2006 07:39:29 +0000 (07:39 +0000)]
(locale-language-names): Add an entry
for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".

18 years ago("Chinese-GBK"): Add tutorial.
Kenichi Handa [Mon, 27 Nov 2006 05:39:36 +0000 (05:39 +0000)]
("Chinese-GBK"): Add tutorial.
("Chinese-GB18030"): Add sample-text and tutorial.

18 years ago(font-encoding-alist): Add gb18030.
Kenichi Handa [Mon, 27 Nov 2006 04:43:04 +0000 (04:43 +0000)]
(font-encoding-alist): Add gb18030.
(setup-default-fontset): Likewise.
(x-pixel-size-width-font-regexp, vertical-centering-font-regexp):
Add gbk and gb18030.
(charset-script-alist): Likewise.

18 years agoPut property
Kenichi Handa [Mon, 27 Nov 2006 04:40:25 +0000 (04:40 +0000)]
Put property
preferred-coding-system to gbk and gb18030.

18 years ago(rfc2047-charset-encoding-alist): Add gbk and GB18030.
Kenichi Handa [Mon, 27 Nov 2006 04:37:55 +0000 (04:37 +0000)]
(rfc2047-charset-encoding-alist): Add gbk and GB18030.

18 years ago(mm-mime-mule-charset-alist): Add gbk and GB18030.
Kenichi Handa [Mon, 27 Nov 2006 04:37:26 +0000 (04:37 +0000)]
(mm-mime-mule-charset-alist): Add gbk and GB18030.

18 years ago(face-font-registry-alternatives): Add gb18030.
Kenichi Handa [Mon, 27 Nov 2006 04:36:00 +0000 (04:36 +0000)]
(face-font-registry-alternatives): Add gb18030.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 27 Nov 2006 04:33:56 +0000 (04:33 +0000)]
*** empty log message ***

18 years ago(ftfont_pattern_entity): Check if FC_FONTFORMAT is
Kenichi Handa [Mon, 27 Nov 2006 04:33:07 +0000 (04:33 +0000)]
(ftfont_pattern_entity): Check if FC_FONTFORMAT is
defined.
(ftfont_list_generic_family, ftfont_list, ftfont_font_format):
Likewise.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Nov 2006 01:48:49 +0000 (01:48 +0000)]
*** empty log message ***

18 years ago(struct font): New memeber format.
Kenichi Handa [Fri, 24 Nov 2006 01:48:30 +0000 (01:48 +0000)]
(struct font): New memeber format.

18 years ago(Qopentype): New variable.
Kenichi Handa [Fri, 24 Nov 2006 01:48:20 +0000 (01:48 +0000)]
(Qopentype): New variable.
(syms_of_font): Defsym it.
(Fquery_font): Change the format of the last element of the return
value.

18 years ago(ftfont_pattern_entity): Add fontformat in a pattern.
Kenichi Handa [Fri, 24 Nov 2006 01:47:43 +0000 (01:47 +0000)]
(ftfont_pattern_entity): Add fontformat in a pattern.
(ftfont_list): Include FC_FONTFORMAT in FcObject.
(ftfont_open): Set font->format.
(ftfont_font_format): New function.

18 years ago(xftfont_open): Set font->format.
Kenichi Handa [Fri, 24 Nov 2006 01:47:32 +0000 (01:47 +0000)]
(xftfont_open): Set font->format.

18 years agoFix maintainer email
Vinicius Jose Latorre [Thu, 23 Nov 2006 01:58:10 +0000 (01:58 +0000)]
Fix maintainer email

18 years agoFix maintainer email
Vinicius Jose Latorre [Thu, 23 Nov 2006 01:18:29 +0000 (01:18 +0000)]
Fix maintainer email

18 years ago*** empty log message ***
Kenichi Handa [Wed, 22 Nov 2006 01:57:28 +0000 (01:57 +0000)]
*** empty log message ***

18 years ago(simple_search): Fix sync with HEAD.
Kenichi Handa [Wed, 22 Nov 2006 01:57:16 +0000 (01:57 +0000)]
(simple_search): Fix sync with HEAD.

18 years ago("Turkish"): Sync with HEAD.
Kenichi Handa [Wed, 22 Nov 2006 01:19:14 +0000 (01:19 +0000)]
("Turkish"): Sync with HEAD.

18 years agoSync with HEAD.
Kenichi Handa [Wed, 22 Nov 2006 01:05:20 +0000 (01:05 +0000)]
Sync with HEAD.

18 years ago(set-default-coding-systems): Sync
Kenichi Handa [Wed, 22 Nov 2006 01:03:19 +0000 (01:03 +0000)]
(set-default-coding-systems): Sync
with HEAD.

18 years agoMerge from emacs--devo--0
Miles Bader [Tue, 21 Nov 2006 08:56:38 +0000 (08:56 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 21 Nov 2006 02:17:25 +0000 (02:17 +0000)]
*** empty log message ***

18 years ago(thing-at-point-url-at-point): Don't add a redundant scheme.
Richard M. Stallman [Tue, 21 Nov 2006 01:38:04 +0000 (01:38 +0000)]
(thing-at-point-url-at-point):  Don't add a redundant scheme.

(thing-at-point-uri-schemes): Added schemes that
are new to the list at IANA.  Also added irc, mms, mmsh.

18 years agoBreak line before &&, not after.
Richard M. Stallman [Tue, 21 Nov 2006 01:34:30 +0000 (01:34 +0000)]
Break line before &&, not after.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 21 Nov 2006 01:10:47 +0000 (01:10 +0000)]
*** empty log message ***

18 years ago(quail-insert-kbd-layout): Check the
Kenichi Handa [Tue, 21 Nov 2006 01:10:33 +0000 (01:10 +0000)]
(quail-insert-kbd-layout): Check the
length of (cdr translation).
(quail-get-current-str): Check the length of (cdr def).

18 years agoVersion number update.
J.D. Smith [Mon, 20 Nov 2006 21:42:26 +0000 (21:42 +0000)]
Version number update.

18 years ago(idlwave-html-help-location): Fail gracefully for missing help packages.
J.D. Smith [Mon, 20 Nov 2006 21:41:00 +0000 (21:41 +0000)]
(idlwave-html-help-location): Fail gracefully for missing help packages.
(idlwave-help-assistant-open-link): Open full links.
(idlwave-help-assistant-help-with-topic): Direct help link.

18 years ago(idlwave-mode): Set add-log-current-defun-function.
J.D. Smith [Mon, 20 Nov 2006 21:38:06 +0000 (21:38 +0000)]
(idlwave-mode): Set add-log-current-defun-function.
(idlwave-current-routine-fullname): Added, to support add-log.
(idlwave-convert-xml-system-routine-info): Simplify XML parsing
 to reflect improvements to xml-parse-file.
(idlwave-mode-menu-def): New binding for help-with-topic.

18 years ago(idlwave-shell-filter-directory): Handle extra newlines and spaces.
J.D. Smith [Mon, 20 Nov 2006 21:35:28 +0000 (21:35 +0000)]
(idlwave-shell-filter-directory): Handle extra newlines and spaces.
(idlwave-shell-mode-map): Add help-with-topic.

18 years ago(concat) [!__GNUC__]: Add prototype.
Eli Zaretskii [Mon, 20 Nov 2006 20:57:06 +0000 (20:57 +0000)]
(concat) [!__GNUC__]: Add prototype.

18 years ago(tutorial-warning-face): New face.
Chong Yidong [Mon, 20 Nov 2006 20:43:36 +0000 (20:43 +0000)]
(tutorial-warning-face): New face.
(tutorial--detailed-help, tutorial--display-changes): Use it.
(tutorial--find-changed-keys): Check ESC-prefix binding specially.
Improve search pattern for occurrences of changed keys.

18 years ago* tutorial.el (tutorial-warning-face): New face.
Chong Yidong [Mon, 20 Nov 2006 20:43:22 +0000 (20:43 +0000)]
* tutorial.el (tutorial-warning-face): New face.
(tutorial--detailed-help, tutorial--display-changes): Use it.
(tutorial--find-changed-keys): Check ESC-prefix binding specially.
Improve search pattern for occurrences of changed keys.

18 years agoCorrect wording in 2006-11-15 entry.
Chong Yidong [Mon, 20 Nov 2006 16:21:26 +0000 (16:21 +0000)]
Correct wording in 2006-11-15 entry.

18 years ago(Fread_file_name_internal): Use SBYTES (not SCHARS) to
Kenichi Handa [Mon, 20 Nov 2006 12:14:46 +0000 (12:14 +0000)]
(Fread_file_name_internal): Use SBYTES (not SCHARS) to
check the tailing slash of a filename.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 20 Nov 2006 12:14:29 +0000 (12:14 +0000)]
*** empty log message ***

18 years ago(Fread_file_name_internal): Use SBYTES (not SCHARS) to
Kenichi Handa [Mon, 20 Nov 2006 12:10:54 +0000 (12:10 +0000)]
(Fread_file_name_internal): Use SBYTES (not SCHARS) to
check the tailing slash of a filename.

18 years ago(x-last-cut-buffer-coding): New variable.
Jan Djärv [Mon, 20 Nov 2006 07:43:41 +0000 (07:43 +0000)]
(x-last-cut-buffer-coding): New variable.
(x-select-text): Set it.
(x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
when checking for newness.

18 years agoMerge from erc--emacs--22
Miles Bader [Mon, 20 Nov 2006 06:50:29 +0000 (06:50 +0000)]
Merge from erc--emacs--22

Merge from my ERC Emacs 22 integration branch.  The version is now "5.2
stable pre-release".  This will probably be the last change to the
version of ERC in Emacs 22 before the release, pending any bugfixes.  For
details on the changes, see the lisp/erc/ChangeLog file.

Note that ERC is now invoked with M-x erc, not M-x erc-select.  If you
were using the old `erc' function programmatically, use `erc-open'
instead.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520
Creator:  Michael Olson <mwolson@gnu.org>

18 years ago*** empty log message ***
Kenichi Handa [Mon, 20 Nov 2006 02:48:15 +0000 (02:48 +0000)]
*** empty log message ***

18 years ago(Fvertical_motion): Include composition in the case of
Kenichi Handa [Mon, 20 Nov 2006 02:47:15 +0000 (02:47 +0000)]
(Fvertical_motion): Include composition in the case of
overshoot expected.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 20 Nov 2006 02:43:10 +0000 (02:43 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 167)

   - Update from CVS

2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
   and comment it.

   * lisp/gnus/nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-518

18 years agoUpdated.
Kenichi Handa [Mon, 20 Nov 2006 02:28:23 +0000 (02:28 +0000)]
Updated.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Nov 2006 02:14:45 +0000 (02:14 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 20 Nov 2006 00:35:02 +0000 (00:35 +0000)]
*** empty log message ***

18 years ago(ebnf-stop-on-error): Fix typo in docstring.
Juanma Barranquero [Sun, 19 Nov 2006 23:45:35 +0000 (23:45 +0000)]
(ebnf-stop-on-error): Fix typo in docstring.

18 years ago(posn-image): Fix typo in docstring.
Juanma Barranquero [Sun, 19 Nov 2006 23:42:37 +0000 (23:42 +0000)]
(posn-image): Fix typo in docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 19 Nov 2006 23:35:01 +0000 (23:35 +0000)]
*** empty log message ***

18 years agoRephrase some font-lock-multiline text.
Stefan Monnier [Sun, 19 Nov 2006 19:27:29 +0000 (19:27 +0000)]
Rephrase some font-lock-multiline text.

18 years ago(regexp-opt): Doc fix.
Juanma Barranquero [Sun, 19 Nov 2006 17:49:47 +0000 (17:49 +0000)]
(regexp-opt): Doc fix.

18 years ago(glasses-separate-parentheses-exceptions): New. Exceptions to the rule "add
Juanma Barranquero [Sun, 19 Nov 2006 16:56:09 +0000 (16:56 +0000)]
(glasses-separate-parentheses-exceptions): New.  Exceptions to the rule "add
a space between an identifier and an opening parenthesis".  Defaulted to the
`#define' problem of cpp.
(glasses-parenthesis-exception-p): New.  Check if the region is an exception
regarding to that.
(glasses-make-readable): Use it.
(glasses-convert-to-unreadable): Ditto.  Modify the file also if
`glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.

18 years ago* emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
Chong Yidong [Sun, 19 Nov 2006 15:19:51 +0000 (15:19 +0000)]
* emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.

18 years ago(byte-compile-if): Revert last change.
Chong Yidong [Sun, 19 Nov 2006 15:19:39 +0000 (15:19 +0000)]
(byte-compile-if): Revert last change.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Nov 2006 12:45:19 +0000 (12:45 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 19 Nov 2006 01:44:03 +0000 (01:44 +0000)]
*** empty log message ***

18 years ago(ada-make-body-gnatstub): Fix typo.
Juanma Barranquero [Sun, 19 Nov 2006 01:36:04 +0000 (01:36 +0000)]
(ada-make-body-gnatstub): Fix typo.
(ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.

18 years ago(ada-make-body): Fix typo.
Juanma Barranquero [Sun, 19 Nov 2006 01:35:31 +0000 (01:35 +0000)]
(ada-make-body): Fix typo.

18 years ago(Fdisplay_supports_face_attributes_p): Initialize
Andreas Schwab [Sun, 19 Nov 2006 01:26:00 +0000 (01:26 +0000)]
(Fdisplay_supports_face_attributes_p): Initialize
supports.

18 years ago(Fx_popup_menu): Initialize selection.
Andreas Schwab [Sun, 19 Nov 2006 01:24:41 +0000 (01:24 +0000)]
(Fx_popup_menu): Initialize selection.

18 years agoAdd three additional files to commit. emacs-pretest-22.0.91
Chong Yidong [Sat, 18 Nov 2006 21:47:06 +0000 (21:47 +0000)]
Add three additional files to commit.

18 years agoRegenerate.
Chong Yidong [Sat, 18 Nov 2006 21:46:46 +0000 (21:46 +0000)]
Regenerate.

18 years agoBump version to 22.0.91
Chong Yidong [Sat, 18 Nov 2006 21:45:26 +0000 (21:45 +0000)]
Bump version to 22.0.91

18 years agocus-load.el need no longer be committed.
Chong Yidong [Sat, 18 Nov 2006 21:42:07 +0000 (21:42 +0000)]
cus-load.el need no longer be committed.

18 years agoRemove cus-load.el
Chong Yidong [Sat, 18 Nov 2006 21:40:45 +0000 (21:40 +0000)]
Remove cus-load.el

18 years agoRegenerate.
Chong Yidong [Sat, 18 Nov 2006 21:39:18 +0000 (21:39 +0000)]
Regenerate.

18 years agoRegenerate
Chong Yidong [Sat, 18 Nov 2006 21:38:06 +0000 (21:38 +0000)]
Regenerate

18 years ago** Prevent byte compiler from causing spurious string sharing
Chong Yidong [Sat, 18 Nov 2006 21:07:44 +0000 (21:07 +0000)]
** Prevent byte compiler from causing spurious string sharing
when it optimizes away calls to functions such as concat.
Fixed.

18 years ago(byte-compile-maybe-guarded): Check `and' conditions for function or
Chong Yidong [Sat, 18 Nov 2006 21:07:17 +0000 (21:07 +0000)]
(byte-compile-maybe-guarded): Check `and' conditions for function or
variable bindings.

18 years ago* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
Chong Yidong [Sat, 18 Nov 2006 21:07:01 +0000 (21:07 +0000)]
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
conditions for function or variable bindings.

18 years ago** Fix problems introduced by changing EMACS=t to EMACS=/you/know/where
Chong Yidong [Sat, 18 Nov 2006 21:05:06 +0000 (21:05 +0000)]
** Fix problems introduced by changing EMACS=t to EMACS=/you/know/where
Resolved.

18 years ago(comint-exec-1): Set EMACS and INSIDE_EMACS to t.
Chong Yidong [Sat, 18 Nov 2006 21:01:33 +0000 (21:01 +0000)]
(comint-exec-1): Set EMACS and INSIDE_EMACS to t.

18 years ago(compilation-start): Set EMACS and INSIDE_EMACS to t.
Chong Yidong [Sat, 18 Nov 2006 21:01:11 +0000 (21:01 +0000)]
(compilation-start): Set EMACS and INSIDE_EMACS to t.

18 years ago* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
Chong Yidong [Sat, 18 Nov 2006 21:00:35 +0000 (21:00 +0000)]
* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.

* progmodes/compile.el (compilation-start): Ditto.

18 years ago(Interactive Shell): INSIDE_EMACS is set to t, and EMACS is deprecated.
Chong Yidong [Sat, 18 Nov 2006 21:00:16 +0000 (21:00 +0000)]
(Interactive Shell): INSIDE_EMACS is set to t, and EMACS is deprecated.

18 years ago* misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
Chong Yidong [Sat, 18 Nov 2006 20:59:10 +0000 (20:59 +0000)]
* misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
and EMACS is deprecated.

18 years agoAddition of INSIDE_EMACS, and deprecation of EMACS.
Chong Yidong [Sat, 18 Nov 2006 20:58:52 +0000 (20:58 +0000)]
Addition of INSIDE_EMACS, and deprecation of EMACS.