aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't callChong Yidong2009-10-242-2/+11
* (xd_retrieve_arg): Handle DBUS_TYPE_INTnn andAndreas Schwab2009-10-242-5/+25
* (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_PAndreas Schwab2009-10-242-45/+12
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-242-2/+7
* (procfs_ttyname): Fix sprintf format to match argumentAndreas Schwab2009-10-242-2/+8
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-244-9/+19
* (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.Andreas Schwab2009-10-232-3/+5
* (PURESIZE_RATIO): Decrease to 11/7.Andreas Schwab2009-10-232-1/+5
* * window.c (Fwindow_edges, Fwindow_pixel_edges)Chong Yidong2009-10-232-21/+37
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-234-10/+8
* * puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu2009-10-232-1/+5
* Add missing entry.Juanma Barranquero2009-10-221-0/+3
* (doprnt): Fix overflow check.Andreas Schwab2009-10-212-2/+6
* * xterm.c (x_term_init): Remove XSynchronize call done for debugging.Jan Djärv2009-10-212-1/+2
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-216-208/+150
* Fix typo.Juanma Barranquero2009-10-201-1/+1
* (char_resolve_modifier_mask): Don't resolve meta to theStefan Monnier2009-10-202-0/+7
* Add Bug#.YAMAMOTO Mitsuharu2009-10-201-0/+1
* (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quitYAMAMOTO Mitsuharu2009-10-202-1/+6
* * fns.c: Add #endif accidentally removed in previous change.Juanma Barranquero2009-10-202-0/+5
* * fns.c: Remove code for unsupported system: MAC_OS.Dan Nicolaescu2009-10-193-246/+7
* (x_create_toolkit_scroll_bar): Don't allocate color forJan Djärv2009-10-192-8/+22
* * nsterm.m:Dan Nicolaescu2009-10-197-0/+12
* * process.c (create_pty): Remove conditionals for no longerDan Nicolaescu2009-10-192-2/+5
* * xterm.c:Dan Nicolaescu2009-10-193-6/+6
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-1999-49/+243
* Whitespace.Juanma Barranquero2009-10-181-4/+3
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-1815-42/+49
* (internal_self_insert): `c' is already in "multibyte" form.Stefan Monnier2009-10-182-2/+4
* * puresize.h (BASE_PURESIZE): Increase to 1310000.Dan Nicolaescu2009-10-172-1/+5
* * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)Juanma Barranquero2009-10-172-1/+6
* (x_produce_glyphs): Fix typos in comments.Eli Zaretskii2009-10-161-14/+14
* *** empty log message ***Juanma Barranquero2009-10-161-8/+9
* Don't set LIB_STANDARD and START_FILES under __Apple__.Adrian Robert2009-10-161-1/+6
* * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,Adrian Robert2009-10-161-0/+12
* Remove DARWIN_OS/_LP64 special case.Adrian Robert2009-10-161-7/+0
* (NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Ti...Adrian Robert2009-10-161-4/+16
* (EmacsView-conversationIdentifier): Arg is long.Adrian Robert2009-10-161-2/+2
* (print_object): Escape a symbol like "2E10" too.Kenichi Handa2009-10-152-1/+5
* Adjust acknowledgement in last changelog entry.Adrian Robert2009-10-131-3/+3
* Add space after casts in last change.Adrian Robert2009-10-132-3/+3
* * dbusbind.c (dbus-method-return-internal)Adrian Robert2009-10-131-0/+10
* (list_processes_1): Use long format in printf, and cast argument.Adrian Robert2009-10-131-1/+1
* (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast...Adrian Robert2009-10-131-6/+7
* (dbus-method-return-internal, dbus-method-error-internal): Use long format in...Adrian Robert2009-10-131-2/+2
* (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.Adrian Robert2009-10-121-4/+9
* * config.in (NS_HAVE_NSINTEGER): Drop.Adrian Robert2009-10-122-3/+2
* 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>Adrian Robert2009-10-121-0/+35
* * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. FixAdrian Robert2009-10-121-8/+9
* * nsfont.m (ns_char_width): Replace deprecated call (suggested byAdrian Robert2009-10-121-12/+17