Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (recompile): Set `max-specpdl-size' before compiling. | Thien-Thi Nguyen | 2004-11-19 | 2 | -3/+10 |
| | |||||
* | (Fvertical_motion): Fix last change. | Kim F. Storm | 2004-11-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-11-19 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-11-19 | 1 | -6/+27 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-11-19 | 1 | -4/+9 |
| | |||||
* | *** empty log message *** | Jay Belanger | 2004-11-18 | 1 | -0/+5 |
| | |||||
* | (math-simplify-divisor): Remove unnecessary variables. | Jay Belanger | 2004-11-18 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2004-11-18 | 1 | -0/+2 |
| | |||||
* | (Fvertical_motion): Undo 2004-11-16 change. | Kim F. Storm | 2004-11-18 | 2 | -10/+15 |
| | | | | Instead, move back again if reseating moves too far ahead. | ||||
* | Re-applied diff 3.26->3.27, variable reorganization. | J.D. Smith | 2004-11-18 | 1 | -17/+16 |
| | |||||
* | interactive-p & eval-and-compile | Vinicius Jose Latorre | 2004-11-18 | 2 | -975/+1059 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-11-17 | 2 | -41/+63 |
| | |||||
* | *** empty log message *** | Jay Belanger | 2004-11-17 | 1 | -0/+51 |
| | |||||
* | (math-simplify-expr): Declared it. | Jay Belanger | 2004-11-17 | 1 | -57/+65 |
| | | | | | | | Replaced argument expr in all calls of math-defsimplify by math-simplify-expr. (math-simplify-units-prod): Replaced variable expr by declared variable math-simplify-expr. | ||||
* | (calc-poly-div-remainder): Declared it. | Jay Belanger | 2004-11-17 | 1 | -2/+7 |
| | |||||
* | (math-defsimplify): Changed the argument in the created function to | Jay Belanger | 2004-11-17 | 1 | -3/+2 |
| | | | | math-simplify-expr. | ||||
* | (calc-poly-div): Made calc-poly-div-remainder a local variable. | Jay Belanger | 2004-11-17 | 1 | -367/+437 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (math-eval-rules-cache, math-eval-rules-cache-other): Declared them. (math-top-only): New variable (math-simplify, math-simplify-step): Replace variable top-only by declared variable math-top-only. (math-simplify-expr): Declared it. Replaced argument expr in all calls of math-defsimplify by math-simplify-expr. (math-simplify-plus, math-simplify-times, math-simplify-divide) (math-simplify-divisor, math-simplify-one-divisor) (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) (math-simplify-pow): Replaced variable expr by declared variable math-simplify-expr. (math-simplify-divisor): Removed local variables temp and op. (math-simplify-one-divisor): Made temp and op local variables. (math-simplify-divisor-nover, math-simplify-divisor-dover): New variables. (math-simplify-divisor, math-simplify-one-divisor): Use declared variables. (math-expr-subst-new, math-expr-subst-old): New variables. (math-expr-subst, math-expr-subst-rec): Use declared variables. (math-is-poly-degree, math-is-poly-loose): New variables. (math-is-polynomial, math-is-poly-rec): Use declared variables. (math-poly-base-const-ok, math-poly-base-pred): New variables. (math-polynomial-base, math-polynomial-base-rec): Use declared variables. | ||||
* | (list-buffers-noselect): Massage to fit in 80 columns. | Stefan Monnier | 2004-11-17 | 1 | -42/+46 |
| | | | | Replace mapcar->dolist, format->string. | ||||
* | Add ChangeLog entry for IDLWAVE version 5.5 update | Miles Bader | 2004-11-17 | 1 | -1/+8 |
| | |||||
* | Remove RCS keywords | Miles Bader | 2004-11-17 | 4 | -3/+5 |
| | |||||
* | Restore arch taglines | Miles Bader | 2004-11-17 | 6 | -6/+14 |
| | |||||
* | Initial checkin of HTML help support module. | J.D. Smith | 2004-11-17 | 1 | -0/+1177 |
| | |||||
* | Updated to IDLWAVE version 5.5. See idlwave.org. | J.D. Smith | 2004-11-17 | 1 | -807/+1511 |
| | |||||
* | Updated to IDLWAVE version 5.5. See idlwave.org | J.D. Smith | 2004-11-17 | 4 | -3604/+5637 |
| | |||||
* | (message3): Call clear_message. | Luc Teirlinck | 2004-11-17 | 2 | -0/+5 |
| | |||||
* | (erase_phys_cursor): Adjust cursor row visible height. | Kim F. Storm | 2004-11-17 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-11-17 | 1 | -1/+5 |
| | |||||
* | Undo last change. | Kim F. Storm | 2004-11-16 | 2 | -38/+4 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2004-11-16 | 1 | -0/+6 |
| | |||||
* | (set-buffer-file-coding-system): Finish previous change. | Richard M. Stallman | 2004-11-16 | 1 | -1/+2 |
| | |||||
* | * gtkutil.c (xg_get_file_name): Fix typo in | Jan Djärv | 2004-11-16 | 2 | -2/+5 |
| | | | | HAVE_GTK_FILE_SELECTION_NEW. | ||||
* | * xmenu.c (x_menu_in_use): Removed. | Jan Djärv | 2004-11-16 | 4 | -11/+14 |
| | | | | | | | | | (x_menu_set_in_use): Also set popup_activated_flag. * xfns.c (Fx_file_dialog): Call popup_activated instead of x_menu_in_use. Call x_menu_set_in_use in Motif version also. * xterm.h: (x_menu_in_use): Removed. | ||||
* | *** empty log message *** | Richard M. Stallman | 2004-11-16 | 5 | -5/+94 |
| | |||||
* | (Coding Conventions): Separate defvar and require | Richard M. Stallman | 2004-11-16 | 1 | -13/+22 |
| | | | | | methods to avoid warnings. Use require only when there are many functions and variables from that package. | ||||
* | (Minibuffer Completion): When ignoring case, | Richard M. Stallman | 2004-11-16 | 1 | -3/+5 |
| | | | | predicate must not be case-sensitive. | ||||
* | (Function Debugging, Explicit Debug): Clarified. | Richard M. Stallman | 2004-11-16 | 1 | -16/+19 |
| | | | | (Test Coverage): Don't talk about "splotches". Clarified. | ||||
* | (iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules. | Richard M. Stallman | 2004-11-16 | 1 | -4/+10 |
| | |||||
* | (set-buffer-file-coding-system): New arg NOMODIFY. | Richard M. Stallman | 2004-11-16 | 1 | -5/+12 |
| | | | | | (after-insert-file-set-coding): Pass that new arg. Prevent set-buffer-multibyte from trying to lock the file. | ||||
* | (list-buffers-noselect): New arg BUFFER-LIST. | Richard M. Stallman | 2004-11-16 | 1 | -37/+41 |
| | |||||
* | (save-place): Doc fix. | Richard M. Stallman | 2004-11-16 | 1 | -1/+4 |
| | |||||
* | (dabbrev-expand): When handling SPC M-/, | Richard M. Stallman | 2004-11-16 | 1 | -19/+21 |
| | | | | temporarily widen before finding the following word to copy. | ||||
* | (map-keymap): Definition deleted. | Richard M. Stallman | 2004-11-16 | 1 | -30/+0 |
| | | | | (cl-map-keymap): Definition deleted. | ||||
* | (map-keymap-internal): New function. | Richard M. Stallman | 2004-11-16 | 1 | -0/+18 |
| | |||||
* | (Fmap_keymap): New arg SORT-FIRST. Use | Richard M. Stallman | 2004-11-16 | 1 | -4/+8 |
| | | | | map-keymap-internal to implement that. | ||||
* | (Fvertical_motion): In batch mode, use vmotion directly. | Richard M. Stallman | 2004-11-16 | 1 | -18/+27 |
| | |||||
* | Typo. | Kim F. Storm | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | (Fdefine_fringe_bitmap): Always set 'h'. Simplify. | Kim F. Storm | 2004-11-16 | 1 | -8/+8 |
| | |||||
* | (get_glyph_string_clip_rect, init_glyph_string): Check it's | Stefan Monnier | 2004-11-16 | 1 | -2/+4 |
| | | | | a window before using XWINDOW. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-11-16 | 1 | -0/+2 |
| | |||||
* | Avoid side-effects inside XSETFASTINT's arguments. | Stefan Monnier | 2004-11-16 | 3 | -6/+10 |
| |