]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(Fgarbage_collect): If nextb->text->inhibit_shrinking is
Kenichi Handa [Fri, 23 Feb 2007 06:03:41 +0000 (06:03 +0000)]
(Fgarbage_collect): If nextb->text->inhibit_shrinking is
nonzero, don't shrink the buffer nextb.

18 years ago(struct buffer_text): New member inhibit_shrinking.
Kenichi Handa [Fri, 23 Feb 2007 06:02:58 +0000 (06:02 +0000)]
(struct buffer_text): New member inhibit_shrinking.

18 years ago(coding_alloc_by_making_gap): New arg offset.
Kenichi Handa [Fri, 23 Feb 2007 06:02:23 +0000 (06:02 +0000)]
(coding_alloc_by_making_gap): New arg offset.
(alloc_destination): Call coding_alloc_by_making_gap with the arg
offset.
(decode_coding_iso_2022): Update coding->safe_charsets.
(decode_coding_gap): Temporarily set
current_buffer->text->inhibit_shrinking to 1.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Feb 2007 11:25:40 +0000 (11:25 +0000)]
*** empty log message ***

18 years ago(x_draw_composite_glyph_string_foreground): Fix
Kenichi Handa [Tue, 20 Feb 2007 11:25:27 +0000 (11:25 +0000)]
(x_draw_composite_glyph_string_foreground): Fix
indexing into elements of s->cmp and s->char2b.

18 years ago(x_draw_composite_glyph_string_foreground): Don't
Kenichi Handa [Tue, 20 Feb 2007 11:02:20 +0000 (11:02 +0000)]
(x_draw_composite_glyph_string_foreground): Don't
increment s->gidx for TAB.

18 years agoNew version
Vinicius Jose Latorre [Fri, 16 Feb 2007 13:39:34 +0000 (13:39 +0000)]
New version

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 Feb 2007 10:27:37 +0000 (10:27 +0000)]
*** empty log message ***

18 years ago(RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
Juanma Barranquero [Fri, 16 Feb 2007 10:26:29 +0000 (10:26 +0000)]
(RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 16 Feb 2007 06:37:36 +0000 (06:37 +0000)]
*** empty log message ***

18 years ago(GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
Kenichi Handa [Fri, 16 Feb 2007 06:37:28 +0000 (06:37 +0000)]
(GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
target_multibyte instead of multibyte.
(re_match_2_internal): Call bcmp_translate with target_multibyte.
(bcmp_translate): Change the argument name from multibyte to
target_multibyte.

18 years ago(search.o): Depend on charset.h.
Kenichi Handa [Thu, 15 Feb 2007 11:29:31 +0000 (11:29 +0000)]
(search.o): Depend on charset.h.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Feb 2007 11:29:15 +0000 (11:29 +0000)]
*** empty log message ***

18 years ago(multibyte_char_to_unibyte_safe): New function.
Kenichi Handa [Thu, 15 Feb 2007 11:27:15 +0000 (11:27 +0000)]
(multibyte_char_to_unibyte_safe): New function.

18 years agoInclude "charset.h".
Kenichi Handa [Thu, 15 Feb 2007 11:26:52 +0000 (11:26 +0000)]
Include "charset.h".
(compile_pattern_1): Delete argument multibyte.  Don't set
cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
(compile_pattern): Don't compare cp->buf.target_multibyte.
Compare cp->buf.charset_unibyte.
(compile_pattern): Set cp->buf.target_multibyte.

18 years ago(multibyte_char_to_unibyte_safe): Extern it.
Kenichi Handa [Thu, 15 Feb 2007 11:24:51 +0000 (11:24 +0000)]
(multibyte_char_to_unibyte_safe): Extern it.

18 years ago(struct re_pattern_buffer): New meumber charset_unibyte.
Kenichi Handa [Thu, 15 Feb 2007 11:24:16 +0000 (11:24 +0000)]
(struct re_pattern_buffer): New meumber charset_unibyte.

18 years ago(RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
Kenichi Handa [Thu, 15 Feb 2007 11:23:52 +0000 (11:23 +0000)]
(RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
multibte.  Callers changed.
(RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
(MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Deleted.  Callers
changed to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE
respectively.
(SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
(SETUP_MULTIBYTE_RANGE): Generate more compact range_table.
(regex_compile): Make the compiled pattern usable both for
multibyte and unibyte targets.
(analyse_first): Make the fastmap usable both for multibyte and
unibyte targets.
(TRANSLATE_VIA_MULTIBYTE): Deleted.
(re_match_2_internal): Pay attention to the case that the
multibyteness of bufp and target may be different.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Feb 2007 04:38:10 +0000 (04:38 +0000)]
*** empty log message ***

18 years ago(x_produce_glyphs): When a font is not found, make the
Kenichi Handa [Wed, 14 Feb 2007 04:34:43 +0000 (04:34 +0000)]
(x_produce_glyphs): When a font is not found, make the
empty box occupy at least one column width.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Feb 2007 01:31:09 +0000 (01:31 +0000)]
*** empty log message ***

18 years agoSynch with HEAD.
Kenichi Handa [Wed, 14 Feb 2007 01:30:39 +0000 (01:30 +0000)]
Synch with HEAD.

18 years agoMerge from emacs--devo--0
Miles Bader [Tue, 13 Feb 2007 12:28:05 +0000 (12:28 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 637)

   - Remove RCS keywords

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

18 years agoRemove RCS keywords
Miles Bader [Tue, 13 Feb 2007 12:25:18 +0000 (12:25 +0000)]
Remove RCS keywords

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

18 years agoMerge from emacs--devo--0
Miles Bader [Tue, 13 Feb 2007 12:14:16 +0000 (12:14 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-636)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

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

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 13 Feb 2007 12:13:16 +0000 (12:13 +0000)]
*** empty log message ***

18 years ago(byte-compile-dest-file, byte-compile-file): Doc fixes.
Juanma Barranquero [Tue, 13 Feb 2007 12:07:26 +0000 (12:07 +0000)]
(byte-compile-dest-file, byte-compile-file): Doc fixes.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 13 Feb 2007 08:28:48 +0000 (08:28 +0000)]
*** empty log message ***

18 years ago(MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
YAMAMOTO Mitsuharu [Tue, 13 Feb 2007 08:28:39 +0000 (08:28 +0000)]
(MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
(mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
MakeMeTheFrontProcess.

18 years ago(Fx_focus_frame): Move current process to foreground if
YAMAMOTO Mitsuharu [Tue, 13 Feb 2007 08:28:31 +0000 (08:28 +0000)]
(Fx_focus_frame): Move current process to foreground if
it is not.
[TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
#ifdef MAC_OSX.
(Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
Fmac_set_font_panel_visibility.  All uses changed.  Rename argument
VISIBLE to FLAG.

18 years agoSync with src/config.in.
YAMAMOTO Mitsuharu [Tue, 13 Feb 2007 08:28:10 +0000 (08:28 +0000)]
Sync with src/config.in.

18 years agoChange all uses of
YAMAMOTO Mitsuharu [Tue, 13 Feb 2007 08:27:47 +0000 (08:27 +0000)]
Change all uses of
mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
(mac-ae-number): Return integer 0 if coerced result is float 0.0.
(mac-ae-get-url): Call select-frame-set-input-focus.
(mac-dnd-handle-drag-n-drop-event): Don't call
select-frame-set-input-focus.

18 years agoAdd section for icons that are a part of Emacs.
Bill Wohler [Tue, 13 Feb 2007 06:34:01 +0000 (06:34 +0000)]
Add section for icons that are a part of Emacs.

18 years ago*** empty log message ***
Bill Wohler [Tue, 13 Feb 2007 06:33:33 +0000 (06:33 +0000)]
*** empty log message ***

18 years agoFix documentation of category `a'.
Kenichi Handa [Tue, 13 Feb 2007 02:47:32 +0000 (02:47 +0000)]
Fix documentation of category `a'.

18 years agocopyright info for etc/emacs.icon added.
Chong Yidong [Mon, 12 Feb 2007 23:34:53 +0000 (23:34 +0000)]
copyright info for etc/emacs.icon added.

18 years agoAdd copyright information for emacs.icon (from authors.el).
Chong Yidong [Mon, 12 Feb 2007 23:34:27 +0000 (23:34 +0000)]
Add copyright information for emacs.icon (from authors.el).

18 years agoman/back.texi removed from CVS.
Chong Yidong [Mon, 12 Feb 2007 22:14:21 +0000 (22:14 +0000)]
man/back.texi removed from CVS.

18 years agoback.texi: Remove unused file.
Chong Yidong [Mon, 12 Feb 2007 22:13:59 +0000 (22:13 +0000)]
back.texi: Remove unused file.

18 years ago* back.texi: Remove unused file.
Chong Yidong [Mon, 12 Feb 2007 22:13:46 +0000 (22:13 +0000)]
* back.texi: Remove unused file.

18 years agoUnknown copyrights for emacs.xbm and gnu.xpm:
Chong Yidong [Mon, 12 Feb 2007 21:51:58 +0000 (21:51 +0000)]
Unknown copyrights for emacs.xbm and gnu.xpm:
Remove images, which are unused.

18 years agoUnused file removed.
Chong Yidong [Mon, 12 Feb 2007 21:51:11 +0000 (21:51 +0000)]
Unused file removed.

18 years ago* emacs.xbm: Unused file removed.
Chong Yidong [Mon, 12 Feb 2007 21:48:30 +0000 (21:48 +0000)]
* emacs.xbm: Unused file removed.

18 years agoRemove emacs.xbm, which is not used by anything.
Chong Yidong [Mon, 12 Feb 2007 21:47:55 +0000 (21:47 +0000)]
Remove emacs.xbm, which is not used by anything.

18 years agoCopyrights to images in etc/image/mail resolved.
Chong Yidong [Mon, 12 Feb 2007 21:44:51 +0000 (21:44 +0000)]
Copyrights to images in etc/image/mail resolved.

18 years agoState origins of reply-to and reply-from.
Chong Yidong [Mon, 12 Feb 2007 21:44:10 +0000 (21:44 +0000)]
State origins of reply-to and reply-from.
repack.xpm overwritten with new version with known copyright info.

18 years agoConverted from repack.xpm.
Chong Yidong [Mon, 12 Feb 2007 21:43:31 +0000 (21:43 +0000)]
Converted from repack.xpm.

18 years agoNew version, from package-x-generic in Gnome sources.
Chong Yidong [Mon, 12 Feb 2007 21:40:25 +0000 (21:40 +0000)]
New version, from package-x-generic in Gnome sources.

18 years agoNew file.
Chong Yidong [Mon, 12 Feb 2007 21:23:38 +0000 (21:23 +0000)]
New file.

18 years agoRemoved info.xpm and info.pbm, replaced with GTK versions.
Chong Yidong [Mon, 12 Feb 2007 19:12:43 +0000 (19:12 +0000)]
Removed info.xpm and info.pbm, replaced with GTK versions.

18 years agoConvert from info.xpm
Chong Yidong [Mon, 12 Feb 2007 19:12:04 +0000 (19:12 +0000)]
Convert from info.xpm

18 years agoConvert from info.png in GTK 2 sources.
Chong Yidong [Mon, 12 Feb 2007 19:11:43 +0000 (19:11 +0000)]
Convert from info.png in GTK 2 sources.

18 years agoAdd info.xbm and info.xpm from GTK sources, replacing
Chong Yidong [Mon, 12 Feb 2007 19:11:15 +0000 (19:11 +0000)]
Add info.xbm and info.xpm from GTK sources, replacing
unknown-copyright versions.

18 years agoDetails for Red Hat icons added.
Chong Yidong [Mon, 12 Feb 2007 18:32:42 +0000 (18:32 +0000)]
Details for Red Hat icons added.

18 years agoAdd copyright information for Red Hat Insight debugger
Chong Yidong [Mon, 12 Feb 2007 18:32:22 +0000 (18:32 +0000)]
Add copyright information for Red Hat Insight debugger

18 years ago** Fix the places that use colors without calling gamma_correct.
Chong Yidong [Mon, 12 Feb 2007 18:13:27 +0000 (18:13 +0000)]
** Fix the places that use colors without calling gamma_correct.
Fixed.

18 years ago(x_set_screen_gamma): Clear face cache.
Chong Yidong [Mon, 12 Feb 2007 18:13:00 +0000 (18:13 +0000)]
(x_set_screen_gamma): Clear face cache.

18 years ago* frame.c (x_set_screen_gamma): Clear face cache.
Chong Yidong [Mon, 12 Feb 2007 18:12:34 +0000 (18:12 +0000)]
* frame.c (x_set_screen_gamma): Clear face cache.

18 years ago(grep): Mention lgrep and rgrep in the
Dan Nicolaescu [Mon, 12 Feb 2007 06:44:47 +0000 (06:44 +0000)]
(grep): Mention lgrep and rgrep in the
docstring.

18 years ago* net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
Michael Albinus [Mon, 12 Feb 2007 06:19:54 +0000 (06:19 +0000)]
* net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
(tramp-get-remote-ln): Handle error case.  Reported by Chris Moore
<dooglus@gmail.com>.

18 years agoFix doc.
Vinicius Jose Latorre [Mon, 12 Feb 2007 02:58:27 +0000 (02:58 +0000)]
Fix doc.

18 years agoGroup together all XEmacs/Emacs definitions.
Vinicius Jose Latorre [Mon, 12 Feb 2007 02:16:00 +0000 (02:16 +0000)]
Group together all XEmacs/Emacs definitions.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 11 Feb 2007 22:30:21 +0000 (22:30 +0000)]
*** empty log message ***

18 years ago(ctl-x-map): Remove register compatibility bindings
Kim F. Storm [Sun, 11 Feb 2007 22:11:48 +0000 (22:11 +0000)]
(ctl-x-map): Remove register compatibility bindings
C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).

18 years ago(indent-sexp): Clean up termination condition -- don't fail to stop at endpos.
Richard M. Stallman [Sun, 11 Feb 2007 11:12:20 +0000 (11:12 +0000)]
(indent-sexp): Clean up termination condition -- don't fail to stop at endpos.

18 years ago(unload-feature): Handle (t . SYMBOL) entries in load history.
Richard M. Stallman [Sun, 11 Feb 2007 11:11:09 +0000 (11:11 +0000)]
(unload-feature): Handle (t . SYMBOL) entries in load history.

18 years ago* textmodes/org.el (org-agenda-get-todos)
Carsten Dominik [Sun, 11 Feb 2007 07:14:38 +0000 (07:14 +0000)]
* textmodes/org.el (org-agenda-get-todos)
(org-agenda-get-timestamps, org-agenda-get-closed)
(org-agenda-get-deadlines, org-agenda-get-scheduled)
(org-agenda-get-blocks, org-format-agenda-item)
(org-agenda-change-all-lines, org-scan-tags): Rename text property
from `category' to `org-category'.

18 years ago*** empty log message ***
Carsten Dominik [Sun, 11 Feb 2007 07:14:02 +0000 (07:14 +0000)]
*** empty log message ***

18 years agoRevert previous change, since I'm not sure it is correct.
Glenn Morris [Sun, 11 Feb 2007 04:08:01 +0000 (04:08 +0000)]
Revert previous change, since I'm not sure it is correct.

18 years ago*** empty log message ***
Glenn Morris [Sun, 11 Feb 2007 04:06:32 +0000 (04:06 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Glenn Morris [Sun, 11 Feb 2007 03:33:04 +0000 (03:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Glenn Morris [Sun, 11 Feb 2007 03:05:52 +0000 (03:05 +0000)]
*** empty log message ***

18 years agoInitial version.
Glenn Morris [Sun, 11 Feb 2007 02:56:24 +0000 (02:56 +0000)]
Initial version.

18 years ago(titdic-convert): Force files be
Kenichi Handa [Sun, 11 Feb 2007 02:33:56 +0000 (02:33 +0000)]
(titdic-convert): Force files be
written with Unix-like eol format.  Read files under CXTERM-DIC by
raw-text.
(miscdic-convert): Force files be written with Unix-like eol
format.

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 11 Feb 2007 02:30:55 +0000 (02:30 +0000)]
*** empty log message ***

18 years ago(change-major-mode-with-file-name): Fix typo in docstring.
Juanma Barranquero [Sun, 11 Feb 2007 02:28:57 +0000 (02:28 +0000)]
(change-major-mode-with-file-name): Fix typo in docstring.

18 years agoRegenerate with updated copyright info.
Glenn Morris [Sun, 11 Feb 2007 02:20:54 +0000 (02:20 +0000)]
Regenerate with updated copyright info.

18 years agoReflow docstrings.
Juanma Barranquero [Sun, 11 Feb 2007 02:16:37 +0000 (02:16 +0000)]
Reflow docstrings.

18 years agoRemove file (split into default/README and folder/README
Glenn Morris [Sun, 11 Feb 2007 02:14:43 +0000 (02:14 +0000)]
Remove file (split into default/README and folder/README

18 years agoFix typos.
Glenn Morris [Sun, 11 Feb 2007 02:13:51 +0000 (02:13 +0000)]
Fix typos.

18 years agoRegenerate.
Glenn Morris [Sun, 11 Feb 2007 02:04:26 +0000 (02:04 +0000)]
Regenerate.

18 years agoGnus logo is assigned to FSF, so remove separate copyright notice.
Glenn Morris [Sun, 11 Feb 2007 02:04:11 +0000 (02:04 +0000)]
Gnus logo is assigned to FSF, so remove separate copyright notice.

18 years agoMove icons legal info to separate icons/README.
Glenn Morris [Sun, 11 Feb 2007 01:56:30 +0000 (01:56 +0000)]
Move icons legal info to separate icons/README.

18 years agoInitial version.
Glenn Morris [Sun, 11 Feb 2007 01:56:01 +0000 (01:56 +0000)]
Initial version.

18 years agoMove ezimage legal info to separate ezimage/README.
Glenn Morris [Sun, 11 Feb 2007 01:54:27 +0000 (01:54 +0000)]
Move ezimage legal info to separate ezimage/README.

18 years ago*** empty log message ***
Glenn Morris [Sun, 11 Feb 2007 01:25:52 +0000 (01:25 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 11 Feb 2007 01:23:52 +0000 (01:23 +0000)]
*** empty log message ***

18 years agoSwitch to standard GPL text for license.
Glenn Morris [Sun, 11 Feb 2007 01:18:25 +0000 (01:18 +0000)]
Switch to standard GPL text for license.

18 years ago(calculator-mode-map): Fix typo in menu entry.
Juanma Barranquero [Sun, 11 Feb 2007 01:14:59 +0000 (01:14 +0000)]
(calculator-mode-map): Fix typo in menu entry.
(calculator-prompt): Doc fix.

18 years agoNew entry.
Juanma Barranquero [Sun, 11 Feb 2007 00:58:12 +0000 (00:58 +0000)]
New entry.

18 years agoAdd copyright and license notices.
Glenn Morris [Sun, 11 Feb 2007 00:47:36 +0000 (00:47 +0000)]
Add copyright and license notices.

18 years agoAdd copyright and license notices (file written by Eric Raymond, who
Glenn Morris [Sun, 11 Feb 2007 00:39:51 +0000 (00:39 +0000)]
Add copyright and license notices (file written by Eric Raymond, who
has assignment).

18 years agoSwitch to standard GPL text for license.
Glenn Morris [Sun, 11 Feb 2007 00:15:39 +0000 (00:15 +0000)]
Switch to standard GPL text for license.

18 years ago*** empty log message ***
Glenn Morris [Sat, 10 Feb 2007 23:27:38 +0000 (23:27 +0000)]
*** empty log message ***

18 years agoAdd copyright and license notice.
Glenn Morris [Sat, 10 Feb 2007 23:08:05 +0000 (23:08 +0000)]
Add copyright and license notice.

18 years agoFix typo in previous change.
Glenn Morris [Sat, 10 Feb 2007 22:43:39 +0000 (22:43 +0000)]
Fix typo in previous change.

18 years ago*** empty log message ***
Glenn Morris [Sat, 10 Feb 2007 22:41:35 +0000 (22:41 +0000)]
*** empty log message ***

18 years agoAdd legal comment on copyright issue.
Glenn Morris [Sat, 10 Feb 2007 22:34:45 +0000 (22:34 +0000)]
Add legal comment on copyright issue.

18 years ago*** empty log message ***
Glenn Morris [Sat, 10 Feb 2007 22:28:36 +0000 (22:28 +0000)]
*** empty log message ***

18 years ago(calculator): Adjust previous adjustment.
Jay Belanger [Sat, 10 Feb 2007 22:25:51 +0000 (22:25 +0000)]
(calculator): Adjust previous adjustment.