index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dispextern.h: Change HAVE_CARBON to MAC_OS.
Steven Tamm
2004-12-27
1
-10
/
+2
*
Avoid side-effects inside XSETFASTINT's arguments.
Stefan Monnier
2004-11-16
1
-1
/
+2
*
(syms_of_frame): Fix the example in the doc string.
Eli Zaretskii
2004-11-06
1
-1
/
+1
*
(Fselect_frame, Fset_frame_selected_window)
Luc Teirlinck
2004-07-24
1
-4
/
+14
*
(Fdelete_frame): If we're in single_bboard_state on
Richard M. Stallman
2004-07-17
1
-0
/
+30
*
Remove period at end of error message.
Jan Djärv
2003-11-16
1
-1
/
+1
*
* w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Jan Djärv
2003-10-05
1
-25
/
+2
*
Fix memory leaks (from YAMAMOTO Mitsuharu)
Jan Djärv
2003-10-05
1
-0
/
+2
*
Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv
2003-10-05
1
-4
/
+2
*
(Vdefault_frame_scroll_bars): New variable.
Kim F. Storm
2003-09-20
1
-7
/
+19
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+3
*
Fix some of the font/face problems.
Jan Djärv
2003-06-26
1
-0
/
+2
*
* frame.c (make_frame): Condition want_fullscreen with
Jan Djärv
2003-05-25
1
-0
/
+2
*
Make (many) trivial substitutions for renamed and
Kim F. Storm
2003-05-24
1
-153
/
+148
*
(Fignore_event): Doc fix.
Richard M. Stallman
2003-05-19
1
-1
/
+1
*
(Fselect_window): Add optional arg `norecord'.
Stefan Monnier
2003-05-17
1
-4
/
+4
*
Fix build on Mac OS X with Carbon.
Andrew Choi
2003-04-01
1
-0
/
+3
*
(display_x_get_resource): Use Display_Info argument, not x_display_info.
Juanma Barranquero
2003-03-31
1
-1
/
+1
*
Fix compilation for --with-x=no.
Kim F. Storm
2003-03-31
1
-0
/
+5
*
Include blockinput.h.
Kim F. Storm
2003-03-31
1
-34
/
+1560
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-23
/
+23
*
* frame.c (Vdelete_frame_functions): New variable.
John Paul Wallington
2002-10-02
1
-5
/
+14
*
(make_terminal_frame) [CANNOT_DUMP]: Initialize
Kim F. Storm
2002-08-26
1
-0
/
+4
*
(Fframe_parameter): Use const for pointer to lisp
Ken Raeburn
2002-07-16
1
-1
/
+1
*
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn
2002-07-15
1
-17
/
+17
*
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Juanma Barranquero
2002-07-10
1
-1
/
+1
*
(frames_bury_buffer): Function deleted.
Richard M. Stallman
2002-06-26
1
-20
/
+0
*
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi
2002-04-26
1
-5
/
+5
*
Fix typo.
Juanma Barranquero
2002-03-05
1
-1
/
+1
*
2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen
2002-03-05
1
-1
/
+2
*
(syms_of_frame): Change mouse-highlight default to t.
Kim F. Storm
2002-02-20
1
-1
/
+1
*
(Vmouse_highlight): New variable.
Kim F. Storm
2002-02-16
1
-0
/
+9
*
(store_frame_param): Call set_tty_color_mode for termcap
Eli Zaretskii
2002-01-14
1
-0
/
+28
*
(Qleft_fringe, Qright_fringe): New vars.
Kim F. Storm
2001-12-01
1
-0
/
+6
*
Don't include keymap.h any more.
Stefan Monnier
2001-11-19
1
-10
/
+0
*
(Fframe_live_p): Doc fix.
Pavel Janík
2001-11-18
1
-1
/
+1
*
Update usage of CHECK_ macros (remove unused second argument).
Pavel Janík
2001-11-02
1
-46
/
+46
*
(Fframe_live_p): Doc fix.
Pavel Janík
2001-10-31
1
-2
/
+2
*
Resurrect a comment lost in the previous commit.
Eli Zaretskii
2001-10-25
1
-0
/
+1
*
(Fframe_parameter): Fix last change.
Eli Zaretskii
2001-10-25
1
-1
/
+2
*
(Fframe_parameter): Fix a bug whereby some
Gerd Moellmann
2001-10-25
1
-7
/
+8
*
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík
2001-10-21
1
-263
/
+264
*
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Ken Raeburn
2001-10-16
1
-1
/
+1
*
(Fset_mouse_position): Improve style of comment to follow other comments.
Pavel Janík
2001-10-14
1
-7
/
+7
*
Include keymap.h.
Stefan Monnier
2001-10-10
1
-0
/
+1
*
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann
2001-10-05
1
-1
/
+1
*
(syms_of_frame): Doc fix.
Eli Zaretskii
2001-09-30
1
-1
/
+3
*
Doc fix.
Richard M. Stallman
2001-09-10
1
-2
/
+4
*
Doc fix.
Richard M. Stallman
2001-09-10
1
-2
/
+3
*
(Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.
Eli Zaretskii
2001-03-25
1
-0
/
+2
[next]