summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (Fx_hide_tip): Simplified.emacs-pretest-21.0.93Gerd Moellmann2000-12-12
|
* *** empty log message ***Gerd Moellmann2000-12-12
|
* (smiley-region): Doc fix.Gerd Moellmann2000-12-12
|
* Use `define-minor-mode' for the minor modeGerd Moellmann2000-12-12
| | | | | | definition (patch by Stefan Monnier). (glasses-mode): Use jit-lock instead of `after-change-functions' (patch by Stefan Monnier).
* (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.Gerd Moellmann2000-12-12
|
* (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.Gerd Moellmann2000-12-12
|
* (Info-last-preorder): Don't barf on nodes without a prev.Miles Bader2000-12-12
| | | | (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
* * term/mac-win.el: Remove load for ls-lisp.Andrew Choi2000-12-12
| | | | * loadup.el: Load ls-lisp for system-type macos.
* * cw5-mcp.xml: add md5.c to project.Andrew Choi2000-12-12
| | | | * cw6-mcp.xml: add md5.c to project.
* * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handleAndrew Choi2000-12-12
| | | | Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
* Add idlwave-3.Miles Bader2000-12-12
|
* (delete-horizontal-space): Add BACKWARD-ONLY parameter.Miles Bader2000-12-12
| | | | | | | Respect field end too. (just-one-space): Respect fields as `delete-horizontal-space'. (newline-and-indent, reindent-then-newline-and-indent): Use `delete-horizontal-space'.
* *** empty log message ***Dave Love2000-12-11
|
* (comment-indent-new-line): Use delete-horizontal-spaceStefan Monnier2000-12-11
| | | | (so as to obey the field property in the minibuffer).
* Moved from auto-show.el to obsolete/auto-show.elStefan Monnier2000-12-11
|
* Moved from textmodes/ooutline.el to obsolete/ooutline.elStefan Monnier2000-12-11
|
* Moved from progmodes/c-mode.el to obsolete/c-mode.elStefan Monnier2000-12-11
|
* (Fx_hide_tip): Fix last change.Gerd Moellmann2000-12-11
|
* (Fx_hide_tip): Avoid unnecessary work when there'sGerd Moellmann2000-12-11
| | | | | | | | nothing to do. Bind inhibit-quit. (tip_frame): Make it a Lisp_Object. (x_create_tip_frame): Set tip_frame after it has been added to Vframe_list. (Fx_show_tip): Don't set tip_frame here.
* (clear_mouse_face): Treat tip_frame as a Lisp_Object.Gerd Moellmann2000-12-11
|
* (prepare_menu_bars): Changes for tip_frame being aGerd Moellmann2000-12-11
| | | | Lisp_Object.
* Change external declaration of tip_frame.Gerd Moellmann2000-12-11
|
* *** empty log message ***Dave Love2000-12-11
|
* Use full path for NON_GNU_CPP.Dave Love2000-12-11
|
* *** empty log message ***Gerd Moellmann2000-12-11
|
* (kill-new): Don't try to setcar kill-ring if it isGerd Moellmann2000-12-11
| | | | nil.
* (Fkey_description): If KEYS is an empty key sequence,Gerd Moellmann2000-12-11
| | | | return an empty string.
* (try_cursor_movement): Check update_mode_lines insteadGerd Moellmann2000-12-11
| | | | | | of the window's update_mode_line flag, since the former is set by force-mode-line-update, not the latter. This makes column-number-mode slightly faster.
* (try_window_id) <all changes above window start>:Gerd Moellmann2000-12-11
| | | | Set the cursor.
* (draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:Dave Love2000-12-11
| | | | <SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.
* *** empty log message ***Carsten Dominik2000-12-11
|
* Fixed setfilename and setdircategory. This was to undo incorrectCarsten Dominik2000-12-11
| | | | changes in the previous commit.
* Updated IDLWAVE to version 4.7Carsten Dominik2000-12-11
|
* Updated IDLWAVE manual to version 4.7Carsten Dominik2000-12-11
|
* *** empty log message ***Gerd Moellmann2000-12-11
|
* Update comment about _XOPEN_SOURCE.Gerd Moellmann2000-12-11
|
* (_FILE_OFFSET_BITS): Do not undef.Gerd Moellmann2000-12-11
|
* (file_offset, file_tell): Depend on HAVE_FSEEKO, notGerd Moellmann2000-12-11
| | | | HAVE_FTELLO.
* (HAVE_FTELLO): Remove.Gerd Moellmann2000-12-11
| | | | | (HAVE_FSEEKO): Add. (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
* (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):Gerd Moellmann2000-12-11
| | | | | | Merge fixes from latest GNU tar version. These macros no longer futz with _XOPEN_SOURCE, as that was not portable in practice. (AC_FUNC_FSEEKO): New macro.
* Use it instead of invoking AC_CHECK_FUNCS onGerd Moellmann2000-12-11
| | | | ftello.
* (custom-save-variables, custom-save-faces):Gerd Moellmann2000-12-11
| | | | Comment fix.
* Moved here from lisp/.Gerd Moellmann2000-12-11
|
* Moved to `obsolete' subdir.Gerd Moellmann2000-12-11
|
* *** empty log message ***Miles Bader2000-12-11
|
* (window-text-height): Function removed (now in C).Miles Bader2000-12-11
|
* (displayed_window_lines): Fix off-by-one error.Miles Bader2000-12-11
|
* (displayed_window_lines): Handle non-newline-terminated final lines properly.Miles Bader2000-12-11
| | | | | (Fwindow_text_height): New function (used to be in lisp). (syms_of_window): Initialize it.
* (gnus-summary-recenter): When trying to keep the bottom line visible,Miles Bader2000-12-11
| | | | | | check to see if it's partially obscured, and if so, either scroll one more line to make it fully visible, or revert to showing the second line from the top.
* (cvs-mode-marked): Set up the default for CMD manually.Stefan Monnier2000-12-11
|