aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.Juanma Barranquero2007-10-262-4/+6
|
* (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,Juanma Barranquero2007-10-262-36/+46
| | | | | | | | | dont_register_blocks, staticvec, staticidx, interval_block, n_interval_blocks, init_strings, check_string_bytes, check_sblock, init_float, free_float, n_cons_blocks, init_cons, all_vectors, n_vectors, symbol_block, symbol_block_index, symbol_free_list, n_symbol_blocks, init_symbol, marker_block, marker_free_list, n_marker_blocks, init_marker, valid_pointer_p, make_pure_float, last_marked, mark_object_loop_halt): Make static.
* *** empty log message ***Juanma Barranquero2007-10-261-1/+1
|
* (syms_of_frame) <delete-frame-functions>: Fix typo in docstring.Juanma Barranquero2007-10-262-23/+28
|
* (w32_get_resource): Remove unused variable `ok'.Juanma Barranquero2007-10-252-1/+1
|
* (init_environment): Fix tiny memory leak.Juanma Barranquero2007-10-252-0/+5
|
* Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-2513-19/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | frame-local as done originally by multi-tty). * startup.el (window-system): Remove. Don't make it frame-local. * keyboard.h (struct kboard): Add Vwindow_system. * keyboard.c (init_kboard): Set a default for Vwindow_system. (mark_kboards): Mark Vwindow_system. * dispnew.c (syms_of_display) <window-system>: Declare terminal-local. (init_display): Don't set the obsolete `window-system' frame-param. * xterm.c (x_term_init): * w32term.c (w32_create_terminal): * term.c (init_tty): Set Vwindow_system. * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system. * xfns.c (Fx_create_frame, x_create_tip_frame): * w32fns.c (Fx_create_frame, x_create_tip_frame): * macfns.c (Fx_create_frame): Don't set the obsolete `window-system' frame-param. * frame.h (Qwindow_system): Remove. * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well. (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
* (read_key_sequence): Trivial typo in comment.Stefan Monnier2007-10-241-1/+1
|
* *** empty log message ***Juanma Barranquero2007-10-231-1/+2
|
* (unwind_request_sigio): Only define if __ultrix__.Stefan Monnier2007-10-232-0/+4
|
* (child_setup): Remove spurious *.Stefan Monnier2007-10-232-1/+3
|
* * lisp.h (Fget_text_property): Declare.Stefan Monnier2007-10-235-4/+12
| | | | | | | (have_menus_p): Declare it here rather than in sys-dep header files. * macterm.h (have_menus_p): * msdos.h (have_menus_p): * xterm.h (have_menus_p): Remove.
* (Fmake_variable_buffer_local, Fmake_local_variable)Stefan Monnier2007-10-232-3/+9
| | | | | (Fmake_variable_frame_local): Just check the variable's const-ness rather than checking nil or t.
* include math.hJason Rumney2007-10-222-1/+3
|
* (w32_abort): Move declaration to nt/config.nt.Jason Rumney2007-10-222-2/+1
|
* (HAVE_STDLIB_H): Define.Jason Rumney2007-10-222-4/+4
| | | | (abort): Redefinition moved to nt/config.nt.
* Remove, m/intel386.h is the file w32 uses.Jason Rumney2007-10-222-125/+4
|
* (Fdump_emacs): Fix typo in message.Juanma Barranquero2007-10-222-7/+12
| | | | | (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring. <installation-directory>: Reflow docstring.
* Allow minibuffer default to be a list of default values.Juri Linkov2007-10-222-7/+24
| | | | | | | | | | With empty input use the first element of this list as returned default. (string_to_object): (read_minibuf_noninteractive): If defalt is cons, set val to its car. (read_minibuf): If defalt is cons, set histstring to its car. (Fread_string): If default_value is cons, set val to its car. (Fread_buffer): If def is cons, use its car. (Fcompleting_read): If defalt is cons, set val to its car.
* * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.Michael Albinus2007-10-212-5/+9
|
* (Fdocumentation): Check for advice in all cases.Juanma Barranquero2007-10-202-12/+16
|
* [HAVE_LIBRESOLV]: Add -lresolv to linker flags.Chong Yidong2007-10-191-1/+8
|
* * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.Chong Yidong2007-10-191-0/+4
|
* (Fdocumentation): Check for and handle an advised function.Richard M. Stallman2007-10-192-0/+16
|
* (Fset_process_filter): Doc fix.Juanma Barranquero2007-10-192-1/+5
|
* (read_key_sequence): Undo a change introduced by multi-ttyStefan Monnier2007-10-182-7/+21
| | | | | which caused key-translation-map to applied repeatedly (thus breaking double-mode).
* Regenerate.Glenn Morris2007-10-181-1/+1
|
* * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-179-55/+71
| | | | | | | | | | | | | | | (x_clear_frame_selections): * w32menu.c (list_of_panes, list_of_items): * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list): * textprop.c (validate_plist, interval_has_all_properties) (interval_has_some_properties, interval_has_some_properties_list) (add_properties, text_property_list): * process.c (Fget_buffer_process, list_processes_1, status_notify): * minibuf.c (Fassoc_string): * macselect.c (x_own_selection, x_clear_frame_selections) (Fx_disown_selection_internal): * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree): Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
* Link to libs for calling res_init() if available.Chong Yidong2007-10-171-0/+16
| | | | | (Fmake_network_process): Call res_init() before getaddrinfo or gethostbyname, if possible.
* * process.c: Link to libs for calling res_init() if available.Chong Yidong2007-10-171-0/+6
| | | | | (Fmake_network_process): Call res_init() before getaddrinfo or gethostbyname, if possible.
* (read1): Set pvectype for char_tables.Stefan Monnier2007-10-172-2/+4
|
* (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)Stefan Monnier2007-10-172-12/+19
| | | | | (XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE): Add type checks. (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
* (free_misc): Use XMISCTYPE.Stefan Monnier2007-10-172-5/+10
| | | | (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-172-1/+14
| | | | (Fread_file_name): Use it rather than intern'ing.
* (Qcompletion_ignore_case): Change to external.Glenn Morris2007-10-171-6/+1
| | | | (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New Lisp_Object.Glenn Morris2007-10-171-0/+4
| | | | (syms_of_minibuf): Add Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-171-1/+9
| | | | (Fread_coding_system): Ignore case of user input.
* Merge from emacs--rel--22Miles Bader2007-10-163-6/+34
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-892
| * (handle_display_prop): Ignore display specs afterYAMAMOTO Mitsuharu2007-10-162-5/+28
| | | | | | | | | | | | replacing one when string text is being replaced. (handle_single_display_spec): Pretend as if characters with display property haven't been consumed only when buffer text is being replaced.
* | * xfns.c (Fx_create_frame, Fx_display_list):Stefan Monnier2007-10-169-20/+32
| | | | | | | | | | | | | | | | | | | | | | * window.c (window_fixed_size_p, enlarge_window, shrink_window_lowest_first): * macterm.c (init_font_name_table): * macfns.c (Fx_create_frame, Fx_display_list): * lread.c (close_load_descs): * keyboard.c (read_char_x_menu_prompt): * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent): * coding.c (code_convert_region_unwind): Test the type of an object rather than just !NILP before extracting data from it.
* | (Fpurecopy): Set the pvec tag on pseudo vectors.Stefan Monnier2007-10-162-1/+6
| |
* | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-169-107/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (XMISCANY): New macro. (XMISCTYPE): Use it. (struct Lisp_Misc_Any): New type. (union Lisp_Misc): Use it. (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit. * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding) (find_symbol_value, set_internal, default_value, Fset_default) (Fmake_variable_buffer_local, Fmake_local_variable) (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p) (Flocal_variable_if_set_p, Fvariable_binding_locus): The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set. * alloc.c (allocate_buffer): Set the size and tag. (allocate_misc, mark_maybe_object, mark_object, survives_gc_p): Use XMISCANY. (die): Follow the GNU convention for error messages. * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set. * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the tag any more. (set_buffer_internal_1): * frame.c (store_frame_param): * eval.c (specbind): * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
* | (Fsnarf_documentation): Simplify.Stefan Monnier2007-10-162-4/+10
| |
* | Merge from emacs--rel--22Miles Bader2007-10-156-28/+28
|\| | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-889
| * Line break fix.Richard M. Stallman2007-10-141-2/+2
| |
| * (Ffset): Save autoload of the function being set.Juanma Barranquero2007-10-142-4/+18
| |
| * (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
| |
| * John Paul Wallington <jpw at pobox.com>Glenn Morris2007-10-142-0/+25
| | | | | | | | | | (x_create_tip_frame): Set the `display-type' frame parameter before setting up faces.
| * (dos_rawgetc): Undo last change (there's no ``leaving selected frame''Eli Zaretskii2007-10-132-7/+6
| | | | | | | | on MSDOS).
| * (set-frame-configuration): Assign name parameter onlyMartin Rudalics2007-10-123-27/+3
| | | | | | | | if it has been set explicitly before.