summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-042-14/+18
* *** empty log message ***Juanma Barranquero2007-10-041-6/+5
* (struct frame): Don't try to GC-mark menu_bar_items_used.Stefan Monnier2007-10-032-2/+7
* (mark_terminals): Typo.Stefan Monnier2007-10-021-1/+1
* * window.h (struct window):Stefan Monnier2007-10-029-15/+28
* * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-025-55/+37
* (mark_object): Fix typo.Stefan Monnier2007-10-021-7/+8
* (allocate_pseudovector): New fun.Stefan Monnier2007-10-022-131/+111
* (Fget_buffer_create, init_buffer_once): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+3
* (Fframe_parameters): Minor simplification.Stefan Monnier2007-10-021-2/+2
* (adjust_markers_for_insert): Generalize assertion checks.Stefan Monnier2007-10-021-10/+3
* (defsubr): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+1
* (Fmarker_buffer): Make test for odd case into a failure.Stefan Monnier2007-10-021-3/+6
* (Fcurrent_window_configuration): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+1
* (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't allow definition in m/*.h files.Stefan Monnier2007-10-021-11/+8
* * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.Stefan Monnier2007-10-025-44/+62
* (candidate_window_p): Only consider as visible frames thatStefan Monnier2007-10-021-2/+8
* (MARKBIT): Remove unused macro.Stefan Monnier2007-10-021-5/+0
* (Fload): Fix typo in docstring.Juanma Barranquero2007-10-012-8/+12
* (Fexpt): Manually check for overflows, so that a powerMichaƫl Cadilhac2007-10-012-3/+11
* (term_clear_mouse_face, term_mouse_highlight)Stefan Monnier2007-09-292-4/+9
* (safe_debug_print): Use XHASH.Stefan Monnier2007-09-292-5/+3
* (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition ofStefan Monnier2007-09-292-93/+81
* (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.Stefan Monnier2007-09-292-36/+24
* (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macrosStefan Monnier2007-09-292-73/+51
* (load_face_font, free_realized_face, clear_face_gcs):Stefan Monnier2007-09-292-6/+14
* (lisp, shortlisp): Delete server.elc, it is notDan Nicolaescu2007-09-282-2/+5
* (Fgpm_mouse_start): Don't signal an error if already activated on this tty.Stefan Monnier2007-09-282-2/+16
* (mouse_face_window): Rename from Qmouse_face_window. Update all users.Stefan Monnier2007-09-282-39/+38
* (narrow_foreground_group, widen_foreground_group): Static.Stefan Monnier2007-09-272-3/+7
* (Fterm_open_connection): Add comment.Stefan Monnier2007-09-271-0/+3
* (allocate_terminal): Set the vector size to only count the Lisp fields.Stefan Monnier2007-09-272-17/+19
* (struct terminal): Move all Lisp_Object fields traced byStefan Monnier2007-09-272-3/+9
* (compute_motion): Typo in last change.Stefan Monnier2007-09-271-1/+1
* * indent.h:Stefan Monnier2007-09-274-64/+75
* (Fmove_to_column): Use EMACS_INT for buffer positions.Stefan Monnier2007-09-272-8/+12
* *** empty log message ***Nick Roberts2007-09-252-223/+223
* (make_terminal_frame): Remove special case for WINDOWSNT.Jason Rumney2007-09-252-7/+11
* (create_w32cons_output): Remove.Jason Rumney2007-09-251-18/+0
* (init_tty): Call init_sys_modes on WINDOWSNT also.Jason Rumney2007-09-251-1/+2
* (init_sys_modes): Use set_terminal_modes_hook.Jason Rumney2007-09-251-2/+4
* (do_autoload): Don't output any message.Stefan Monnier2007-09-242-1/+5
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-242-1/+7
* (gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman2007-09-232-17/+50
* Fix typo.Glenn Morris2007-09-231-1/+1
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-0/+5
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-236-9/+6
* (DEV_TTY): New macro. Provide a definition for MS-Windows.Eli Zaretskii2007-09-222-33/+32
* * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.Dan Nicolaescu2007-09-212-8/+16
* * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.Stefan Monnier2007-09-215-20/+30