aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (parse_signal): Use xstricmp instead of strcasecmp.Kim F. Storm2006-12-071-2/+2
| | | | (Fsignal_process): Don't use strncasecmp.
* *** 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
|
* (Qforce): New Lisp_Object.Glenn Morris2006-12-051-3/+18
| | | | | | (Fdefine_abbrev): Do not overwrite non-system abbrevs with system abbrevs, unless 'force is applied. (syms_of_abbrev): Add Qforce.
* (parse_signal): Rename macro from handle_signal.Kim F. Storm2006-12-041-40/+40
| | | | | (Fsignal_process): Also accept lower-case variants of signal names (to align with signal names generated by Emacs itself).
* *** empty log message ***Kim F. Storm2006-12-041-0/+4
|
* *** empty log message ***Kim F. Storm2006-12-041-4/+5
|
* Fix last change.Kim F. Storm2006-12-041-7/+7
|
* (handle_USR1_signal, handle_USR2_signal): Replace by...Kim F. Storm2006-12-041-22/+7
| | | | | | (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs first with code == 0 [signal] and one with code == sig number. (main): Use it as handler for SIGUR1 and SIGUSR2.
* (kbd_buffer_store_event_hold): Don't throw-on-inputKim F. Storm2006-12-041-13/+20
| | | | | | | | | if first event in [signal xxx] sequence. (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove. (syms_of_keyboard): Don't intern and staticpro them. (Qsignal, Qusr1, Qusr2): Declare. (syms_of_keyboard): Intern and staticpro them. (make_lispy_event): Return them for USER_SIGNAL_EVENTs.
* (Qsignal): Declare extern.Kim F. Storm2006-12-041-3/+9
| | | | | | (syms_of_process): Don't intern/staticpro them here. (read_process_output): Abort if carryover < 0.
* *** empty log message ***Kim F. Storm2006-12-041-0/+20
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-12-041-0/+8
|
* Regenerate.YAMAMOTO Mitsuharu2006-12-041-1/+4
|
* [__NetBSD__]: Don't define `unix'.YAMAMOTO Mitsuharu2006-12-041-7/+3
| | | | | (Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of `#ifdef unix'.
* (version): New variable, set by configure.Glenn Morris2006-12-042-2/+8
| | | | (bootstrapclean, mostlyclean): Also remove emacs-${version}.
* (update_frame_tool_bar): Handle modifying a toolbar itemJan Djärv2006-12-031-6/+27
| | | | without an image.
* *** empty log message ***Jan Djärv2006-12-031-0/+5
|
* *** empty log message ***Eli Zaretskii2006-12-011-0/+4
|
* (Fw32_shell_execute): Doc fix.Eli Zaretskii2006-12-011-10/+32
|
* (move_it_to): Correctly count tab glyphs for continued lines ending inChong Yidong2006-11-301-1/+6
| | | | tab.
* * 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-302-14/+22
| | | | | property ... (XTframe_raise_lower): ... to here.
* (regex_compile): Fix previous change.Kenichi Handa2006-11-302-1/+12
|
* *** empty log message ***Juanma Barranquero2006-11-291-4/+8
|
* (Fplay_sound_internal): Remove spurious newline in docstring.Juanma Barranquero2006-11-291-8/+8
|
* Regenerate.Chong Yidong2006-11-281-0/+3
|
* * config.in: Regenerate.Chong Yidong2006-11-281-0/+4
|
* (regex_compile): Fix previous change.Kenichi Handa2006-11-281-1/+1
|
* (regex_compile): Don't call SET_LIST_BIT with aKenichi Handa2006-11-282-1/+7
| | | | multibyte character.
* Credit debugger.Chong Yidong2006-11-271-1/+1
|
* Undefine _NO_PROTO.Chong Yidong2006-11-271-0/+14
|
* * s/aix4-2.h: Undefine _NO_PROTO.Chong Yidong2006-11-271-0/+4
|
* (set_window_buffer): Refactor recent changes.Kim F. Storm2006-11-271-3/+4
|
* *** empty log message ***Kim F. Storm2006-11-271-0/+4
|
* (w32_msg_worker): Define as WINAPI and arg as void pointer.Jason Rumney2006-11-271-3/+2
|
* (w32_msg_worker): Declare correctly.Jason Rumney2006-11-271-3/+3
| | | | (w32_initialize): Don't cast w32_msg_worker.
* *** empty log message ***Jason Rumney2006-11-271-0/+7
|
* Look for standard libs in /usr/lib64 only if that directory exists.Chong Yidong2006-11-261-0/+8
|
* * 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
|
* (Fw16_set_clipboard_data): Fix the call to sit_for as per the calling sequenceEli Zaretskii2006-11-251-1/+1
| | | | changed on 2006-07-11.
* (set_window_buffer): Use BLOCK_INPUT.Chong Yidong2006-11-251-0/+2
|
* * window.c (set_window_buffer): Use BLOCK_INPUT.Chong Yidong2006-11-251-0/+4
|
* (substring_both): Add missing address operator.Juanma Barranquero2006-11-242-1/+5
|
* Fix last change in whitespace.Juanma Barranquero2006-11-241-1/+1
|
* Use AREF/ASIZE macros.Stefan Monnier2006-11-242-53/+49
| | | | (concat): Provide the full ANSI prototype.
* *** empty log message ***Juanma Barranquero2006-11-241-0/+4
|
* (syms_of_buffer) <buffer-undo-list>: Doc fix.Juanma Barranquero2006-11-241-2/+2
|