]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years ago(try_window_reusing_current_matrix): Fix bug setting
Gerd Moellmann [Wed, 3 Jan 2001 12:33:35 +0000 (12:33 +0000)]
(try_window_reusing_current_matrix): Fix bug setting
the enabled_p flag of the glyph row at window_end_vpos to 0.
(handle_single_display_prop): Fix last change.

23 years agoAvoid security hole allowing attacker to
Gerd Moellmann [Wed, 3 Jan 2001 12:04:06 +0000 (12:04 +0000)]
Avoid security hole allowing attacker to
cause user of rcs2log to overwrite arbitrary files, fixing
a bug reported by Morten Welinder.

Don't put "exit 1" at the end of the exit trap; it's
ineffective in POSIX shells.

23 years ago(Frecenter): Doc fix.
Richard M. Stallman [Wed, 3 Jan 2001 00:31:18 +0000 (00:31 +0000)]
(Frecenter): Doc fix.

23 years ago*** empty log message ***
Richard M. Stallman [Wed, 3 Jan 2001 00:30:59 +0000 (00:30 +0000)]
*** empty log message ***

24 years ago(cperl-invalid-face): Don't double-quote
Dave Love [Wed, 3 Jan 2001 00:19:28 +0000 (00:19 +0000)]
(cperl-invalid-face): Don't double-quote
value.
(cperl-init-faces): Allow cperl-invalid-face to be a normal face.

24 years agoDo highlighting of alternative matches all at once,
Richard M. Stallman [Wed, 3 Jan 2001 00:18:53 +0000 (00:18 +0000)]
Do highlighting of alternative matches all at once,
but only do it in the text that's visible in the selected window.

(isearch-lazy-highlight-cleanup): Arg now says
to remove all the current alternative-match highlighting.
If nil, remove only what's outside the current window.
(isearch-lazy-highlight-remove-overlays): Take optional
region within which NOT to remove them.
(isearch-lazy-highlight-new-loop): Greatly simplified.
(isearch-lazy-highlight-update): Find all the other occurrences
visible in the window, in just one call.

(isearch-lazy-highlight-start): Now holds start of region to scan.
(isearch-lazy-highlight-end): Now holds end of region to scan.
(isearch-lazy-highlight-wrapped): Variable deleted.
(isearch-lazy-highlight-search): Function deleted.

24 years ago(ls-lisp) <defgroup>: Add :version.
Dave Love [Tue, 2 Jan 2001 23:39:40 +0000 (23:39 +0000)]
(ls-lisp) <defgroup>: Add :version.

24 years ago*** empty log message ***
Dave Love [Tue, 2 Jan 2001 23:31:00 +0000 (23:31 +0000)]
*** empty log message ***

24 years agoAdd `radio' type. User variable doc strings and backquote in
Dave Love [Tue, 2 Jan 2001 23:23:24 +0000 (23:23 +0000)]
Add `radio' type.  User variable doc strings and backquote in
defcustom.

24 years ago(browse-url-filename-alist): Avoid backquote
Dave Love [Tue, 2 Jan 2001 23:17:24 +0000 (23:17 +0000)]
(browse-url-filename-alist): Avoid backquote
read syntax.

24 years ago*** empty log message ***
Andrew Innes [Tue, 2 Jan 2001 22:57:41 +0000 (22:57 +0000)]
*** empty log message ***

24 years ago(Fredraw_frame): Call set_terminal_modes for
Andrew Innes [Tue, 2 Jan 2001 22:55:49 +0000 (22:55 +0000)]
(Fredraw_frame): Call set_terminal_modes for
w32_console frames.

24 years ago(handle_single_display_prop): Return if frame is
Andrew Innes [Tue, 2 Jan 2001 22:54:34 +0000 (22:54 +0000)]
(handle_single_display_prop): Return if frame is
w32_console.
(init_iterator) [WINDOWSNT]: Initialize frame face cache if
necessary, even if running interactively.

24 years ago(realize_default_face): Set face foreground and
Andrew Innes [Tue, 2 Jan 2001 22:51:58 +0000 (22:51 +0000)]
(realize_default_face): Set face foreground and
background to unspecified for w32_console frames.
(realize_face): Realize face cache for w32_console frames.
(realize_tty_face): Accept w32_console frames.

24 years ago(make_terminal_frame) [WINDOWSNT]: Make terminal frames
Andrew Innes [Tue, 2 Jan 2001 22:50:34 +0000 (22:50 +0000)]
(make_terminal_frame) [WINDOWSNT]: Make terminal frames
use output_w32_console method.
(Qw32_console): New Lisp_Object.
(Fframep): Return it.
(syms_of_frame): Init it.
(Fframe_parameters): Report w32console as font for w32_console
frames.

24 years ago(output_method): Add output_w32_console method.
Andrew Innes [Tue, 2 Jan 2001 22:49:42 +0000 (22:49 +0000)]
(output_method): Add output_w32_console method.
(FRAME_W32_CONSOLE_P): New macro.

24 years ago(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
Andrew Innes [Tue, 2 Jan 2001 22:48:57 +0000 (22:48 +0000)]
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.

24 years ago(x_update_begin):
Andrew Innes [Tue, 2 Jan 2001 22:47:48 +0000 (22:47 +0000)]
(x_update_begin):
(x_update_end):
(x_clear_frame):
(x_ins_del_lines):
(x_change_line_highlight):
(x_delete_glyphs):
(w32_ring_bell):
(x_update_begin):
(x_update_end):
(w32_reassert_line_highlight):
(w32_frame_rehighlight):
(w32_frame_raise_lower): Do nothing if not w32 frame.

24 years ago(get_frame_dc): Abort if called on a non-w32 frame.
Andrew Innes [Tue, 2 Jan 2001 22:45:32 +0000 (22:45 +0000)]
(get_frame_dc): Abort if called on a non-w32 frame.

24 years ago(Fx_display_color_cells): Determine correct value, when
Andrew Innes [Tue, 2 Jan 2001 22:44:52 +0000 (22:44 +0000)]
(Fx_display_color_cells): Determine correct value, when
system doesn't tell us directly.
(Fx_display_visual_class): Implement properly.

24 years ago(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
Andrew Innes [Tue, 2 Jan 2001 22:41:07 +0000 (22:41 +0000)]
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.

24 years ago(convert-standard-filename): Do length check on name
Andrew Innes [Tue, 2 Jan 2001 22:38:06 +0000 (22:38 +0000)]
(convert-standard-filename): Do length check on name
before aref.

24 years ago*** empty log message ***
Dave Love [Tue, 2 Jan 2001 20:34:49 +0000 (20:34 +0000)]
*** empty log message ***

24 years agoMinor style and punctuation changes from Kim Storm.
Eli Zaretskii [Tue, 2 Jan 2001 17:05:30 +0000 (17:05 +0000)]
Minor style and punctuation changes from Kim Storm.

24 years agoFix email address of my last entry.
Eli Zaretskii [Tue, 2 Jan 2001 15:39:32 +0000 (15:39 +0000)]
Fix email address of my last entry.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 2 Jan 2001 15:32:59 +0000 (15:32 +0000)]
*** empty log message ***

24 years ago(Frecenter): Handle centering in graphical frames
Gerd Moellmann [Tue, 2 Jan 2001 15:32:31 +0000 (15:32 +0000)]
(Frecenter): Handle centering in graphical frames
specially.  Centering on the basis of line counts doesn't work
reliably with variable-height lines.

24 years ago(yyerror): Changed to take two arguments. Prototype
Gerd Moellmann [Tue, 2 Jan 2001 14:32:37 +0000 (14:32 +0000)]
(yyerror): Changed to take two arguments.  Prototype
added.  Callers changed.

24 years ago*** empty log message ***
Eli Zaretskii [Tue, 2 Jan 2001 14:27:49 +0000 (14:27 +0000)]
*** empty log message ***

24 years ago(detect_coding_iso2022, setup_coding_system): Remove
Eli Zaretskii [Tue, 2 Jan 2001 14:26:22 +0000 (14:26 +0000)]
(detect_coding_iso2022, setup_coding_system): Remove
unused variable `i'.
(detect_coding_mask): Remove unused variable `idx'.
(detect_coding): Remove unused variable `i'.
(ccl_coding_driver): Remove unused variable `result'.
(run_pre_post_conversion_on_str): Remove unused variable `prev'.
(decode_coding_string): Remove unused variables `to' and
`gcpro1'.
(encode_coding_string): Remove unused variables `gcpro1' and
`saved_coding_symbol'.
(Ffind_coding_systems_region_internal): Remove function-local
variable args[], leave only the block-local one.
(code_convert_region1): Remove unused variable `len'.

24 years ago(make_cursor_line_fully_visible): Remove unused variable
Eli Zaretskii [Tue, 2 Jan 2001 14:24:29 +0000 (14:24 +0000)]
(make_cursor_line_fully_visible): Remove unused variable
`header_line_height'.
(append_space, extend_face_to_end_of_line): Declare `saved_what'
enum display_element_type.

24 years ago(size_window): Remove block-local variable `min_size'.
Eli Zaretskii [Tue, 2 Jan 2001 14:23:43 +0000 (14:23 +0000)]
(size_window): Remove block-local variable `min_size'.

24 years ago(char_printable_p): Remove unused variable `chars'.
Eli Zaretskii [Tue, 2 Jan 2001 14:22:57 +0000 (14:22 +0000)]
(char_printable_p): Remove unused variable `chars'.
(Fsplit_char, Fchar_bytes): Remove unused variable `val'.
(str_to_multibyte): Remove unused variable `c'.

24 years ago(Fcategory_docstring): Remove unused variable `doc'.
Eli Zaretskii [Tue, 2 Jan 2001 14:21:33 +0000 (14:21 +0000)]
(Fcategory_docstring): Remove unused variable `doc'.
(Fget_unused_category): Remove unused variable
`docstring_vector'.
(Fchar_category_set): Remove unused variables `val', `charset',
`c1' and `c2'.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 2 Jan 2001 14:20:32 +0000 (14:20 +0000)]
*** empty log message ***

24 years ago(Fccl_execute): Cast ccl_driver parameters to `unsigned
Eli Zaretskii [Tue, 2 Jan 2001 14:20:09 +0000 (14:20 +0000)]
(Fccl_execute): Cast ccl_driver parameters to `unsigned
char *' instead of `char *'.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 2 Jan 2001 14:19:53 +0000 (14:19 +0000)]
*** empty log message ***

24 years ago(face_fontset, realize_default_face): Remove unused
Eli Zaretskii [Tue, 2 Jan 2001 14:19:26 +0000 (14:19 +0000)]
(face_fontset, realize_default_face): Remove unused
variable `fontset'.
(face_at_buffer_position): Remove unused variable `multibyte_p'.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 2 Jan 2001 14:19:19 +0000 (14:19 +0000)]
*** empty log message ***

24 years ago(XTread_socket): Remove unused variables `p' and
Eli Zaretskii [Tue, 2 Jan 2001 14:17:49 +0000 (14:17 +0000)]
(XTread_socket): Remove unused variables `p' and
`pend'.
(XTread_socket) <LeaveNotify>: Remove unused variable `frame',
leave only the one in the inner block.

24 years ago(comint-input-history-ignore): New variable.
Gerd Moellmann [Tue, 2 Jan 2001 14:15:22 +0000 (14:15 +0000)]
(comint-input-history-ignore): New variable.
(comint-read-input-ring): Ignore entries matching
comint-input-history-ignore.

24 years ago(x_display_info_for_name): Cast 0 to "char *" in the call
Eli Zaretskii [Tue, 2 Jan 2001 14:12:28 +0000 (14:12 +0000)]
(x_display_info_for_name): Cast 0 to "char *" in the call
to x_term_init.
(lookup_image): Remove unused variable `file'.
(xbm_load): Remove unused variables `bitmap_data', `height', and
`width'.  Remove function-local variable `i', leave the
block-local one.
(gif_load): Remove unused variable `inc'.

24 years ago(fontset_ref): Remove unused variable `i'.
Eli Zaretskii [Tue, 2 Jan 2001 14:11:36 +0000 (14:11 +0000)]
(fontset_ref): Remove unused variable `i'.
(fontset_set): Remove unused variables `j' and `tmp'.
(make_fontset): Remove unused variables `i', `j', `elt' and
`base_elt'.
(make_fontset_for_ascii_face): Remove unused variable `name'.
(fs_load_font): Remove unused variable `font_idx'.
(fs_query_fontset): Remove unused function-local variable
`fontset'.
(list_fontsets): Remove unused variable `tail'.
(Fnew_fontset): Remove unused variables `family' and `registry'.
(accumulate_font_info): Remove unused variable `tmp'.
(Ffontset_font): Remove unused variable `id'.
(syms_of_fontset): Remove unused variable `i'.

24 years ago(make_gap): Remove unused variable `result'.
Eli Zaretskii [Tue, 2 Jan 2001 14:10:36 +0000 (14:10 +0000)]
(make_gap): Remove unused variable `result'.

24 years ago(record_char): Remove unused function-scope variable
Eli Zaretskii [Tue, 2 Jan 2001 14:09:59 +0000 (14:09 +0000)]
(record_char): Remove unused function-scope variable
`help'.
(kbd_buffer_get_event): Remove unused block-scope variable `idx'.
(menu_bar_items): Remove unused function-scope variable `tem'.

24 years ago(Fmarker_position): Remove unused variables `pos', `i',
Eli Zaretskii [Tue, 2 Jan 2001 14:08:59 +0000 (14:08 +0000)]
(Fmarker_position): Remove unused variables `pos', `i',
and `buf'.
(Fmarker_insertion_type): Remove unused variable `buf'.

24 years ago(e_write): Remove unused variable `require_encoding_p'.
Eli Zaretskii [Tue, 2 Jan 2001 14:08:14 +0000 (14:08 +0000)]
(e_write): Remove unused variable `require_encoding_p'.

24 years ago(directory_files_internal): Fix a typo in a comment.
Eli Zaretskii [Tue, 2 Jan 2001 14:07:22 +0000 (14:07 +0000)]
(directory_files_internal): Fix a typo in a comment.
Remove an unused variable `handler'.
(file_name_completion): Remove unused function-scope variable
`dp'.
(Ffile_attributes) <dirname, sdir>: Make declarations conditioned
on BSD4_2.

24 years ago(casify_object): Remove unused variable `tolen'.
Eli Zaretskii [Tue, 2 Jan 2001 14:06:38 +0000 (14:06 +0000)]
(casify_object): Remove unused variable `tolen'.

24 years ago(todo): Add :link, :version.
Dave Love [Tue, 2 Jan 2001 14:06:15 +0000 (14:06 +0000)]
(todo): Add :link, :version.
(todo-save-top-priorities): Remove autoload cookie.
(todo-add-category, todo-add-item-non-interactively)
(todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
cookie.

24 years ago(current_column): Remove unused variable `stopchar'.
Eli Zaretskii [Tue, 2 Jan 2001 14:05:57 +0000 (14:05 +0000)]
(current_column): Remove unused variable `stopchar'.
(Fcompute_motion): Remove unused variable `contin'.

24 years ago(shrink_regexp_cache): Remove unused variable `cpp'.
Eli Zaretskii [Tue, 2 Jan 2001 14:04:56 +0000 (14:04 +0000)]
(shrink_regexp_cache): Remove unused variable `cpp'.
(trivial_regexp_p): Remove unused variable `c'.
(boyer_moore): Remove unused variable `k'.

24 years ago(Fprimitive_undo): Remove unused block-scope variable
Eli Zaretskii [Tue, 2 Jan 2001 14:04:12 +0000 (14:04 +0000)]
(Fprimitive_undo): Remove unused block-scope variable
`end'.

24 years ago(find_symbol_value): Remove extra 3rd argument in the
Eli Zaretskii [Tue, 2 Jan 2001 14:03:28 +0000 (14:03 +0000)]
(find_symbol_value): Remove extra 3rd argument in the
call to swap_in_symval_forwarding.

24 years ago(Fsnarf_documentation): Remove unused variables `fun' and
Eli Zaretskii [Tue, 2 Jan 2001 14:02:33 +0000 (14:02 +0000)]
(Fsnarf_documentation): Remove unused variables `fun' and
`tem'.

24 years ago(Ftranspose_regions): Remove unused variables `gcpro1'
Eli Zaretskii [Tue, 2 Jan 2001 14:01:48 +0000 (14:01 +0000)]
(Ftranspose_regions): Remove unused variables `gcpro1'
and `gcpro2'.

24 years ago(Flength): Remove unused variable `tail'.
Eli Zaretskii [Tue, 2 Jan 2001 14:01:05 +0000 (14:01 +0000)]
(Flength): Remove unused variable `tail'.
(Fdelete): Remove unused variable `size'.

24 years ago(doprnt1): Remove unused variable `size'.
Eli Zaretskii [Tue, 2 Jan 2001 14:00:20 +0000 (14:00 +0000)]
(doprnt1): Remove unused variable `size'.

24 years ago(get_local_map): Remove unused variable `tem'.
Eli Zaretskii [Tue, 2 Jan 2001 13:59:23 +0000 (13:59 +0000)]
(get_local_map): Remove unused variable `tem'.

24 years ago(run_composition_function): Remove unused variable
Eli Zaretskii [Tue, 2 Jan 2001 13:58:26 +0000 (13:58 +0000)]
(run_composition_function): Remove unused variable
`val'.
(update_compositions): Remove unused variable `hook'.

24 years ago(EmacsFrameSetCharSize): Remove unused variables `ac'
Eli Zaretskii [Tue, 2 Jan 2001 13:57:46 +0000 (13:57 +0000)]
(EmacsFrameSetCharSize): Remove unused variables `ac'
and al[].

24 years ago(x_connection_closed): Catch X errors around all
Gerd Moellmann [Tue, 2 Jan 2001 13:57:17 +0000 (13:57 +0000)]
(x_connection_closed): Catch X errors around all
statements that call X.  Save away the error message in a local
copy.

24 years ago(encode_terminal_code): Remove unused variable `c'.
Eli Zaretskii [Tue, 2 Jan 2001 13:57:02 +0000 (13:57 +0000)]
(encode_terminal_code): Remove unused variable `c'.

24 years ago(enter_namespace, main): Cast variables to shut up
Eli Zaretskii [Tue, 2 Jan 2001 13:53:32 +0000 (13:53 +0000)]
(enter_namespace, main): Cast variables to shut up
compiler warnings.
(yyerror): Change parameter declarations to be of type long, so
that they can take pointers on 64-bit platforms.

24 years ago(main): Remove unused local variable statbfr.
Eli Zaretskii [Tue, 2 Jan 2001 13:52:48 +0000 (13:52 +0000)]
(main): Remove unused local variable statbfr.
(main) <homedir>: Make its declaration conditional on
SERVER_HOME_DIR, to avoid compiler warnings.

24 years ago(main) <homedir>: Make its declaration conditional
Eli Zaretskii [Tue, 2 Jan 2001 13:52:04 +0000 (13:52 +0000)]
(main) <homedir>: Make its declaration conditional
on SERVER_HOME_DIR, to avoid compiler warnings.

24 years ago(readline): Cast buffer to "long *" to pacify
Eli Zaretskii [Tue, 2 Jan 2001 13:51:07 +0000 (13:51 +0000)]
(readline): Cast buffer to "long *" to pacify
over-zealous compilers.

24 years ago(Miscellaneous commands, Miscellaneous commands)
Dave Love [Tue, 2 Jan 2001 13:35:10 +0000 (13:35 +0000)]
(Miscellaneous commands, Miscellaneous commands)
(Miscellaneous commands): Comment out nodes with no content.

24 years ago(x_connection_closed): Set handling_signal to 0 at
Gerd Moellmann [Tue, 2 Jan 2001 13:32:43 +0000 (13:32 +0000)]
(x_connection_closed): Set handling_signal to 0 at
the start.

24 years ago(pos_visible_p): Take into account that CHARPOS maybe
Gerd Moellmann [Tue, 2 Jan 2001 12:11:32 +0000 (12:11 +0000)]
(pos_visible_p): Take into account that CHARPOS maybe
in or at the start of invisible text.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 2 Jan 2001 10:35:32 +0000 (10:35 +0000)]
*** empty log message ***

24 years ago(lm-copyright-prefix): New Variable.
Gerd Moellmann [Tue, 2 Jan 2001 10:35:00 +0000 (10:35 +0000)]
(lm-copyright-prefix): New Variable.
(lm-copyright-mark): New function.
(lm-crack-copyright): New function.
(lm-verify): Check that the file has a copyright.
Check that the file is copyright Free Software Foundation.

24 years ago(update_window): Don't check_current_matrix_flags.
Gerd Moellmann [Tue, 2 Jan 2001 10:26:28 +0000 (10:26 +0000)]
(update_window): Don't check_current_matrix_flags.

24 years agoAdd count-screen-lines.
Richard M. Stallman [Tue, 2 Jan 2001 03:52:23 +0000 (03:52 +0000)]
Add count-screen-lines.

24 years ago(x_figure_window_size): Do not allow new_height and
Jason Rumney [Mon, 1 Jan 2001 22:25:57 +0000 (22:25 +0000)]
(x_figure_window_size): Do not allow new_height and
new_width of frame to override specified values.

24 years ago*** empty log message ***
Jason Rumney [Mon, 1 Jan 2001 22:24:13 +0000 (22:24 +0000)]
*** empty log message ***

24 years agoMove the copying conditions to the end of the file.
Eli Zaretskii [Mon, 1 Jan 2001 17:57:10 +0000 (17:57 +0000)]
Move the copying conditions to the end of the file.

24 years ago.
Andreas Schwab [Mon, 1 Jan 2001 17:25:12 +0000 (17:25 +0000)]
.

24 years agoDoc fixes.
Andreas Schwab [Mon, 1 Jan 2001 17:24:10 +0000 (17:24 +0000)]
Doc fixes.

24 years agoRemove stray line.
Eli Zaretskii [Sun, 31 Dec 2000 12:39:06 +0000 (12:39 +0000)]
Remove stray line.

24 years agoAdd a cindex entry for compilation-scroll-output. Duplicate the variable's
Eli Zaretskii [Sun, 31 Dec 2000 11:00:30 +0000 (11:00 +0000)]
Add a cindex entry for compilation-scroll-output.  Duplicate the variable's
description in the Compilation Mode section.

24 years ago(find_composition): Fix a code for searching a composition backward.
Kenichi Handa [Sat, 30 Dec 2000 02:29:22 +0000 (02:29 +0000)]
(find_composition): Fix a code for searching a composition backward.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 30 Dec 2000 02:28:28 +0000 (02:28 +0000)]
*** empty log message ***

24 years ago(print-fontset): Indent font name by 24 columns, not 25.
Kenichi Handa [Sat, 30 Dec 2000 01:08:10 +0000 (01:08 +0000)]
(print-fontset): Indent font name by 24 columns, not 25.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 30 Dec 2000 01:07:49 +0000 (01:07 +0000)]
*** empty log message ***

24 years ago(check_current_matrix_flags) [GLYPH_DEBUG]: New
Gerd Moellmann [Fri, 29 Dec 2000 21:09:36 +0000 (21:09 +0000)]
(check_current_matrix_flags) [GLYPH_DEBUG]: New
function.
(update_window) [GLYPH_DEBUG]: Call it.
(scrolling_window): Prevent including current rows which are below
what's displayed in the window.

24 years ago(try_window_reusing_current_matrix)
Gerd Moellmann [Fri, 29 Dec 2000 21:08:50 +0000 (21:08 +0000)]
(try_window_reusing_current_matrix)
<new start <= old start>:  Disable rows in the current matrix
which are below the window after scrolling.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 15:16:23 +0000 (15:16 +0000)]
*** empty log message ***

24 years ago(mail-mode-flyspell-verify): Spell-check
Gerd Moellmann [Fri, 29 Dec 2000 15:14:51 +0000 (15:14 +0000)]
(mail-mode-flyspell-verify): Spell-check
in Subject line.

24 years ago(move_it_by_lines): Don't do optimizations if NEED_Y_P
Gerd Moellmann [Fri, 29 Dec 2000 14:24:09 +0000 (14:24 +0000)]
(move_it_by_lines): Don't do optimizations if NEED_Y_P
is zero.  It's not worth the complexity.
(invisible_text_between_p): Put in #if 0 because unused.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 13:29:13 +0000 (13:29 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 12:26:18 +0000 (12:26 +0000)]
*** empty log message ***

24 years ago(mail-abbrevs-enable, mail-abbrevs-disable):
Gerd Moellmann [Fri, 29 Dec 2000 12:19:28 +0000 (12:19 +0000)]
(mail-abbrevs-enable, mail-abbrevs-disable):
Use mail-mode-hook instead of mail-setup-hook.  Otherwise
continuing an interrupted message with C-u C-x m for instence,
winds up in Mail mode without abbrevs.

24 years agoHandle form feed better when ps-zebra-stripe-follow is
Gerd Moellmann [Fri, 29 Dec 2000 11:48:50 +0000 (11:48 +0000)]
Handle form feed better when ps-zebra-stripe-follow is
non-nil.  Adding almost all customization variables on ps-setup.  Doc
Fix.
(ps-print-version): New version number (6.3.3).
(ps-end-with-control-d): Initialization fix.
(ps-lines-printed): New var.
(ps-skip-newline): New fun.
(ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
(ps-next-line, ps-continue-line, ps-plot-region)
(ps-generate-postscript-with-faces, ps-end-job): Code fix.

24 years agoHandle form feed better when ps-zebra-stripe-follow
Gerd Moellmann [Fri, 29 Dec 2000 11:47:19 +0000 (11:47 +0000)]
Handle form feed better when ps-zebra-stripe-follow
is non-nil.
(printZebra, BeginPage): Code fix.

24 years ago(x-complement-fontset-spec): Resolve
Kenichi Handa [Fri, 29 Dec 2000 06:14:42 +0000 (06:14 +0000)]
(x-complement-fontset-spec): Resolve
ASCII font name so that the same family name is used for fonts
registered in x-font-name-charset-alist.
(create-fontset-from-fontset-spec): Adjusted for the above change.
The name of fontset alias should be a unresolved ASCII font name.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 29 Dec 2000 06:13:53 +0000 (06:13 +0000)]
*** empty log message ***

24 years ago(dired-guess-shell-alist-default): Use xpdf instead of acroread.
Richard M. Stallman [Thu, 28 Dec 2000 18:01:33 +0000 (18:01 +0000)]
(dired-guess-shell-alist-default): Use xpdf instead of acroread.

24 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Dec 2000 18:00:57 +0000 (18:00 +0000)]
*** empty log message ***

24 years agoClean up delete vs kill explanation.
Richard M. Stallman [Thu, 28 Dec 2000 17:54:10 +0000 (17:54 +0000)]
Clean up delete vs kill explanation.
Explain both can be undone.