..
bitmaps
Change bitmaps back to X11-compatible types.
2011-04-16 01:30:05 -07:00
m
Simplify Irix build, remove iris4d.h file.
2011-07-06 20:24:33 -07:00
s
Merge from trunk.
2011-07-19 13:33:28 -07:00
.dbxinit
.gdbinit
Tried and abandoned idea of displaying mode line and tool/menu-bars R2L.
2011-06-18 16:28:53 +03:00
.gitignore
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
alloc.c
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
atimer.c
* atimer.c (alarm_signal_handler, run_all_atimers): Now static.
2011-04-10 23:04:34 -07:00
atimer.h
* atimer.c (alarm_signal_handler, run_all_atimers): Now static.
2011-04-10 23:04:34 -07:00
autodeps.mk
Remove src/prefix-args.c.
2010-07-07 20:31:04 -07:00
bidi.c
* bidi.c (bidi_initialize): Remove unused local.
2011-08-15 11:54:18 -07:00
blockinput.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
buffer.c
src/buffer.c: Fix last change.
2011-07-28 20:46:21 +03:00
buffer.h
Remove unportable assumption about struct layout (Bug#8884).
2011-07-06 14:53:56 -07:00
bytecode.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
callint.c
Merge from trunk.
2011-07-09 00:06:04 -07:00
callproc.c
* callproc.c (Fcall_process): Avoid vfork clobbering
2011-08-03 20:08:01 -07:00
casefiddle.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
casetab.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
category.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
category.h
* category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
2011-06-17 01:17:29 -07:00
ccl.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
ccl.h
* ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
2011-04-10 23:43:21 -07:00
ChangeLog
Remove aborts from internal_condition_case*.
2011-08-17 17:40:13 -04:00
ChangeLog.1
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
ChangeLog.2
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
ChangeLog.3
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
2011-02-27 17:07:29 -08:00
ChangeLog.4
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
ChangeLog.5
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
ChangeLog.6
Fix typos.
2011-07-14 03:09:00 +02:00
ChangeLog.7
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
ChangeLog.8
Fix typos.
2011-02-23 20:56:30 +01:00
ChangeLog.9
ChangeLog fix.
2011-06-29 19:56:57 -07:00
ChangeLog.10
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
2011-02-27 17:07:29 -08:00
ChangeLog.11
Fix typos.
2011-04-13 13:58:47 +02:00
character.c
* src/character.c (Fcharacterp): Don't advertise optional ignored
2011-07-12 23:17:39 +02:00
character.h
merge trunk
2011-07-07 08:28:00 +09:00
charset.c
Variadic C functions now count arguments with ptrdiff_t.
2011-06-14 11:57:19 -07:00
charset.h
* character.h, charset.h: Use verify_expr, not verify_true.
2011-06-15 11:57:45 -07:00
chartab.c
Use uniprop tables instead of biditype.h and bidimirror.h.
2011-08-15 20:47:25 +03:00
cm.c
Protoize
2011-07-10 10:52:10 +02:00
cm.h
Make tparam.h and terminfo.c consistent.
2011-03-19 15:46:50 -07:00
cmds.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
coding.c
* coding.c (Fencode_coding_string): Record the last coding system
2011-07-01 13:03:55 +02:00
coding.h
* coding.h (coding, code_convert_region, encode_coding_gap): Remove
2011-04-10 23:58:57 -07:00
commands.h
* commands.h (last_point_position, last_point_position_buffer):
2011-04-11 00:02:21 -07:00
composite.c
* composite.c (autocmp_chars): Don't reset point.
2011-08-07 15:40:08 -04:00
composite.h
* lisp.h (UNSIGNED_CMP): New macro.
2011-06-12 16:25:12 -07:00
COPYING
data.c
* data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify much.
2011-07-14 22:08:05 +02:00
dbusbind.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
deps.mk
Use uniprop tables instead of biditype.h and bidimirror.h.
2011-08-15 20:47:25 +03:00
dired.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
dispextern.h
Use uniprop tables instead of biditype.h and bidimirror.h.
2011-08-15 20:47:25 +03:00
dispnew.c
Fix bug #9221 with memory leak in bidi display.
2011-08-05 14:04:44 +03:00
disptab.h
Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623)
2011-05-09 05:59:23 -04:00
doc.c
* src/doc.c (Fsubstitute_command_keys): Revert last change.
2011-07-15 17:31:36 +02:00
doprnt.c
* doprnt.c: Prefer signed to unsigned when either works.
2011-07-06 19:14:52 -07:00
dosfns.c
Adapt the MSDOS build to latest changes.
2011-04-30 13:31:17 +03:00
dosfns.h
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
editfns.c
Lisp code shouldn't use set-time-zone-rule except through setenv.
2011-08-08 11:53:35 -04:00
emacs-icon.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
emacs.c
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
emacsgtkfixed.c
Fix wm_size-hints race between KDE/KWin and Gtk+ 3.
2011-06-26 20:47:07 +02:00
emacsgtkfixed.h
Fix wm_size-hints race between KDE/KWin and Gtk+ 3.
2011-06-26 20:47:07 +02:00
epaths.in
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
eval.c
Remove aborts from internal_condition_case*.
2011-08-17 17:40:13 -04:00
fileio.c
Merge from trunk.
2011-07-19 13:33:28 -07:00
filelock.c
* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
2011-07-07 14:52:44 -07:00
firstfile.c
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
floatfns.c
Merge from trunk.
2011-07-10 23:05:57 -07:00
fns.c
Improve hashing quality when configured --with-wide-int.
2011-07-07 17:51:25 -07:00
font.c
Protoize
2011-07-10 10:20:10 +02:00
font.h
* font.c (font_intern_prop): Don't assume string length fits in int.
2011-06-19 22:51:47 -07:00
fontset.c
Merge from emacs-23 branch
2011-08-09 18:13:11 -04:00
fontset.h
* font.c, fontset.c: Make symbols static if they're not exported.
2011-04-13 16:22:35 -07:00
frame.c
Merge fix for Bug#4238 from trunk
2011-07-22 11:23:10 -04:00
frame.h
* buffer.c (Qclone_number): Remove for now, as it's unused.
2011-06-11 14:31:32 -07:00
fringe.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
ftfont.c
Don't lose extra font info when using the Fontconfig font cache.
2011-08-08 10:49:34 -04:00
ftfont.h
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
ftxfont.c
* ftxfont.c: Make symbols static if they're not exported.
2011-04-12 01:42:29 -07:00
getpagesize.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
gmalloc.c
* src/gmalloc.c: Expand comment.
2011-08-16 16:31:32 -04:00
gnutls.c
Follow variable naming convention
2011-08-14 11:08:02 +02:00
gnutls.h
src/gnutls.c: Remove unused parameter `fildes'.
2011-05-05 01:56:09 +02:00
gtkutil.c
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
gtkutil.h
Fix resize and change of scroll bar width for Gtk3.
2011-06-14 23:08:20 +02:00
image.c
Merge from trunk.
2011-08-02 22:05:38 -07:00
indent.c
Fix bug #9221 with memory leak in bidi display.
2011-08-05 14:04:44 +03:00
indent.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
insdel.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
intervals.c
Protoize
2011-07-10 10:20:10 +02:00
intervals.h
* intervals.h (struct interval): Use EMACS_INT for members
2011-04-20 01:04:17 -07:00
keyboard.c
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
keyboard.h
* keyboard.h (num_input_events): Now uintmax_t.
2011-07-07 10:55:38 -07:00
keymap.c
* src/keymap.c (Fmake_composed_keymap): Move to subr.el.
2011-08-03 17:40:06 -04:00
keymap.h
(describe_map_tree): Don't insert a double newline at the end of the string
2011-07-07 19:19:10 +02:00
lastfile.c
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
lisp.h
Merge from trunk.
2011-08-02 22:05:38 -07:00
lisp.mk
Remove $shortlisp from src/Makefile.in.
2011-05-19 17:41:03 -07:00
lread.c
Fix bug #9311 with loading on MS-Windows .elc files in root directories.
2011-08-17 11:50:08 +03:00
macros.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
macros.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Makefile.in
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
makefile.w32-in
Use uniprop tables instead of biditype.h and bidimirror.h.
2011-08-15 20:47:25 +03:00
marker.c
Don't publish debugger-only interfaces to other modules.
2011-04-13 23:48:41 -07:00
mem-limits.h
* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
2011-06-13 21:49:24 -07:00
menu.c
* buffer.c (Qclone_number): Remove for now, as it's unused.
2011-06-11 14:31:32 -07:00
menu.h
Be more systematic about user-interface timestamps.
2011-05-12 13:23:33 -07:00
minibuf.c
Port to OpenBSD.
2011-07-19 10:33:06 -07:00
msdos.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
msdos.h
Repair the MSDOS build following latest changes.
2011-04-24 15:48:30 +03:00
ndir.h
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
ns.mk
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
nsfns.m
Fix that executing applescript may hang emacs uninterruptedly.
2011-08-14 12:39:38 +02:00
nsfont.m
Fix for raise display property on NS (Bug#8913).
2011-07-28 14:50:05 -04:00
nsgui.h
* nsgui.h: Fix compiler warning about gnulib redefining verify.
2011-07-08 10:42:58 +02:00
nsimage.m
Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces.
2011-07-08 12:04:23 +02:00
nsmenu.m
Fix tooltip dimensions on NS (Bug#9176).
2011-07-28 14:30:59 -04:00
nsselect.m
Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces.
2011-07-08 12:04:23 +02:00
nsterm.h
Fix that executing applescript may hang emacs uninterruptedly.
2011-08-14 12:39:38 +02:00
nsterm.m
Fix that executing applescript may hang emacs uninterruptedly.
2011-08-14 12:39:38 +02:00
pre-crt0.c
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
print.c
Implement ## reader macro
2011-07-28 22:23:19 +02:00
process.c
Avoid crash with invalid default-process-coding-system.
2011-08-14 13:51:08 -04:00
process.h
* src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
2011-07-17 22:34:14 -04:00
puresize.h
Remove obsolete comment about PNTR_COMPARISON_TYPE.
2011-06-09 12:08:29 -07:00
ralloc.c
Protoize
2011-07-10 10:52:10 +02:00
README
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
regex.c
* regex.c (re_iswctype): Remove some redundant boolean conversions.
2011-08-04 16:25:21 +02:00
regex.h
Fix regex.c, syntax.c and friends for buffers > 2GB.
2011-04-16 21:26:30 +03:00
region-cache.c
Replace pEd with more-general pI, and fix some printf arg casts.
2011-04-18 17:34:42 -07:00
region-cache.h
Don't publish debugger-only interfaces to other modules.
2011-04-13 23:48:41 -07:00
scroll.c
GLYPH_DEBUG fixes
2011-06-22 11:15:23 -07:00
search.c
Mention `case-fold-search' in all the re_search_* functions
2011-07-14 20:45:36 +02:00
sheap.c
* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
2011-03-02 16:30:51 -05:00
sound.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
stamp-h.in
syntax.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
syntax.h
Support buffers > 2GB on 64-bit hosts.
2011-04-19 13:48:30 +03:00
sysdep.c
Merge from trunk.
2011-07-10 23:05:57 -07:00
sysselect.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
syssignal.h
Check for pthread and use it if found.
2011-08-04 19:04:39 +02:00
systime.h
* systime.h (Time): Define only if emacs is defined.
2011-05-19 23:37:13 -07:00
systty.h
* sysdep.c: Make symbols static if they're not exported.
2011-04-13 19:38:06 -07:00
syswait.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
term.c
* term.c (init_tty): Remove unused local.
2011-07-12 09:39:15 -07:00
termcap.c
Protoize
2011-07-10 10:20:10 +02:00
termchar.h
* cm.c (calccost, cmgoto): Use const pointers where appropriate.
2011-03-08 18:12:00 -08:00
termhooks.h
Support X clipboard managers.
2011-05-27 12:17:59 -04:00
terminal.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
terminfo.c
Make tparam.h and terminfo.c consistent.
2011-03-19 15:46:50 -07:00
termopts.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
textprop.c
* textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.
2011-07-04 14:31:29 -04:00
tparam.c
Protoize
2011-07-10 10:20:10 +02:00
tparam.h
Make tparam.h and terminfo.c consistent.
2011-03-19 15:46:50 -07:00
undo.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
unexaix.c
Restore failure returns to unexaix.c, unexcoff.c, unexcw.c
2011-03-17 13:18:59 -07:00
unexcoff.c
Restore failure returns to unexaix.c, unexcoff.c, unexcw.c
2011-03-17 13:18:59 -07:00
unexcw.c
Fix memory allocation problems in Cygwin build (Bug#9273).
2011-08-16 09:27:12 -04:00
unexec.h
* unexec.h: New file.
2011-03-16 17:03:31 -07:00
unexelf.c
Port to OpenBSD.
2011-07-19 10:33:06 -07:00
unexhp9k800.c
Protoize
2011-07-10 10:20:10 +02:00
unexmacosx.c
Merge from emacs-23 branch
2011-08-09 18:13:11 -04:00
unexsol.c
Change unexec implementations to match prototype.
2011-03-17 11:41:30 -07:00
unexw32.c
nt/*.c, src/*.c: Remove unused variables.
2011-03-25 16:39:59 +01:00
vm-limit.c
* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
2011-06-13 21:49:24 -07:00
w16select.c
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
w32.c
Fix MS-Windows build broken by 2011-07-08T20:39:30Z!eggert@cs.ucla.edu.
2011-07-09 10:00:58 +03:00
w32.h
Implement dynamic loading of GnuTLS on Windows.
2011-05-04 16:03:16 +02:00
w32console.c
Fix bug #8597 with setting frame background mode on w32 console.
2011-05-07 18:44:19 +03:00
w32fns.c
* src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
2011-07-08 20:46:17 +08:00
w32font.c
Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623)
2011-05-09 05:59:23 -04:00
w32font.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
w32gui.h
Fixups, following up to the user-interface timestamp change.
2011-05-14 02:03:53 -07:00
w32heap.c
Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.
2011-05-04 21:00:38 -07:00
w32heap.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
w32inevt.c
* msdos.c (mouse_get_pos): Likewise.
2011-05-14 12:06:08 -07:00
w32inevt.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
w32menu.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
w32proc.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
w32reg.c
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
w32select.c
Move DEFSYM to lisp.h and use everywhere.
2011-06-24 23:25:22 +02:00
w32term.c
Merge from trunk.
2011-08-02 22:05:38 -07:00
w32term.h
* dispextern.h (struct face.stipple):
2011-06-21 23:16:16 -07:00
w32uniscribe.c
w32: Fix some warnings reported by -Wall -Wextra.
2011-03-23 17:25:38 +01:00
w32xfns.c
Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk.
2011-03-11 16:42:12 +01:00
widget.c
Protoize
2011-07-10 10:20:10 +02:00
widget.h
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
widgetprv.h
* buffer.c (Qclone_number): Remove for now, as it's unused.
2011-06-11 14:31:32 -07:00
window.c
Fix bug #9221 with memory leak in bidi display.
2011-08-05 14:04:44 +03:00
window.h
Remove clone-number support. Provide clone-of parameter in window states.
2011-07-02 12:36:48 +02:00
xdisp.c
Fix cursor positioning at end of buffer under bidi display.
2011-08-16 17:28:19 +03:00
xfaces.c
Follow variable naming convention
2011-08-14 11:08:02 +02:00
xfns.c
Fix compilation with GLYPH_DEBUG.
2011-07-23 08:15:53 -04:00
xfont.c
* xfont.c (xfont_match): Avoid need for strlen.
2011-06-20 18:40:45 -07:00
xftfont.c
* xftfont.c (xftfont_open): Rename locals to avoid shadowing.
2011-03-18 22:07:42 -07:00
xgselect.c
* process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
2011-07-01 11:18:46 +02:00
xgselect.h
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
xmenu.c
* xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
2011-07-10 18:55:22 +02:00
xml.c
* src/xml.c: Fix Lisp_Object/int mixup.
2011-07-24 10:01:58 -04:00
xrdb.c
Protoize
2011-07-10 10:20:10 +02:00
xselect.c
Merge from trunk.
2011-07-12 20:45:56 -07:00
xsettings.c
* xsettings.c (store_monospaced_changed): Define only if used.
2011-07-12 09:47:56 -07:00
xsettings.h
* xsettings.c, xsettings.h (xsettings_get_system_normal_font):
2011-04-13 20:08:55 -07:00
xsmfns.c
* xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
2011-06-21 13:32:19 -07:00
xterm.c
Set _NET_WM_WINDOW_OPACITY on outer window manager window also.
2011-08-04 13:06:22 +02:00
xterm.h
* xselect.c: Integer signedness and overflow fixes.
2011-07-06 19:24:56 -07:00