aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2006-12-071-0/+5
|
* *** empty log message ***Juanma Barranquero2006-12-051-28/+27
|
* *** empty log message ***Glenn Morris2006-12-051-0/+7
|
* *** empty log message ***Kim F. Storm2006-12-041-0/+4
|
* *** empty log message ***Kim F. Storm2006-12-041-4/+5
|
* *** empty log message ***Kim F. Storm2006-12-041-0/+20
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-12-041-0/+8
|
* (version): New variable, set by configure.Glenn Morris2006-12-041-0/+5
| | | | (bootstrapclean, mostlyclean): Also remove emacs-${version}.
* *** empty log message ***Jan Djärv2006-12-031-0/+5
|
* *** empty log message ***Eli Zaretskii2006-12-011-0/+4
|
* * xdisp.c (move_it_to): Correctly count tab glyphs for continuedChong Yidong2006-11-301-0/+5
| | | | lines ending in tab.
* (x_raise_frame): Move setting of _NET_ACTIVE_WINDOWJan Djärv2006-11-301-0/+6
| | | | | property ... (XTframe_raise_lower): ... to here.
* (regex_compile): Fix previous change.Kenichi Handa2006-11-301-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-291-4/+8
|
* * config.in: Regenerate.Chong Yidong2006-11-281-0/+4
|
* (regex_compile): Don't call SET_LIST_BIT with aKenichi Handa2006-11-281-0/+5
| | | | multibyte character.
* Credit debugger.Chong Yidong2006-11-271-1/+1
|
* * s/aix4-2.h: Undefine _NO_PROTO.Chong Yidong2006-11-271-0/+4
|
* *** empty log message ***Kim F. Storm2006-11-271-0/+4
|
* *** empty log message ***Jason Rumney2006-11-271-0/+7
|
* * m/amdx86-64.h: Look for standard libs in /usr/lib64 only if thatChong Yidong2006-11-261-0/+5
| | | | directory exists.
* *** empty log message ***Eli Zaretskii2006-11-251-0/+5
|
* * window.c (set_window_buffer): Use BLOCK_INPUT.Chong Yidong2006-11-251-0/+4
|
* (substring_both): Add missing address operator.Juanma Barranquero2006-11-241-0/+4
|
* Use AREF/ASIZE macros.Stefan Monnier2006-11-241-14/+16
| | | | (concat): Provide the full ANSI prototype.
* *** empty log message ***Juanma Barranquero2006-11-241-0/+4
|
* (HAVE_SYS__MBSTATE_T_H): Fix typo.Nick Roberts2006-11-231-1/+1
|
* *** empty log message ***Nick Roberts2006-11-231-0/+4
|
* * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib andChong Yidong2006-11-221-0/+6
| | | | | /usr/pkg/lib from the library search path. (LD_SWITCH_X_DEFAULT): New macro.
* * window.c (set_window_buffer): Clear mouse highlight if it is inChong Yidong2006-11-221-0/+5
| | | | this window.
* * xfaces.c (realize_default_face): Check if the default font nameChong Yidong2006-11-211-0/+5
| | | | exists on this display before trying to use it.
* *** empty log message ***Richard M. Stallman2006-11-211-0/+4
|
* (concat) [!__GNUC__]: Add prototype.Eli Zaretskii2006-11-201-0/+4
|
* *** empty log message ***Kenichi Handa2006-11-201-0/+5
|
* *** empty log message ***Kenichi Handa2006-11-201-0/+5
|
* (Fdisplay_supports_face_attributes_p): InitializeAndreas Schwab2006-11-191-0/+7
| | | | supports.
* *** empty log message ***Andreas Schwab2006-11-181-0/+5
|
* Fix date in mouse_autoselect_window removal change.Eli Zaretskii2006-11-181-1/+1
|
* Declare variable before XSETFRAME to avoid gcc 2.96 error.Jan Djärv2006-11-171-0/+5
| | | | Tetsurou Okazaki <okazaki@be.to> (tiny change)
* (simple_search): In the loop of backward searching,Kenichi Handa2006-11-171-0/+5
| | | | check also the byte position against the limit.
* (Fcompleting_read): Fix typo in docstring.Romain Francoise2006-11-141-0/+4
|
* (code_convert_region): InitializeKenichi Handa2006-11-141-0/+6
| | | | | coding->heading_ascii. (decode_coding_string, code_convert_region): Likewise.
* *** empty log message ***YAMAMOTO Mitsuharu2006-11-141-0/+21
|
* *** empty log message ***Jason Rumney2006-11-131-0/+4
|
* (mark_memory): New argument OFFSET. All uses changed.YAMAMOTO Mitsuharu2006-11-131-0/+6
| | | | | Fix address calculations for case END < START. (mark_stack): Impose Lisp_Object alignment on jmp_buf.
* *** empty log message ***Juanma Barranquero2006-11-121-0/+9
|
* * xmenu.c (popup_activated): Define outside HAVE_MENUS.Chong Yidong2006-11-121-0/+4
|
* (selection-coding-system): Fix docstring.Romain Francoise2006-11-121-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-121-0/+9
|
* (do_ewmh_fullscreen, XTfullscreen_hook): New functions.Jan Djärv2006-11-101-0/+15
| | | | | (x_check_fullscreen): Call do_ewmh_fullscreen. (x_initialize): Set fullscreen_hook to XTfullscreen_hook.