Mercurial > emacs
graph
-
Merge from mainline.2010-05-31, by Katsumi Yamaoka
-
Merge from mainline.2010-05-30, by Katsumi Yamaoka
-
Merge from mainline.2010-05-30, by Katsumi Yamaoka
-
Merge from mainline.2010-05-29, by Katsumi Yamaoka
-
Merge from mainline.2010-05-28, by Katsumi Yamaoka
-
Merge from mainline.2010-05-27, by Katsumi Yamaoka
-
Merge from mainline.2010-05-26, by Katsumi Yamaoka
-
Merge from mainline.2010-05-25, by Katsumi Yamaoka
-
Merge from mainline.2010-05-24, by Katsumi Yamaoka
-
Merge from mainline.2010-05-23, by Katsumi Yamaoka
-
Merge from mainline.2010-05-22, by Katsumi Yamaoka
-
Merge from mainline.2010-05-21, by Katsumi Yamaoka
-
Merge from mainline.2010-05-20, by Katsumi Yamaoka
-
Merge from mainline.2010-05-19, by Katsumi Yamaoka
-
Merge from mainline.2010-05-18, by Katsumi Yamaoka
-
Merge from mainline.2010-05-17, by Katsumi Yamaoka
-
Merge from mainline.2010-05-16, by Katsumi Yamaoka
-
Merge from mainline.2010-05-14, by Katsumi Yamaoka
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Adapt terminal frames to latest menu-bar changes.2010-07-10, by Chong Yidong
-
Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.2010-07-10, by Eli Zaretskii
-
Unify the two branches of process.c, with and without subprocesses.2010-07-10, by Eli Zaretskii
-
Unify the two branches, with and without subprocesses.2010-07-10, by Eli Zaretskii
-
* tramp.texi (Inline methods): Remove "kludgy" phrase.2010-07-10, by Michael Albinus
-
* dbus.texi (Top): Introduce Index. Emphasize "nil" whereever2010-07-09, by Michael Albinus
-
* make-docfile.c (write_c_args): Restructure scanning loop.2010-07-09, by Andreas Schwab
-
Fix frame sizing for Lucid/Motif/Lesstif.2010-07-09, by Jan D
-
* dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which2010-07-09, by Michael Albinus
-
Adapt docs of primitives to ANSI C arg list.2010-07-09, by Eli Zaretskii
-
Make make-docfile understand DEFUN arguments written in standard C.2010-07-09, by Dan Nicolaescu
-
* configure.in: Use -Wold-style-definition if available.2010-07-08, by Dan Nicolaescu
-
Convert DEFUNs to standard C.2010-07-08, by Dan Nicolaescu
-
MAINTAINERS: Update Eli Zaretskii's responsibilities.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS build broken by revno 100745; fix MS-DOS configury.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS configury.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS build broken by revno 100745.2010-07-08, by Eli Zaretskii
-
Fix compilation for Motif/Lesstif.2010-07-08, by Jan D
-
Change function definition from K&R to prototype. Fix prototype warnings.2010-07-08, by Jan D
-
Remove leftover P_ macros.2010-07-08, by Dan Nicolaescu
-
Remove alternative K&R declarations.2010-07-08, by Dan Nicolaescu
-
Clean up include guards.2010-07-08, by Dan Nicolaescu
-
Remove src/prefix-args.c.2010-07-08, by Dan Nicolaescu
-
Simplify start_of_data, start_of_text and related code.2010-07-08, by Dan Nicolaescu
-
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS2010-07-08, by Dan Nicolaescu
-
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).2010-07-08, by Daiki Ueno
-
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp2010-07-07, by Andreas Schwab
-
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).2010-07-07, by Jan D
-
Convert function definitions in MS-DOS sources to ANSI C.2010-07-07, by Eli Zaretskii
-
Convert function definitions in MS-DOS sources to ANSI C.2010-07-07, by Eli Zaretskii
-
Improve ispell.el word completion handling.2010-07-07, by Agustin martin
-
Fix whitespace to follow coding guidelines.2010-07-07, by Juanma Barranquero
-
* coding.c, sysdep.c: Convert some more functions to standard C.2010-07-07, by Juanma Barranquero
-
* coding.c: Use SPECPDL_INDEX, DOS_NT.2010-07-07, by Juanma Barranquero
-
Minor zone.el fixes for bug#6483.2010-07-07, by Glenn Morris
-
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.2010-07-07, by Dan Nicolaescu
-
* configure.in (getenv): Remove K&R declaration.2010-07-07, by Dan Nicolaescu
-
Make the function member of Lisp_Subr use standard C prototypes.2010-07-07, by Dan Nicolaescu
-
* fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get2010-07-06, by Chong Yidong
-
src/w32*.c: Convert function definitions to standard C.2010-07-06, by Juanma Barranquero
-
Fix conflicting declarations of x_get_keysym_name2010-07-06, by Andreas Schwab
-
Clean up movemail source2010-07-06, by Andreas Schwab
-
* movemail.c: Add MAIL_USE_POP around prototypes.2010-07-06, by Andreas Schwab
-
* src/ecrt0.c: Revert conversion to standard C.2010-07-06, by Dan Nicolaescu
-
Set default-frame-alist, if necessary, in menu/tool-bar-mode.2010-07-05, by Chong Yidong
-
Fix multi-click selection behavior (Bug#6565).2010-07-05, by Chong Yidong
-
Convert function definitions and declarations to standard C.2010-07-05, by Dan Nicolaescu
-
Convert most remaining function definitions to standard C.2010-07-05, by Juanma Barranquero
-
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).2010-07-05, by Jan D
-
* xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.2010-07-05, by Jan D
-
Fix some bad prototypes and formatting after conversion from K&R declaration.2010-07-05, by Jan D
-
* src/atimer.c: Use "" instead of <> for local includes for2010-07-05, by Dan Nicolaescu
-
Convert declarations or definitions to standard C.2010-07-05, by Dan Nicolaescu
-
* fileio.c (read_non_regular, read_non_regular_quit): Rename arg.2010-07-04, by Juanma Barranquero
-
* src/lread.c (read1): Fix up last change to not mess up `c'.2010-07-04, by Stefan Monnier
-
* strftime.c: Revert conversion to standard C (revno:100708).2010-07-04, by Juanma Barranquero
-
* lisp/bookmark.el (bookmark-bmenu-switch-other-window,2010-07-04, by Karl Fogel
-
* unexelf.c (round_up, find_section): Use ElfW macro for arguments.2010-07-04, by Juanma Barranquero
-
* print.c (strout): Use const char* for arg PTR.2010-07-04, by Juanma Barranquero
-
* net/dbus.el (dbus-send-signal): Declare function.2010-07-04, by Juanma Barranquero
-
Fix comments and whitespace.2010-07-04, by Juanma Barranquero
-
Fix more prototypes.2010-07-04, by Juanma Barranquero
-
Fix prototypes.2010-07-04, by Juanma Barranquero
-
* dbus.texi (Receiving Method Calls): Add optional argument2010-07-04, by Michael Albinus
-
* net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).2010-07-04, by Michael Albinus
-
Convert (most) functions in src to standard C.2010-07-04, by Dan Nicolaescu
-
* lib-src/fakemail.c (action): Convert function definitions to standard C.2010-07-04, by Dan Nicolaescu
-
Convert function definitions in oldXMenu to standard C.2010-07-04, by Dan Nicolaescu
-
Convert function definitions in lwlib files to standard C.2010-07-04, by Dan Nicolaescu
-
ebrowse.c (check_namespace): Fix indentation.2010-07-03, by Eli Zaretskii
-
Fix menu bar and colors on MS-DOS.2010-07-03, by Eli Zaretskii
-
Fix invalid cast2010-07-03, by Andreas Schwab
-
lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.2010-07-03, by Juanma Barranquero
-
Fix setting colors on MS-DOS frames.2010-07-03, by Eli Zaretskii
-
Fix menu bar display on MS-DOS.2010-07-03, by Eli Zaretskii
-
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.2010-07-03, by Eli Zaretskii
-
Fix prototypes.2010-07-03, by Juanma Barranquero
-
Fix typo in last change.2010-07-03, by Chong Yidong
-
Take note of mouse dragging changes in NEWS.2010-07-03, by Chong Yidong
-
Simplify mouse-dragging implementation.2010-07-03, by Chong Yidong
-
Convert function definitions to standard C.2010-07-03, by Dan Nicolaescu
-
* lisp/autoinsert.el (auto-insert-alist): Fix readability2010-07-02, by Juri Linkov
-
* lisp/faces.el (read-face-name): Rename arg `string-describing-default'2010-07-02, by Juri Linkov
-
Convert some prototypes to standard C.2010-07-02, by Dan Nicolaescu
-
* config.nt (__P): Remove.2010-07-02, by Juanma Barranquero
-
Replace delete-backward-char Lisp calls in Viper (Bug#6552).2010-07-02, by Chong Yidong
-
Fix MS-DOS build due to removal of P_.2010-07-02, by Eli Zaretskii
-
Fix the MS-DOS build due to removal of P_.2010-07-02, by Eli Zaretskii
-
Remove __P.2010-07-02, by Jan D
-
Fix MS-DOS configury.2010-07-02, by Eli Zaretskii
-
Fix MS-DOS configury.2010-07-02, by Eli Zaretskii
-
Remove __P and P_ from .c and .m files and definition of P_2010-07-02, by Jan D
-
Remove P_ and __P macros.2010-07-02, by Jan D
-
Define USE_LISP_UNION_TYPE using autoconf.2010-07-02, by Dan Nicolaescu
-
Cleanup old code.2010-07-02, by Dan Nicolaescu
-
* window.c (Fwindow_absolute_pixel_edges): Doc fix.2010-07-01, by Jan D
-
2010-07-01 Mark A. Hershberger <mah@everybody.org>2010-07-01, by Mark A. Hershberger
-
New functions that return window edges with absolute coords (bug#5721).2010-07-01, by Jan D
-
* nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.2010-07-01, by Jan D
-
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.2010-07-01, by Jan D
-
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add2010-07-01, by Jan D
-
* ruler-mode.el (ruler--save-header-line-format): Fix typos.2010-07-01, by Chong Yidong
-
Fix application of default-frame-alist (Bug#5378).2010-07-01, by Chong Yidong
-
Fix whitespace in ChangeLogs.2010-07-01, by Juanma Barranquero
-
Avoid erroneous syscalls2010-06-30, by Andreas Schwab
-
Fix typo2010-06-30, by Andreas Schwab
-
* startup.el (command-line): Don't call tool-bar-setup in a tty-only build.2010-06-30, by Andreas Schwab
-
Don't always set ruler-mode-header-line-format-old (Bug#5370).2010-06-30, by Chong Yidong
-
Improve doc for system font things. Return font regardless of use_system_font.2010-06-30, by Jan D
-
Check FC_DUAL too. For such fonts, check width one by one.2010-06-30, by Kenichi Handa
-
Check FC_DUAL too. For such fonts, check width one by one.2010-06-30, by Kenichi Handa
-
merge trunk2010-06-30, by Kenichi Handa
-
merge trunk2010-06-29, by Kenichi Handa
-
Remove comment that is no longer true.2010-06-30, by Glenn Morris
-
Fix CFLAGS for non-GCC compilers.2010-06-30, by Dan Nicolaescu
-
Fix some whitespace in previous.2010-06-30, by Glenn Morris
-
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):2010-06-30, by Glenn Morris
-
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.2010-06-30, by Glenn Morris
-
Remove some cpp that is internal to configure.in.2010-06-30, by Glenn Morris
-
Allow global VC ops like `C-x v D' in Diff and Log-View buffers.2010-06-29, by Chong Yidong
-
Fix some compilation errors in nsfns.c2010-06-29, by Jan D
-
dynamic-setting.el (font-setting-change-default-font): Remove call to message.2010-06-28, by Jan D
-
xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).2010-06-28, by Jan D
-
Mention bug number2010-06-28, by Jan D
-
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.2010-06-28, by Jan D
-
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.2010-06-28, by Kenichi Handa
-
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.2010-06-28, by Kenichi Handa
-
merge trunk2010-06-28, by Kenichi Handa
-
merge trunk2010-06-24, by Kenichi Handa
-
* bindings.el (global-map): Bind delete and DEL, the former to2010-06-28, by Chong Yidong
-
* src/s/freebsd.h (BSD4_2): Remove redundant definition.2010-06-27, by Dan Nicolaescu
-
* progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.2010-06-27, by Chong Yidong
-
* startup.el (command-line): Recognize "0" X resource value.2010-06-27, by Chong Yidong
-
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).2010-06-27, by Chong Yidong
-
Fix the MS-DOS build due to changes in configury.2010-06-26, by Eli Zaretskii
-
Fix the MS-DOS build due to changes in configury.2010-06-26, by Eli Zaretskii
-
Revert revno 100646 (fixed in emacs-23 branch).2010-06-26, by Eli Zaretskii
-
w32-fns.el (w32-convert-standard-filename): Doc fix.2010-06-26, by Eli Zaretskii
-
PROBLEMS: Update Cygwin-related info regarding GCC versions.2010-06-26, by Eli Zaretskii
-
Cherry-pick commit 8bd9308 from the org-mode Git repository.2010-06-26, by Romain Francoise
-
w32-fns.el (w32-convert-standard-filename): Doc fix.2010-06-26, by Eli Zaretskii
-
Revert last change.2010-06-25, by Chong Yidong
-
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).2010-06-25, by Chong Yidong
-
Add missing Changelog entries for textmodes/ispell.el (bzr#100641) and textmodes/flyspell.el (bzr#100640)2010-06-25, by Agustin martin
-
ispell.el (ispell-init-process): Make sure ispell and default directories are expanded.2010-06-25, by Agustin martin
-
Make sure `flyspell-word' checks word after (flyspell-check-previous-highlighted-word) run.2010-06-25, by Agustin martin
-
Add redisplay test for image and overlay string interaction.2010-06-25, by Chong Yidong
-
* lisp/minibuffer.el (completions-format): Change default from nil to2010-06-24, by Juri Linkov
-
* lisp/vc/vc.el (vc-diff-internal): Set `revert-buffer-function'2010-06-24, by Juri Linkov
-
Don't issue kmacro hint if echo area is in use (Bug#3412).2010-06-24, by Chong Yidong
-
lib-src/movemail.c (error): Avoid warning when there are no args.2010-06-24, by Juanma Barranquero
-
src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration.2010-06-24, by Juanma Barranquero
-
(none)2010-06-22, by Mark A. Hershberger
-
Add in some useful convenience functions for handling HTTP.2010-06-22, by Mark A. Hershberger
-
Hide scroll bar when window is too small to avoid Gtk+ warning.2010-06-22, by Jan D.
-
Minor simplification.2010-06-22, by Glenn Morris
-
Don't use font names from GConf if font backend can't handle it (bug#6478).2010-06-22, by Jan D.
-
* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.2010-06-22, by Glenn Morris
-
Add some utf-8 coding cookies.2010-06-22, by Glenn Morris
-
* font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).2010-06-22, by Jan D.
-
* lisp/simple.el (compose-mail): Fix doc string to refer to2010-06-21, by Karl Fogel
-
Fix an indentation bug:2010-06-21, by Alan Mackenzie
-
* INSTALL: Info files are compressed by default.2010-06-21, by Glenn Morris
-
Avoid recentering when lines differ in their height.2010-06-20, by Eli Zaretskii
-
Tweaks to package list UI.2010-06-20, by Chong Yidong
-
Add preliminary describe-package functionality, and some cleanup.2010-06-19, by Chong Yidong
-
xdisp.c (try_scrolling): Fix last change.2010-06-19, by Eli Zaretskii
-
Fix occasional recentering under scroll-conservatively.2010-06-19, by Eli Zaretskii
-
* lisp/descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)2010-06-19, by Glenn Morris
-
* lisp/emacs-lisp/edebug.el (edebug-read-list): Phase out old-style backquotes.2010-06-18, by Stefan Monnier
-
Fix revert-buffer functionality of Help mode and Info.2010-06-17, by Juri Linkov
-
* lisp/emacs-lisp/package.el (package-menu-mode-map): Add a menu.2010-06-17, by Dan Nicolaescu
-
ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.2010-06-17, by Agustin martin