aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (PRINTFULLP): Removed because it is no longer used andGerd Moellmann1999-09-151-10/+2
| | | | | | | is misleading. (Ferror_message_string): Remove unused variables. (print_object): Cast argument of sprintf to long for `%ld' specifier. Remove unused variable.
* (update_frame_line): If writing whole desired line,Gerd Moellmann1999-09-151-9/+21
| | | | don't clear to end of line if already at the end.
* (whitespace-version): Update version to 2.4Richard M. Stallman1999-09-141-22/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add customization variables to conditionally test any of the five whitespaces. (whitespace-spacetab-regexp): Fix doc string. (whitespace-modes): Add `change-log-mode' to the list of modes to be checked for bogus whitespaces. (whitespace-rescan-timer-time): Update documentation. (whitespace-display-unchecked-whitespaces): new function to update modeline with untested whitespaces. (whitespace-buffer): Test only whitespaces whose checking is turned on, and update modeline using the newly created `whitespace-display-unchecked-whitespaces'. (whitespace-cleanup): Cleanup only whitespaces whose checking is turned on, and update modeline using the newly created `whitespace-display-unchecked-whitespaces'. (whitespace-describe): Update documentation. (whitespace-tickle-timer): Test if `whitespace-rescan-timer-time' is non-zero before tickling timer.
* (eval-last-sexp): Use prin1 instead of print.Gerd Moellmann1999-09-141-1/+1
|
* (Fplay_sound): Remove usused variables.Gerd Moellmann1999-09-141-3/+7
| | | | (be2hs): Put in #if 0 because it's currently not used.
* Update author address.Dave Love1999-09-141-2/+1
|
* (lisp-font-lock-keywords-1): Recognize an autoloadRichard M. Stallman1999-09-141-1/+1
| | | | cookie, even if followed by a letter.
* (inferior-octave-startup): Ensure -i and --no-line-editing are passedStephen Eglen1999-09-141-2/+3
| | | | | to Octave by including them here rather than storing them in inferior-octave-startup-args.
* (lw_separator_p): Check for new-style separatorsGerd Moellmann1999-09-141-1/+2
| | | | differently.
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-141-9/+9
|
* (x_scroll_bar_handle_click): Compile only ifGerd Moellmann1999-09-141-23/+18
| | | | | | | | | | | | | | not USE_TOOLKIT_SCROLL_BARS. (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto. (x_produce_glyphs): Remove unused variable(s). (x_alloc_nearest_color_for_widget, note_tool_bar_highlight, x_set_toolkit_scroll_bar_thumb): Ditto. (x_scroll_bar_create): Move local variable to the conditionally compiled section of code where it is used. (x_scroll_bar_create): Remove unused variable(s). (x_scroll_bar_remove, XTread_socket): Ditto. (XTread_socket) <ConfigureNotify>: Move variables used for non-toolkit case into conditionally compiled section of code.
* (x_set_background_color): Remove unused variable(s).Gerd Moellmann1999-09-141-22/+6
| | | | | | | | | | | (x_set_border_pixel): Ditto. (x_set_menu_bar_lines): Put local variable used only for non-toolkit case in #ifdef/#endif. (x_figure_window_size): Remove unused variable(s). (x_figure_window_size, x_window, lookup_image, xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load, png_load, jpeg_load, gif_load, x_create_tip_frame, x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.
* (display_echo_area_1, try_window_id): Remove unusedGerd Moellmann1999-09-141-3/+0
| | | | variable(s).
* (freeze_window_starts): Fix typo in prototype.Gerd Moellmann1999-09-141-1/+1
|
* Add prototype for debug_print.Gerd Moellmann1999-09-141-0/+4
| | | | Add prototype for getloadavg.
* (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.Gerd Moellmann1999-09-141-11/+10
|
* (Fnext_frame): Remove unused variable(s).Gerd Moellmann1999-09-141-11/+3
| | | | | | | | (Fprevious_frame, Fmouse_pixel_position, frame_name_fnn_p): Ditto. (store_frame_param): Add parentheses to conditional expression. (Fmodify_frame_parameters): Remove unused variables. (Fmodify_frame_parameters, Fset_frame_size, Fset_frame_position): Ditto.
* (SXHASH_COMBINE): Add missing parentheses.Gerd Moellmann1999-09-141-7/+3
| | | | | (Fchar_table_range, Fset_char_table_default, mapcar1, Fyes_or_no_p, sweep_weak_hash_tables): Remove unused variable(s).
* Add prototypes for gamma_correct andGerd Moellmann1999-09-141-1/+3
| | | | | | x_kill_gs_process. (xassert) [GLYPH_DEBUG]: Change definition to use do-while.
* (texinfo-font-lock-keywords): Add uref, command, option, env and sc.Eli Zaretskii1999-09-141-3/+3
|
* (shell-quote-argument): Quote argument with doubleEli Zaretskii1999-09-141-2/+13
| | | | quotes for ms-dos.
* (Fopen_network_stream): Avoid socket decriptor leak.Andreas Schwab1999-09-141-0/+14
|
* Declare close_file_unwind.Andreas Schwab1999-09-141-0/+1
|
* (eval-defun, eval-last-sexp):Richard M. Stallman1999-09-141-27/+35
| | | | Bind print-level, print-length and debug-on-error.
* (eval-expression-print-level): New variable.Richard M. Stallman1999-09-141-3/+24
| | | | | | | (eval-expression-print-length): New variable. (eval-expression-debug-on-error): New variable. (eval-expression): Bind print-level, print-length and debug-on-error from those vars.
* (Info-find-node): Cope better if guesspos is too large.Richard M. Stallman1999-09-141-2/+7
|
* (index.texi): If cannot make a symlink, make a hard link.Richard M. Stallman1999-09-141-2/+2
|
* *** empty log message ***Richard M. Stallman1999-09-141-1/+3
|
* (hide-ifdef-mode): Add autoload cookie.Dave Love1999-09-131-0/+2
|
* (checkdoc-display-status-buffer): AvoidDave Love1999-09-131-8/+10
| | | | | Help mode for temp buffer. (checkdoc-this-string-valid): Don't assume default comment-start.
* Remove code, keep the interface.Gerd Moellmann1999-09-131-202/+12
|
* (redisplay_window): Make sure start_at_line_begGerd Moellmann1999-09-131-2/+2
| | | | is always set correctly.
* Support print-circle and related features.Richard M. Stallman1999-09-131-101/+283
| | | | | | | | | | | | | (Vprint_gensym_alist): Removed. (Vprint_circle, Vprint_continuous_numbering, print_number_index Vprint_number_table): New variables. (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros. (PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist. (print, print_preprocess, print_preprocess_string, print_object): New/modified functions with print-circle feature. Use Vprint_number_table instead of Vprint_gensym_alist for print-gensym. (syms_of_print): Defined new Lisp variables `print-circle', `print-continuous-numbering', `print-number-table'.
* (move_it_in_display_line_to): Make type consistent with declaration.Dave Love1999-09-131-1/+1
|
* Don't continue #define args for benefit of old cc.Dave Love1999-09-131-9/+7
| | | | (xt_action_hook): Indent #error for benefit of K&R cc.
* (x_put_x_image): Make type consistent with declaration.Dave Love1999-09-131-1/+1
|
* (Fmake_hash_table): Fix string continuation.Dave Love1999-09-131-2/+2
|
* (help-highlight-p): Doc fix.Dave Love1999-09-131-2/+1
|
* Copyright up-date.Dave Love1999-09-131-1/+1
|
* (mode-line, header-line, tool-bar, ): Add :version.Dave Love1999-09-131-3/+10
| | | | | (highlight, secondary-selection): Add :group. (trailing-whitespace): Add :group, :version.
* Remove some compatibility code and checks.Dave Love1999-09-131-67/+27
| | | | | | | | | | | (widget-specify-field, widget-specify-button): Don't use XEmacs properties. (widget-overlay-inactive): Change error message. (widget-button-pressed-face): New variable. (widget-button-click): Use it. (widget-documentation-link-add): Specify mouse and button faces. (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions removed now the functionality is built in.
* Don't define-widget-keywords.Dave Love1999-09-131-223/+532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (multimedia): New group. (custom-last): Function removed. (custom-quote): Add vectorp case, comment out characterp case. (custom-buffer-done-function, custom-raised-buttons): New option. (Custom-buffer-done): New function. (custom-buffer-create-internal): Obey custom-raised-buttons, Custom-buffer-done. (custom-button-face): Make it `released-button'. (custom-button-pressed-face): Make it `pressed-button' (custom-mode-map): Bind "q" to Custom-buffer-done. (custom-mode): Deal with raised/pressed buttons. Changes from Didier Verna: (custom-prompt-variable): Optional third arg makes prompt for a comment string. (customize-set-value, customize-set-variable, customize-save-variable): Optional prefix makes function handle variable comments. (customize-customized, customize-saved, custom-variable-state-set) (custom-variable-set, custom-variable-save, custom-face-state-set) (custom-variable-reset-saved, custom-variable-reset-standard) (custom-face-set, custom-face-save, custom-face-reset-saved) (custom-face-reset-standard, customize-save-customized): Handle custom comments. (custom-comment-face, custom-comment-tag-face): New face. (custom-comment): New widget. (custom-comment-create, custom-comment-delete) (custom-comment-value-set, custom-comment-show) ()custom-comment-invisible-p): New functions. (custom-variable-value-create, custom-face-value-create): Create a comment field widget. (custom-variable-menu, custom-face-menu): New entry for custom comment. (custom-face-value-create): Remove compatibility code. (custom-save-variables, custom-save-faces): Possibly save custom comments.
* (custom-face-attributes): Simplify :underline, :overline,Dave Love1999-09-131-41/+34
| | | | | | | :inverse-video cases. Fix up :box case (probably needs more work). Change from Didier Verna: (custom-set-faces): The arguments can now have a custom comment as fourth argument.
* Don't define-widget-keywords.Dave Love1999-09-131-31/+30
| | | | | | Change from Didier Verna: (custom-set-variables): the arguments can now have a custom comment as fifth element.
* (XTcursor_to): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-18/+18
| | | | | (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto. (XRINGBELL): Removed.
* (x_own_selection): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-22/+28
| | | | | (Fx_store_cut_buffer_internal): Ditto. (Fx_rotate_cut_buffers_internal): Ditto.
* (Fx_popup_menu): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
| | | | (Fx_popup_dialog): Ditto.
* (QCfile): Moved to xdisp.c.Gerd Moellmann1999-09-131-16/+13
| | | | | | (syms_of_xfns): Don't initialize QCfile. (check_x_frame): Change for Lisp_Object selected_frame. (check_x_display_info, x_get_resource_string): Ditto.
* (frame_or_selected_frame): Change for Lisp_ObjectGerd Moellmann1999-09-131-25/+17
| | | | | | | | selected_frame. (Finternal_set_lisp_face_attribute): Ditto. (Finternal_get_lisp_face_attribute): Ditto. (Finternal_lisp_face_empty_p): Ditto. (Fdump_face): Ditto.
* (QCfile): Move here from xfns.c.Gerd Moellmann1999-09-131-40/+52
| | | | | | | | (syms_of_xdisp): Initialize it. (message2_nolog): Change for Lisp_Object selected_frame. (message3_nolog, message_with_string, message, setup_echo_area_for_printing, truncate_echo_area, prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.