2010-07-11 |
Ken Raeburn | Make doprnt and related functions ANSI C compliant... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Eli Zaretskii | Fix bug #6603. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Eli Zaretskii | Don't use `subprocesses' in msdos.c. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Aleksei Gusev | Add compilation regexps for cucumber and ruby. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Chong Yidong | Merge changes from emacs-23 branch. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Chong Yidong | Adapt terminal frames to latest menu-bar changes. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Chong Yidong | Merge changes from emacs-23 branch. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Chong Yidong | * xfaces.c (realize_face): Garbage the frame if a face... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Eli Zaretskii | Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Eli Zaretskii | Unify the two branches, with and without subprocesses. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Michael Albinus | * tramp.texi (Inline methods): Remove "kludgy" phrase. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Michael Albinus | * dbus.texi (Top): Introduce Index. Emphasize "nil... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Andreas Schwab | * make-docfile.c (write_c_args): Restructure scanning... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Jan D | Fix frame sizing for Lucid/Motif/Lesstif. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Michael Albinus | * dbusbind.c (xd_initialize): Add new argument RAISE_ER... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Eli Zaretskii | Adapt docs of primitives to ANSI C arg list. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Dan Nicolaescu | Make make-docfile understand DEFUN arguments written... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | * configure.in: Use -Wold-style-definition if available. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Convert DEFUNs to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Eli Zaretskii | MAINTAINERS: Update Eli Zaretskii's responsibilities. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Eli Zaretskii | Fix MS-DOS configury. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Eli Zaretskii | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jan D | Fix compilation for Motif/Lesstif. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jan D | Change function definition from K&R to prototype. ... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Remove leftover P_ macros. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Remove alternative K&R declarations. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Clean up include guards. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Remove src/prefix-args.c. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | Simplify start_of_data, start_of_text and related code. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dan Nicolaescu | * configure.in (UNEXEC_OBJ): Add comment about values... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Daiki Ueno | Prevent find-file from opening empty buffer when decryp... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Andreas Schwab | Replace bcopy, bzero, bcmp by memcpy, memmove, memset... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jan D | If kbd_buffer is becoming full, stop reading until... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Eli Zaretskii | Convert function definitions in MS-DOS sources to ANSI C. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Agustín Martín | Improve ispell.el word completion handling. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Juanma Barranquero | Fix whitespace to follow coding guidelines. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Juanma Barranquero | * coding.c, sysdep.c: Convert some more functions to... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Juanma Barranquero | * coding.c: Use SPECPDL_INDEX, DOS_NT. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Christoph Scholtes | Add some font-locking for Python 2.7. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Glenn Morris | Minor zone.el fixes for bug#6483. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Glenn Morris | Minor zone.el fix. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Nicolaescu | * src/intervals.h (interval): Use EMACS_UINT instead... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Nicolaescu | * configure.in (getenv): Remove K&R declaration. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Nicolaescu | Make the function member of Lisp_Subr use standard... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Chong Yidong | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_fac... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Chong Yidong | Minor fix to describe-key, and a docstring. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Juanma Barranquero | src/w32*.c: Convert function definitions to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Andreas Schwab | Fix conflicting declarations of x_get_keysym_name |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Andreas Schwab | Clean up movemail source |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Andreas Schwab | * movemail.c: Add MAIL_USE_POP around prototypes. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Nicolaescu | * src/ecrt0.c: Revert conversion to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chong Yidong | Set default-frame-alist, if necessary, in menu/tool... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Andreas Schwab | Remove obsolete volatile |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chong Yidong | Fix multi-click selection behavior (Bug#6565). |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dan Nicolaescu | Convert function definitions and declarations to standa... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Juanma Barranquero | Convert most remaining function definitions to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jan D | Set _NET_WM(_ICON)_NAME as per Extended Window Manager... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
YAMAMOTO Mitsuharu | Fix ghost buffer boundary indicators in fringes (Bug... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jan D | * xterm.c (XTring_bell, XTset_terminal_window): Fix... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jan D | Fix some bad prototypes and formatting after conversion... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dan Nicolaescu | * src/atimer.c: Use "" instead of <> for local includes for |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dan Nicolaescu | Convert declarations or definitions to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | * fileio.c (read_non_regular, read_non_regular_quit... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Tetsurou Okazaki | * src/lread.c (read1): Fix up last change to not mess... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | * strftime.c: Revert conversion to standard C (2010... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Karl Fogel | * lisp/bookmark.el (bookmark-bmenu-switch-other-window, |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | * unexelf.c (round_up, find_section): Use ElfW macro... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | * print.c (strout): Use const char* for arg PTR. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | * net/dbus.el (dbus-send-signal): Declare function. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | Fix comments and whitespace. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | Fix more prototypes. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | Fix prototypes. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Albinus | * dbus.texi (Receiving Method Calls): Add optional... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Albinus | * net/dbus.el: Implement signal "PropertiesChanged... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dan Nicolaescu | Convert (most) functions in src to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dan Nicolaescu | * lib-src/fakemail.c (action): Convert function definit... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dan Nicolaescu | Convert function definitions in oldXMenu to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dan Nicolaescu | Convert function definitions in lwlib files to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Juanma Barranquero | src/w32fns.c (Qtooltip): Declare. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Zaretskii | ebrowse.c (check_namespace): Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Zaretskii | Fix menu bar and colors on MS-DOS. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Zaretskii | Fix setting colors on MS-DOS frames. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Andreas Schwab | Fix invalid cast |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Zaretskii | Fix menu bar display on MS-DOS. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Albinus | * net/zeroconf.el (zeroconf-resolve-service) |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Albinus | * net/zeroconf.el (zeroconf-service-remove-hook): New... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Juanma Barranquero | lib-src/ebrowse.c (match_qualified_namespace_alias... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Jan D | Fix hang for mouse press on menubar but not on an item... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Zaretskii | w32console.c (sys_tputs): Adjust argument list to proto... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Juanma Barranquero | Fix prototypes. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Chong Yidong | Fix typo in last change. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Chong Yidong | Take note of mouse dragging changes in NEWS. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Chong Yidong | Simplify mouse-dragging implementation. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Dan Nicolaescu | Convert function definitions to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Juri Linkov | * lisp/autoinsert.el (auto-insert-alist): Fix readability |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Juri Linkov | * lisp/faces.el (read-face-name): Rename arg `string... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Nicolaescu | Convert some prototypes to standard C. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Chong Yidong | Fix faulty `if' statement in delete_frame. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Juanma Barranquero | * config.nt (__P): Remove. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Chong Yidong | Replace delete-backward-char Lisp calls in Viper (Bug... |
commit | commitdiff | tree | snapshot |
next |