Stefan Monnier
ab3d4bb2ac
(pair-with-newsyms): Use make-symbol.
2004-11-16 04:04:50 +00:00
Luc Teirlinck
ce2bbf6a2f
*** empty log message ***
2004-11-16 02:56:49 +00:00
Luc Teirlinck
4127f01512
Maintainer is now FSF.
...
(life-patterns, life-neighbor-deltas, life-window-start)
(life-current-generation, life-generation-string): Use defvar instead
of defconst.
2004-11-16 02:54:06 +00:00
Luc Teirlinck
a7416ec1c9
Extern reseat_at_previous_visible_line_start.
2004-11-16 02:01:00 +00:00
Kim F. Storm
78819ebbcc
Cleanups.
2004-11-16 00:31:32 +00:00
Kenichi Handa
ab5b02b01f
(display_mode_element): Fix previous change (calculate
...
end position of substring to display correctly).
2004-11-16 00:30:13 +00:00
Kim F. Storm
8f1657f036
(Fposn_at_point): Remove extra */ after doc string.
...
Reported by Andrew M. Scott.
2004-11-15 23:32:52 +00:00
Kim F. Storm
c482cf97b8
*** empty log message ***
2004-11-15 23:32:33 +00:00
Stefan Monnier
9c8e6c852c
(compilation-move-to-column): New fun.
...
(compilation-internal-error-properties)
(compilation-next-error-function): Use it to make sure we don't go past
the end of line.
2004-11-15 23:10:38 +00:00
John Paul Wallington
fbee29e6e1
(auto-insert-alist): Insert the user's name in copyright notice,
...
rather than Free Software Foundation, for the Emacs Lisp header case
too.
2004-11-15 20:50:08 +00:00
Vinicius Jose Latorre
14b84c94f8
Fix typos & pr-switches-string
2004-11-15 19:31:54 +00:00
Kim F. Storm
109b593f29
(store_mode_line_string, produce_stretch_glyph):
...
Use Fsafe_plist_get.
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Fix image map element parsing. Use Fsafe_plist_get.
2004-11-15 15:21:34 +00:00
Kim F. Storm
27f604dddf
(Fsafe_plist_get): New defun.
...
(syms_of_fns): Defsubr it.
2004-11-15 15:21:14 +00:00
Kim F. Storm
479440d29c
(Fsafe_plist_get): Add EXFUN.
2004-11-15 15:20:57 +00:00
Kim F. Storm
9f89426bd4
*** empty log message ***
2004-11-15 15:20:33 +00:00
Kim F. Storm
442f927b42
(Other Plists): Note that plist-get may signal error.
...
Add safe-plist-get.
2004-11-15 15:19:48 +00:00
Kim F. Storm
6d073ae1e3
*** empty log message ***
2004-11-15 15:12:29 +00:00
Richard M. Stallman
27418463ce
(get_next_display_element): Fix previous change.
2004-11-15 13:34:40 +00:00
Thien-Thi Nguyen
10980463d7
(Font Lock Basics): Fix typo.
2004-11-15 09:55:51 +00:00
Jay Belanger
46a7315606
*** empty log message ***
2004-11-15 06:33:46 +00:00
Jay Belanger
f7adda5411
(math-integrate-by-parts): Removed unused variable var-thing.
...
(math-integ-depth, math-integ-level, math-integral-limit)
(math-enable-subst, math-any-substs, math-integ-msg)
(math-prev-parts-v, math-good-parts, math-max-integral-limit)
(math-int-threshold, math-int-factors, math-double-roots)
(math-solve-simplifying, var-IntegLimit, math-solve-sign)
(var-GenCount): Declared these variables.
(calcFunc-integ): Don't check if var-IntegLimit is bound.
(math-integral-cache, math-integral-cache-state): Move declarations
to earlier in the file.
(math-deriv-var, math-deriv-total, math-deriv-symb): New variables.
(math-derivative, calcFunc-deriv, calcFunc-tderiv): Replace
variables deriv-var, deriv-total and deriv-symb by declared variables
math-deriv-var, math-deriv-total and math-deriv-symb.
(math-cur-record): New variable.
(math-integral, math-replace-integral-parts, math-integrate-by-parts)
(calc-dump-integral-cache, math-try-integral): Replace variable
cur-record by declared variable math-cur-record.
(math-has-rules): New variable.
(math-try-integral, math-do-integral): Use declared variable
math-has-rules instead of has-rules.
(math-t1, math-t2, math-t3): New variables.
(math-do-integral, math-do-integral-methods, math-try-solve-for)
(math-try-solve-prod, math-solve-poly-funny-powers)
(math-solve-crunch-poly, math-decompose-poly)
(math-solve-find-root-term, math-find-root-in-prod): Replace
variables t1, t2, t3 by declared variables math-t1, math-t2,
math-t3.
(math-so-far, math-integ-expr): New variables.
(math-do-integral-methods, math-integ-try-linear-substitutions)
(math-integ-try-substitutions): Replace variables so-far and expr by
declared variables math-so-far and math-integ-expr.
(math-expr-parts): New variable.
(math-expr-rational-in, math-expr-rational-in-rec): Replace variable
parts by declared variable math-expr-parts.
(calc-low, calc-high): New variables.
(calcFunc-table, math-scan-for-limits): Replaced variable low and
high with the declared variable calc-low and calc-high.
(math-solve-var, math-solve-full): New variables.
(math-try-solve-for, math-try-solve-prod, math-solve-prod)
(math-decompose-poly, math-solve-quartic, math-poly-all-roots)
(math-solve-find-root-in-prod, math-solve-for, math-solve-system)
(math-solve-system-rec, math-solve-get-sign, math-solve-get-int):
Replace variables solve-var and solve-full with declared variables
math-solve-var and math-solve-full.
(math-solve-vars): New variable.
(math-solve-system, math-solve-system-rec): Replace variable
solve-vars with declared variable math-solve-vars.
(math-try-solve-sign): New variable.
(math-try-solve-for, math-try-solve-prod): Replace variable
sign by declared variable math-try-solve-sign.
(math-solve-b): New variable.
(math-solve-poly-funny-powers, math-decompose-poly): Replace variable
b by declared variable math-solve-b.
(math-solve-system-vv, math-solve-res): New variables
(math-solve-system-rec, math-solve-system-subst): Replaced variables
vv and res with declared variables math-solve-system-vv and
math-solve-system-res.
2004-11-15 06:16:21 +00:00
Miles Bader
853e2e5e29
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
Update from CVS
2004-11-15 05:26:20 +00:00
Stefan Monnier
930a3e462e
(compilation-internal-error-properties):
...
Fix up a transposition-typo. Check end-col before using it.
2004-11-15 04:51:50 +00:00
Luc Teirlinck
87589a704d
*** empty log message ***
2004-11-14 23:27:46 +00:00
Luc Teirlinck
a576d8e299
(convert-standard-filename): Doc fix.
2004-11-14 23:24:14 +00:00
Kim F. Storm
46303896cd
*** empty log message ***
2004-11-14 23:21:14 +00:00
Luc Teirlinck
141fa91025
(nnfolder-save-marks): Add missing format field in call to `error'.
2004-11-14 23:07:12 +00:00
Luc Teirlinck
5145dbc551
(nnml-save-marks): Add missing format field in call to `error'.
2004-11-14 23:03:04 +00:00
Reiner Steib
c825ac9d3c
(gnus-convert-old-newsrc): Assign
...
legacy-gnus-agent to 5.10.7.
2004-11-14 20:45:05 +00:00
Daniel Pfeiffer
b14f1885d1
(auto-mode-alist): handle .gtkrc, and under /etc passwd, group, shadow, default/* and pam.d/*.
2004-11-14 18:11:57 +00:00
Vinicius Jose Latorre
bf490c7bb6
adjust pr-menu-spec
2004-11-14 16:50:37 +00:00
Jan Djärv
ef614e04c3
* window.c (shrink_windows): Handle special case of one window left
...
when trying to shrink the final reminder. Grow windows if
total_removed is less than total_shrink.
2004-11-14 11:59:21 +00:00
Jan Djärv
234abfce95
Removed fprintf
2004-11-14 10:59:31 +00:00
Jan Djärv
a130b9017f
* xmenu.c (pop_down_menu): Remove global variable current_menu,
...
extract pointer from arg with XSAVE_VALUE.
(create_and_show_popup_menu, create_and_show_dialog,
xmenu_show): Construct arg to record_unwind_protect with
make_save_value.
2004-11-14 10:55:45 +00:00
Jan Djärv
24ca7c5a6f
* xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
...
Record unwind with clean_up_file_dialog.
2004-11-14 09:59:02 +00:00
Stefan Monnier
6babdce9e8
(winner-active-region, winner-edges, winner-window-list): Define at toplevel.
...
(winner-mode-map): Move init inside declaration.
2004-11-14 06:31:12 +00:00
Luc Teirlinck
9de1330977
Reverse previous change.
2004-11-14 06:21:25 +00:00
Stefan Monnier
572f248fac
*** empty log message ***
2004-11-14 06:21:11 +00:00
Stefan Monnier
08d72d137c
(byte-optimize-inline-handler): Simplify.
...
(byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2004-11-14 06:19:52 +00:00
Luc Teirlinck
3cffaddf34
extern reseat_at_previous_visible_line_start.
2004-11-14 05:24:59 +00:00
Richard M. Stallman
d9a03ad2b7
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
2004-11-14 05:17:58 +00:00
Richard M. Stallman
0b2e177e3e
(reseat_at_previous_visible_line_start): No longer static.
...
(get_next_display_element): Fix latest change: applies only to \n.
2004-11-14 04:31:03 +00:00
Richard M. Stallman
9136818a81
(Fvertical_motion): Scan to PT from start of line to make iterator consistent.
2004-11-14 04:13:54 +00:00
Vinicius Jose Latorre
6367b61632
interactive-p & file permission bits
2004-11-14 00:47:34 +00:00
Stefan Monnier
6ce66ffe74
(font-lock-fontify-syntactically-region): Fix last fix
...
so it doesn't forget to highlight the beginning of the region either.
2004-11-14 00:37:12 +00:00
Jan Djärv
b393528900
* xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
...
Record unwind with clean_up_file_dialog.
* xterm.h: Declare x_menu_in_use, x_menu_set_in_use,
x_menu_wait_for_event.
* xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
2004-11-13 23:29:11 +00:00
Jan Djärv
cd2531db72
Add BLOCK_INPUT in pop_down_file_dialog.
2004-11-13 23:17:55 +00:00
Jan Djärv
457a8155aa
* gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
...
(xg_file_sel_destroy): Removed.
(xg_file_response_cb, pop_down_file_dialog,
xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
New functions.
(xg_get_file_with_chooser, xg_get_file_with_selection): Take
new argument func, set it to xg_get_file_name_from_chooser/selector.
Move common code to xg_get_file_name. Return widget created.
(xg_get_file_name): Set name, transient for, modal and destroy
with parent here. Connect response signal to xg_file_response_cb,
connect delete-event to gtk_true. Record pop_down_file_dialog
for unwind. Do event loop and call x_menu_wait_for_event in loop.
(xg_create_widget): Make dialogs modal.
2004-11-13 23:09:11 +00:00
Daniel Pfeiffer
955afc1373
*** empty log message ***
2004-11-13 20:40:47 +00:00
Daniel Pfeiffer
1aaf8a45ee
(c-basic-common-initc-font-lock-init, c-font-lock-init): Eliminate obsolete make-local-hook.
...
(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode, awk-mode): Use run-mode-hooks.
2004-11-13 20:23:38 +00:00