aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (BASE_PURESIZE): Incremented to 1130000.Romain Francoise2005-10-281-1/+5
|
* *** empty log message ***Richard M. Stallman2005-10-281-0/+14
|
* * data.c (Fmake_variable_frame_local): Add clarification toChong Yidong2005-10-281-0/+3
| | | | docstring.
* * fringe.c (update_window_fringes): Handle case where buffer endsChong Yidong2005-10-271-0/+5
| | | | with a newline.
* (DECODE_SYSTEM): Fix argument name; name->str.Kenichi Handa2005-10-271-0/+18
|
* (w32_to_x_font): Avoid forcing font widths.Jason Rumney2005-10-251-0/+4
|
* (last_mouse_glyph_frame): New var.YAMAMOTO Mitsuharu2005-10-251-0/+22
| | | | | | | | | | | | | | | (note_mouse_movement): Say mouse moved if current frame differs from last_mouse_glyph_frame, and update last_mouse_glyph_frame. (XTmouse_position): Set last_mouse_glyph_frame. (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event. (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo. Use EndianU16_BtoN. (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls. (x_per_char_metric, XLoadQueryFont) [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get glyph bounds. (mac_to_x_fontname, mac_do_list_fonts) (mac_initialize_display_info): Change screen resolutions to 72dpi.
* Small doc fix.Masatake YAMATO2005-10-241-0/+4
|
* *** empty log message ***Kim F. Storm2005-10-241-0/+8
|
* *** empty log message ***Kim F. Storm2005-10-241-0/+4
|
* *** empty log message ***Stefan Monnier2005-10-241-0/+4
|
* *** empty log message ***Kim F. Storm2005-10-231-2/+1
|
* * xterm.c (note_mouse_movement): Always call note_mouse_highlightJan Djärv2005-10-231-0/+5
| | | | so tool tips don't interfere with press on tool bar button.
* (Fset_case_table): Doc fix.Richard M. Stallman2005-10-231-0/+8
|
* *** empty log message ***Richard M. Stallman2005-10-211-0/+8
|
* *** empty log message ***Kenichi Handa2005-10-211-0/+5
|
* *** empty log message ***Kim F. Storm2005-10-201-0/+21
|
* *** empty log message ***Eli Zaretskii2005-10-201-0/+5
|
* *** empty log message ***Eli Zaretskii2005-10-201-0/+4
|
* (Fdisplay_completion_list): Doc fix.Andreas Schwab2005-10-201-0/+4
|
* *** empty log message ***Kim F. Storm2005-10-191-1/+7
|
* Oops, 2004, not 2005.Romain Francoise2005-10-191-0/+2
|
* (main): Update copyright year.Romain Francoise2005-10-191-2/+4
|
* * image.c (Vmax_image_size): New variable.Chong Yidong2005-10-191-0/+12
| | | | | | | | | | | (check_image_size): New function. (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load) (gif_load, gs_load): Use it. (lookup_image): Try loading again if previous load failed. (xbm_read_bitmap_data): Add a new argument, a pointer to the frame to display in, NULL if none. (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new argument.
* (Fstring_match): Doc fix.Richard M. Stallman2005-10-191-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-181-0/+7
|
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-161-2/+32
|
* *** empty log message ***Richard M. Stallman2005-10-151-0/+5
|
* (note_mouse_movement, w32_read_socket): Apply 2005-10-14 changes forYAMAMOTO Mitsuharu2005-10-141-0/+7
| | | | xterm.c.
* (search_buffer): Give up BM search on case-fold-searchKenichi Handa2005-10-141-0/+9
| | | | | if one of a target character has a case-equivalence of different charset even if that target charcter is an ASCII.
* *** empty log message ***Kim F. Storm2005-10-131-0/+13
|
* (request_sigio, unrequest_sigio): Do nothing inAndreas Schwab2005-10-131-0/+5
| | | | non-interactive mode.
* (note_mouse_movement): Undo last change.YAMAMOTO Mitsuharu2005-10-121-0/+4
|
* *** empty log message ***Kim F. Storm2005-10-121-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-121-0/+3
|
* (init_buffer): Rename `rc' to `len' for clarity.Romain Francoise2005-10-121-0/+4
|
* (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW toYAMAMOTO Mitsuharu2005-10-121-0/+5
| | | | get end of text rows. Obtain header-line/mode-line rows directly.
* *** empty log message ***Kim F. Storm2005-10-111-0/+20
|
* *** empty log message ***Kim F. Storm2005-10-111-2/+6
|
* *** empty log message ***Romain Francoise2005-10-111-3/+3
|
* *** empty log message ***Kim F. Storm2005-10-111-0/+8
|
* *** empty log message ***Juanma Barranquero2005-10-111-2/+18
|
* (PER_CHAR_METRIC): Remove unused macro.YAMAMOTO Mitsuharu2005-10-111-3/+27
| | | | | | | | | | | | | | | | | | | | | | (fm_font_family_alist): New variable. (syms_of_macterm): Initialize and staticpro it. (decode_mac_font_name): Replace '-' in family name with '_' if it occurs just once. Lower family name. (parse_x_font_name): Rename from x_font_name_to_mac_font_name. All uses changed. Remove argument MF and code conversion for it. Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS to CHARSET. Parse font size. Lower family name. Return integer value for status of parsing. (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name. Don't use Fdowncase because family name is already lowered by decode_mac_font_name. (init_font_name_table): Always call decode_mac_font_name. Add pair of family name and its reference to fm_font_family_alist. (mac_clear_font_name_table): Clear fm_font_family_alist. (XLoadQueryFont): Move font size parsing part to parse_x_font_name. Lookup fm_font_family_alist to get font family reference. (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family name is already lowered by parse_x_font_name.
* (make_lispy_position): Fix buffer position calculation forKim F. Storm2005-10-101-0/+2
| | | | mouse click or movement in fringe.
* *** empty log message ***Kim F. Storm2005-10-101-0/+5
|
* *** empty log message ***Kim F. Storm2005-10-101-7/+5
|
* (remember_mouse_glyph): New function.Jason Rumney2005-10-101-0/+9
| | | | | | | | (note_mouse_movement): Use it to remember the current glyph if changed. (XTmouse_position): Fix calculation of fake glyph under mouse. Move code to calculate glyph under mouse into remember_mouse_glyph.
* -nb changed to -nbiJan Djärv2005-10-101-0/+4
|
* *** empty log message ***Juanma Barranquero2005-10-101-3/+10
|