aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (compute_tip_xy): Put tip above pointer if it doesn't fit below.Eli Zaretskii2005-12-021-0/+5
|
* * xterm.h: Add prototype for xg_set_icon_from_xpm_data.Jan Djärv2005-12-021-0/+10
| | | | | | | | * xfns.c (x_real_positions): int ign => unsigned int. (xg_set_icon_from_xpm_data): Remove unused variable err. (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast to remove compiler warning. (compute_tip_xy): Put tip above pointer if it doesn't fit below.
* *** empty log message ***Eli Zaretskii2005-12-021-0/+16
|
* (Fset_window_configuration): Don't accidentally copy theStefan Monnier2005-12-011-0/+5
| | | | window-point of one window to another.
* *** empty log message ***Romain Francoise2005-11-301-1/+1
|
* (Fpop_to_buffer): Remove superfluous call to record_buffer.Károly Lőrentey2005-11-301-0/+4
|
* *** empty log message ***Kim F. Storm2005-11-301-0/+6
|
* (stop_other_atimers): Fix loop to correctly compute `prev'.Stefan Monnier2005-11-291-18/+20
|
* *** empty log message ***Richard M. Stallman2005-11-271-0/+8
|
* *** empty log message ***Eli Zaretskii2005-11-261-0/+5
|
* *** empty log message ***Eli Zaretskii2005-11-261-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-11-241-0/+11
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-11-231-0/+14
|
* (shadow_lookup): Use make_number to pass a number to Fsubstring.Ken Raeburn2005-11-211-0/+5
|
* *** empty log message ***Juri Linkov2005-11-211-0/+4
|
* (merge_face_vectors): Don't do :ignore-defface overwriting here.Chong Yidong2005-11-201-0/+2
| | | | (Finternal_merge_in_global_face): Do it here.
* * xfaces.c (Finternal_set_lisp_face_attribute): UseChong Yidong2005-11-201-0/+7
| | | | | | :ignore-defface for new frame defaults when `unspecified' is supplied. (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
* *** empty log message ***Juri Linkov2005-11-201-0/+5
|
* *** empty log message ***Nick Roberts2005-11-201-0/+5
|
* *** empty log message ***Andreas Schwab2005-11-191-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-11-191-0/+10
|
* * image.c (x_create_bitmap_from_xpm_data): Free attributes onChong Yidong2005-11-181-0/+3
| | | | fail.
* (Fface_attribute_relative_p, Fmerge_face_attribute): HandleChong Yidong2005-11-181-3/+4
| | | | Qignore_defface as a possible value.
* * xfaces.c (Qignore_defface): New variable.Chong Yidong2005-11-181-0/+11
| | | | | | | | | | (syms_of_xfaces): Provide `:ignore-defface'. (IGNORE_DEFFACE_P): New macro. (check_lface_attrs): Qignore_defface is a possible value. (lface_fully_specified_p): Likewise. (Finternal_set_lisp_face_attribute): Likewise. (merge_face_vectors): The merged face is `unspecified' if the mergee specifies `:ignore-defface'.
* *** empty log message ***Stefan Monnier2005-11-161-8/+11
|
* * xfns.c (xg_set_icon_from_xpm_data): New function.Chong Yidong2005-11-161-1/+4
| | | | | | | * gnu.h (gnu_xpm_bits): Renamed from gnu_bits. (gnu_xbm_bits): Renamed from gnu_bits (xbm version). * xterm.c (x_bitmap_icon): Use the xpm if available.
* initialize XpmAttributesChong Yidong2005-11-161-0/+1
|
* * gnu.h (gnu_bits): Xpm version of the new Emacs icon.Chong Yidong2005-11-161-0/+8
| | | | | | * xterm.c (x_bitmap_icon): Use the xpm if available. * image.c (x_create_bitmap_from_xpm_data): New function.
* *** empty log message ***Luc Teirlinck2005-11-161-0/+4
|
* *** empty log message ***Nick Roberts2005-11-161-0/+4
|
* (free_float): Make free list chaining aliasing-safe.Andreas Schwab2005-11-151-0/+17
| | | | | | | | | | | (make_float): Likewise. (free_cons): Likewise. (Fcons): Likewise. (check_cons_list): Likewise. (Fmake_symbol): Likewise. (allocate_misc): Likewise. (free_misc): Likewise. (gc_sweep): Likewise.
* (HASHKEY_QUERY_CACHE): New define.YAMAMOTO Mitsuharu2005-11-151-0/+4
| | | | | (xrm_create_database, xrm_q_put_resource): Empty query cache. (xrm_get_resource): Use query cache.
* (init_image) [MAC_OS]: Don't call EnterMovies ifYAMAMOTO Mitsuharu2005-11-151-0/+5
| | | | inhibit_window_system is set.
* (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.YAMAMOTO Mitsuharu2005-11-131-1/+20
|
* Update macterm commentSteven Tamm2005-11-111-8/+12
|
* macterm.c (backtranslate_modified_keycode): New function toSteven Tamm2005-11-111-0/+13
| | | | | | | | | | | | mask modifiers off of keycodes for use in modifier mapping. (mac_determine_quit_char_modifiers): Remove mac-reverse-ctrl-meta and replace it with more flexible system mapping mac modifier keys to emacs modifier keys. (convert_fn_keycode): Map Fn-keys to their original keycode using a table (english keyboard only). (syms_of_macterm): Define mac-control-modifier, mac-command-modifier, mac-function-modifier. Define meta and ctrl for use as modifiers.
* *** empty log message ***Kim F. Storm2005-11-111-0/+4
|
* (FATAL ERRORS): Fix infinite loop in redisplayKim F. Storm2005-11-111-0/+2
| | | | when displaying a non-breaking space in an overlay string.
* *** empty log message ***Kim F. Storm2005-11-111-0/+10
|
* (file-regular-p): Doc fix.Lars Hansen2005-11-101-0/+4
|
* *** empty log message ***Kim F. Storm2005-11-091-0/+14
|
* *** empty log message ***Nick Roberts2005-11-091-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-11-091-0/+13
|
* *** empty log message ***Juri Linkov2005-11-091-0/+6
|
* *** empty log message ***Kim F. Storm2005-11-081-0/+7
|
* (Fget_lru_window, Fget_largest_window, window_loop):Stefan Monnier2005-11-041-2/+6
| | | | Don't abuse the `mini' arg. Use the `obj' arg instead.
* *** empty log message ***Kim F. Storm2005-11-041-0/+4
|
* (lisp, shortlisp): Add emacs-lisp/syntax.elc,Dan Nicolaescu2005-11-031-0/+5
| | | | font-lock.elc and jit-lock.elc.
* *** empty log message ***Richard M. Stallman2005-11-031-0/+10
|
* (Fdisplay_buffer): Fix last change to not use a dedicated window.Stefan Monnier2005-11-031-2/+7
|