aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.Richard M. Stallman1997-07-121-2/+3
* (EXFUN, P_): New definitions. Use them to declareRichard M. Stallman1997-07-121-294/+492
* (display_text_line): Exit the outer loop immediatelyRichard M. Stallman1997-07-121-2/+3
* (sys_shutdown): New function.Geoff Voelker1997-07-101-0/+24
* Define HAVE_SHUTDOWN.Geoff Voelker1997-07-101-0/+1
* (Fset_face_attribute_internal): Set mouse_face_deferEli Zaretskii1997-07-101-0/+2
* (echo_area_display): Don't offset using left-sideRichard M. Stallman1997-07-101-3/+5
* (read_process_output): Add cast.Richard M. Stallman1997-07-101-1/+1
* (current_lock_owner, lock_file_1): Add casts.Richard M. Stallman1997-07-101-3/+3
* (x_load_font): Get value of fontp->height fromRichard M. Stallman1997-07-101-4/+4
* (x_term_init): Don't use initializer for null_bits.Richard M. Stallman1997-07-101-1/+7
* (redisplay_internal): Fix previous change.Richard M. Stallman1997-07-101-6/+14
* (C_SWITCH_SYSTEM): Add -Wf,-XNh option.Richard M. Stallman1997-07-091-2/+5
* (Fdelete_frame): Always err for deleting the only frame.Richard M. Stallman1997-07-091-0/+3
* (Ffont_info): Make vector of correct size.Kenichi Handa1997-07-091-1/+1
* (syms_of_fns): Fix previous change.Richard M. Stallman1997-07-091-1/+1
* (decode_mode_spec) <z,Z>: Display buffer coding systemRichard M. Stallman1997-07-091-2/+3
* (main) [__NetBSD__]: Round up new stack limit to page bdry.Richard M. Stallman1997-07-091-0/+7
* Use #ifdef to test STDC_HEADERS.Richard M. Stallman1997-07-081-1/+1
* (shortlisp): Fix typo.Richard M. Stallman1997-07-081-1/+1
* (Finsert_file_contents): Give up match-end only ifRichard M. Stallman1997-07-081-1/+8
* (struct gl_state_s): New field `offset'.Richard M. Stallman1997-07-081-14/+27
* (decode_mode_spec_coding): Really don't displayRichard M. Stallman1997-07-081-3/+6
* (LIBS_SYSTEM): Add -lkvm and -lelf.Richard M. Stallman1997-07-081-1/+1
* automatically generated from GPLed versionMiles Bader1997-07-081-17/+17
* automatically generated from GPLed versionPaul Eggert1997-07-081-24/+26
* [sigmask] (SIGEMPTYMASK): Define to use sigmask.Richard M. Stallman1997-07-071-0/+7
* Rename macro __P to PP.Richard M. Stallman1997-07-071-50/+50
* (Ffile_attributes): Use cast to avoid warnings.Richard M. Stallman1997-07-071-1/+2
* (Vpreloaded_file_list): New variable.Richard M. Stallman1997-07-071-0/+10
* (Fuser_full_name): Declare p, q and r as unsigned char *.Richard M. Stallman1997-07-071-2/+2
* (ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.Richard M. Stallman1997-07-072-5/+15
* (ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX.Richard M. Stallman1997-07-071-2/+4
* Include blockinput.h.Richard M. Stallman1997-07-071-1/+22
* (echo_area_display): Use proper vpos when clearing extra minibuf lines.Richard M. Stallman1997-07-071-1/+1
* (display_menu_bar): Always pass W to display_string.Richard M. Stallman1997-07-071-3/+34
* (Fcall_process): If enable-multibyte-characters isKenichi Handa1997-07-071-24/+52
* (Qemacs_mule, inhibit_eol_conversion): New variables.Kenichi Handa1997-07-071-11/+40
* (Qemacs_mule): Extern it.Kenichi Handa1997-07-071-0/+1
* (Fstart_process): If enable-multibyte-characters isKenichi Handa1997-07-071-4/+32
* (Finsert_file_contents): If enable-multibyte-charactersKenichi Handa1997-07-071-7/+11
* (x_list_fonts): Initialize the variable LIST to Qnil.Kenichi Handa1997-07-071-1/+1
* [OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.Richard M. Stallman1997-07-061-0/+3
* (update_dynamic_symbols): Add cast when setting reladdr.Richard M. Stallman1997-07-061-1/+1
* (Fsignal, find_handler_clause): If ERROR_SYMBOLRichard M. Stallman1997-07-051-9/+32
* (x_set_font): Funcall Qface_set_after_frame_default.Richard M. Stallman1997-07-051-0/+8
* (x_make_frame_visible): Don't move the frameRichard M. Stallman1997-07-051-1/+1
* Include float.h before lisp.h.Richard M. Stallman1997-07-053-6/+16
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.Richard M. Stallman1997-07-051-1/+1
* (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.Richard M. Stallman1997-07-051-3/+3