summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (recompile): Set `max-specpdl-size' before compiling.Thien-Thi Nguyen2004-11-192-3/+10
|
* (Fvertical_motion): Fix last change.Kim F. Storm2004-11-191-1/+1
|
* *** empty log message ***Kim F. Storm2004-11-191-0/+4
|
* *** empty log message ***Stefan Monnier2004-11-191-6/+27
|
* *** empty log message ***Luc Teirlinck2004-11-191-4/+9
|
* *** empty log message ***Jay Belanger2004-11-181-0/+5
|
* (math-simplify-divisor): Remove unnecessary variables.Jay Belanger2004-11-181-3/+3
|
* *** empty log message ***Richard M. Stallman2004-11-181-0/+2
|
* (Fvertical_motion): Undo 2004-11-16 change.Kim F. Storm2004-11-182-10/+15
| | | | Instead, move back again if reseating moves too far ahead.
* Re-applied diff 3.26->3.27, variable reorganization.J.D. Smith2004-11-181-17/+16
|
* interactive-p & eval-and-compileVinicius Jose Latorre2004-11-182-975/+1059
|
* *** empty log message ***Stefan Monnier2004-11-172-41/+63
|
* *** empty log message ***Jay Belanger2004-11-171-0/+51
|
* (math-simplify-expr): Declared it.Jay Belanger2004-11-171-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 Belanger2004-11-171-2/+7
|
* (math-defsimplify): Changed the argument in the created function toJay Belanger2004-11-171-3/+2
| | | | math-simplify-expr.
* (calc-poly-div): Made calc-poly-div-remainder a local variable.Jay Belanger2004-11-171-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 Monnier2004-11-171-42/+46
| | | | Replace mapcar->dolist, format->string.
* Add ChangeLog entry for IDLWAVE version 5.5 updateMiles Bader2004-11-171-1/+8
|
* Remove RCS keywordsMiles Bader2004-11-174-3/+5
|
* Restore arch taglinesMiles Bader2004-11-176-6/+14
|
* Initial checkin of HTML help support module.J.D. Smith2004-11-171-0/+1177
|
* Updated to IDLWAVE version 5.5. See idlwave.org.J.D. Smith2004-11-171-807/+1511
|
* Updated to IDLWAVE version 5.5. See idlwave.orgJ.D. Smith2004-11-174-3604/+5637
|
* (message3): Call clear_message.Luc Teirlinck2004-11-172-0/+5
|
* (erase_phys_cursor): Adjust cursor row visible height.Kim F. Storm2004-11-171-0/+5
|
* *** empty log message ***Kim F. Storm2004-11-171-1/+5
|
* Undo last change.Kim F. Storm2004-11-162-38/+4
|
* *** empty log message ***Richard M. Stallman2004-11-161-0/+6
|
* (set-buffer-file-coding-system): Finish previous change.Richard M. Stallman2004-11-161-1/+2
|
* * gtkutil.c (xg_get_file_name): Fix typo inJan Djärv2004-11-162-2/+5
| | | | HAVE_GTK_FILE_SELECTION_NEW.
* * xmenu.c (x_menu_in_use): Removed.Jan Djärv2004-11-164-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. Stallman2004-11-165-5/+94
|
* (Coding Conventions): Separate defvar and requireRichard M. Stallman2004-11-161-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. Stallman2004-11-161-3/+5
| | | | predicate must not be case-sensitive.
* (Function Debugging, Explicit Debug): Clarified.Richard M. Stallman2004-11-161-16/+19
| | | | (Test Coverage): Don't talk about "splotches". Clarified.
* (iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules.Richard M. Stallman2004-11-161-4/+10
|
* (set-buffer-file-coding-system): New arg NOMODIFY.Richard M. Stallman2004-11-161-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. Stallman2004-11-161-37/+41
|
* (save-place): Doc fix.Richard M. Stallman2004-11-161-1/+4
|
* (dabbrev-expand): When handling SPC M-/,Richard M. Stallman2004-11-161-19/+21
| | | | temporarily widen before finding the following word to copy.
* (map-keymap): Definition deleted.Richard M. Stallman2004-11-161-30/+0
| | | | (cl-map-keymap): Definition deleted.
* (map-keymap-internal): New function.Richard M. Stallman2004-11-161-0/+18
|
* (Fmap_keymap): New arg SORT-FIRST. UseRichard M. Stallman2004-11-161-4/+8
| | | | map-keymap-internal to implement that.
* (Fvertical_motion): In batch mode, use vmotion directly.Richard M. Stallman2004-11-161-18/+27
|
* Typo.Kim F. Storm2004-11-161-1/+1
|
* (Fdefine_fringe_bitmap): Always set 'h'. Simplify.Kim F. Storm2004-11-161-8/+8
|
* (get_glyph_string_clip_rect, init_glyph_string): Check it'sStefan Monnier2004-11-161-2/+4
| | | | a window before using XWINDOW.
* *** empty log message ***Kim F. Storm2004-11-161-0/+2
|
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-163-6/+10
|