..
bitmaps
Add copyright and license information.
2007-02-03 23:03:40 +00:00
m
Merge from emacs--rel--22
2008-03-01 01:28:31 +00:00
s
* configure.in: Remove references to obsolete variables and
2008-02-24 18:53:07 +00:00
.arch-inventory
.dbxinit
.gdbinit
Don't set `args', it breaks gdb --args.
2008-02-15 22:42:02 +00:00
.gitignore
Add oo.
2008-03-04 10:29:47 +00:00
acldef.h
Add legal comment on copyright issue.
2007-02-10 22:34:45 +00:00
alloc.c
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
atimer.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
atimer.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
blockinput.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
buffer.c
(Vtransient_mark_mode): Move docstring to simple.el to
2008-04-02 20:15:11 +00:00
buffer.h
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2008-03-20 18:38:34 +00:00
bytecode.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
callint.c
(Fcall_interactively): Handle temporary region even when
2008-04-03 16:36:47 +00:00
callproc.c
* process.c (Fstart_process):
2008-02-06 03:16:10 +00:00
casefiddle.c
(casify_object): Fix up int/EMACS_INT mixup.
2008-04-01 06:02:20 +00:00
casetab.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
category.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
category.h
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
ccl.c
* xselect.c (x_handle_dnd_message):
2008-02-07 04:11:05 +00:00
ccl.h
(smerge-auto-combine-max-separation): New var.
2008-02-13 15:10:57 +00:00
ChangeLog
(struct frame): Give one more bit to `visible' since we use
2008-04-04 17:56:23 +00:00
ChangeLog.1
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.2
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.3
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.4
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.5
*** empty log message ***
2008-02-22 19:04:20 +00:00
ChangeLog.6
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.7
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
ChangeLog.8
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
ChangeLog.9
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ChangeLog.10
Fix typos.
2008-02-21 07:55:42 +00:00
character.c
(char_resolve_modifier_mask): Fix previous change.
2008-03-05 05:12:06 +00:00
character.h
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
2008-02-12 21:27:54 +00:00
charset.c
(Funibyte_charset, Fset_unibyte_charset): Remove.
2008-04-01 00:54:03 +00:00
charset.h
(CHECK_CHARSET, CHECK_CHARSET_GET_ID, CHECK_CHARSET_GET_ATTR):
2008-02-22 17:24:05 +00:00
chartab.c
(make_sub_char_table): Remove noop-yet-incorrect statement.
2008-02-06 03:03:52 +00:00
chpdef.h
Add legal comment on copyright issue.
2007-02-10 22:34:45 +00:00
cm.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
cm.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
cmds.c
(Fforward_char, Fbackward_char, Fforward_line)
2008-04-02 20:15:21 +00:00
coding.c
(CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
2008-04-03 12:31:27 +00:00
coding.h
Use AREF, not ASLOT.
2008-02-14 01:05:46 +00:00
commands.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
composite.c
Fix comment typo.
2008-02-21 07:55:04 +00:00
composite.h
(Fcompose_region_internal, Fcompose_string_internal): Declare.
2008-02-06 03:10:25 +00:00
config.in
Regenerate.
2008-03-05 20:05:16 +00:00
COPYING
Change to GPLv3.
2007-07-25 07:00:38 +00:00
data.c
(syms_of_data): Mark most-positive-fixnum and
2008-03-26 18:14:02 +00:00
dbusbind.c
* dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
2008-03-30 12:38:49 +00:00
dired.c
(Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2008-03-14 17:31:09 +00:00
dispextern.h
(CHAR_GLYPH_SPACE_P): Check for default face.
2008-03-01 22:30:51 +00:00
dispnew.c
Merge from emacs--rel--22
2008-03-10 00:49:47 +00:00
disptab.h
(GLYPH_SIMPLE_P): Rewrite.
2008-02-27 22:48:58 +00:00
doc.c
* xselect.c (x_handle_dnd_message):
2008-02-07 04:11:05 +00:00
doprnt.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
dosfns.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
dosfns.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
ecrt0.c
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
editfns.c
(Fchar_equal): Check they are valid characters.
2008-03-17 20:23:06 +00:00
emacs-icon.h
* w32term.c: Remove unused include "gnu.h".
2008-03-03 06:32:13 +00:00
emacs.c
(main): Revert previous change.
2008-03-14 02:40:21 +00:00
epaths.in
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
eval.c
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2008-03-19 17:04:18 +00:00
fileio.c
(Fexpand_file_name): Fix last change.
2008-03-29 15:28:57 +00:00
filelock.c
* configure.in: Remove references to obsolete variables and
2008-02-24 18:53:07 +00:00
filemode.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
firstfile.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
floatfns.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
fns.c
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2008-03-19 17:04:18 +00:00
font.c
(font_unparse_fcname): Increase len when style is a symbol.
2008-03-01 20:21:03 +00:00
font.h
(uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2008-04-03 12:37:44 +00:00
fontset.c
(Ffontset_info): Remove extra ;
2008-03-10 08:11:30 +00:00
fontset.h
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
frame.c
* keyboard.c (pending_funcalls): New var.
2008-03-29 01:46:10 +00:00
frame.h
(struct frame): Give one more bit to `visible' since we use
2008-04-04 17:56:23 +00:00
fringe.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
ftfont.c
(ftfont_get_open_type_spec): Check spec->script, not val.
2008-04-03 08:17:15 +00:00
ftfont.h
Update copyright years and GPL version.
2008-02-02 04:35:05 +00:00
ftxfont.c
(ftxfont_draw): Pay attention to s->padding_p.
2008-02-25 01:45:47 +00:00
getloadavg.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
getpagesize.h
* movemail.c:
2008-01-13 00:43:55 +00:00
gmalloc.c
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
gtkutil.c
(xg_set_geometry): Fix indentation.
2008-03-30 17:38:09 +00:00
gtkutil.h
(xg_frame_resized): Renamed from xg_resize_widgets.
2008-03-01 14:57:46 +00:00
hftctl.c
image.c
Allow fine-grained image-cache flushing.
2008-02-24 13:36:39 +00:00
indent.c
(Fmove_to_column): Move declaration before statements.
2008-03-28 17:24:51 +00:00
indent.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
insdel.c
(insert_from_buffer_1): Don't compare bytes in destination
2008-04-03 20:01:31 +00:00
intervals.c
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2008-03-20 18:38:34 +00:00
intervals.h
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2008-03-20 18:38:34 +00:00
ioctl.h
keyboard.c
Restore support for the values identity' and only' for transient
2008-04-02 20:22:37 +00:00
keyboard.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
keymap.c
* subr.el (keymap-canonicalize): New function.
2008-04-04 17:31:20 +00:00
keymap.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
lastfile.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
lisp.h
* keyboard.c (pending_funcalls): New var.
2008-03-29 01:46:10 +00:00
lread.c
* fileio.c (Finsert_file_contents):
2008-03-20 18:13:12 +00:00
mac.c
Merge from emacs--rel--22
2008-01-22 23:53:46 +00:00
macfns.c
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
macgui.h
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
macmenu.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
macros.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
macros.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
macselect.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
macterm.c
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
macterm.h
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
Makefile.in
(clean): Remove emacs-*.*.* instead of emacs-*.
2008-03-04 13:29:18 +00:00
makefile.w32-in
(CONFIG_H): New variable. Use it to clean up
2008-04-03 13:16:13 +00:00
marker.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
md5.c
Update copyright for years from Emacs 21 to present (mainly adding
2007-01-14 03:38:22 +00:00
md5.h
Update copyright for years from Emacs 21 to present (mainly adding
2007-01-14 03:38:22 +00:00
mem-limits.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
minibuf.c
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2008-03-19 17:04:18 +00:00
mktime.c
Update copyright for years from Emacs 21 to present (mainly adding
2007-01-14 03:38:22 +00:00
msdos.c
(IT_write_glyphs): Adapt to new glyph type.
2008-02-27 22:49:21 +00:00
msdos.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
ndir.h
Add legal comment on copyright issue.
2007-02-10 22:34:45 +00:00
param.h
point.h
pre-crt0.c
prefix-args.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
print.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
process.c
(server_accept_connection): Simplify naming.
2008-03-27 20:52:24 +00:00
process.h
* process.h (struct Lisp_Process): Remove filter_multibyte.
2008-03-25 17:35:48 +00:00
puresize.h
Don't include CYGWIN in condition.
2008-02-01 23:29:14 +00:00
ralloc.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
README
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
regex.c
(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
2008-03-26 22:54:40 +00:00
regex.h
Update copyrights.
2008-02-12 21:26:23 +00:00
region-cache.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
region-cache.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
scroll.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
search.c
(boyer_moore): Fix incorrect synching of the trunk and
2008-02-11 05:25:24 +00:00
sheap.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
sound.c
(alsa_configure): Declare vol at beginning of block.
2008-03-10 08:10:51 +00:00
stamp-h.in
strftime.c
Update copyright for years from Emacs 21 to present (mainly adding
2007-01-14 03:38:22 +00:00
syntax.c
(Fforward_word): Add ^ interactive spec.
2008-04-02 20:15:32 +00:00
syntax.h
Use "do...while (0)", not "if (1)..else" in macro definitions.
2008-02-07 12:47:00 +00:00
sysdep.c
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
sysselect.h
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
syssignal.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
systime.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
systty.h
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
syswait.h
* movemail.c:
2008-01-13 00:43:55 +00:00
temacs.opt
term.c
(encode_terminal_code, produce_special_glyphs): Likewise.
2008-02-27 22:49:29 +00:00
termcap.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
termchar.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
termhooks.h
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
terminal.c
* keyboard.c (pending_funcalls): New var.
2008-03-29 01:46:10 +00:00
terminfo.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
termopts.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
textprop.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
tparam.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
uaf.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
undo.c
(last_boundary_buffer, last_boundary_position): New vars.
2008-04-04 16:59:52 +00:00
unexaix.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexalpha.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexcw.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexec.c
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
unexelf.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexhp9k800.c
(read_header): Replace legal' with valid'.
2008-02-05 02:45:30 +00:00
unexmacosx.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexmips.c
* configure.in: Remove references to obsolete variables and
2008-02-24 18:53:07 +00:00
unexnext.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
unexsol.c
unexw32.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
vlimit.h
vm-limit.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w16select.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
w32.c
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
2008-03-22 11:53:40 +00:00
w32.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32bdf.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
w32bdf.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32console.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
w32fns.c
(uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2008-04-03 13:11:29 +00:00
w32font.c
(w32font_text_extents): Use font's ascent and descent.
2008-04-04 23:05:43 +00:00
w32font.h
(uniscribe_check_otf): Declare.
2008-04-03 12:28:57 +00:00
w32gui.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32heap.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32heap.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32inevt.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
w32inevt.h
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
w32menu.c
(push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane,
2008-02-11 11:28:35 +00:00
w32proc.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
w32reg.c
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
w32select.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
w32term.c
* w32term.c: Remove unused include "gnu.h".
2008-03-03 06:32:13 +00:00
w32term.h
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2008-03-19 17:04:18 +00:00
w32uniscribe.c
(uniscribe_check_otf): Rearrange loop for counting features.
2008-04-04 12:08:14 +00:00
w32xfns.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
widget.c
Merge from emacs--rel--22
2008-01-08 20:46:54 +00:00
widget.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
widgetprv.h
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
window.c
(Fscroll_up, Fscroll_down, Fscroll_left)
2008-04-02 20:15:43 +00:00
window.h
* window.c (run_window_configuration_change_hook): New function.
2008-01-28 19:05:13 +00:00
xdisp.c
(try_window_id): Don't forget to reset delta_bytes.
2008-04-01 21:27:07 +00:00
xfaces.c
* dispextern.h (face_at_buffer_position, face_for_overlay_string)
2008-02-26 18:18:05 +00:00
xfns.c
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00
xfont.c
(xfont_draw): Pay attention to s->padding_p.
2008-02-25 01:44:26 +00:00
xftfont.c
(xftfont_draw): Pay attention to s->padding_p.
2008-02-25 01:43:55 +00:00
xmenu.c
* xselect.c (x_handle_dnd_message):
2008-02-07 04:11:05 +00:00
xrdb.c
Merge from emacs--devo--0
2008-01-09 01:21:15 +00:00
xselect.c
* xselect.c (x_handle_dnd_message):
2008-02-07 04:11:05 +00:00
xsmfns.c
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2008-02-09 18:03:10 +00:00
xterm.c
* keyboard.c (pending_funcalls): New var.
2008-03-29 01:46:10 +00:00
xterm.h
Consolidate the image_cache to the terminal struct.
2008-02-22 17:42:09 +00:00