summaryrefslogtreecommitdiff
path: root/mac/src
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 22.2.92.Chong Yidong2008-09-021-3/+3
|
* Bump version to 22.2.91.Chong Yidong2008-08-261-3/+3
|
* Bump version to 22.2.90.Chong Yidong2008-08-151-4/+4
|
* Bump version to 22.2.50.Chong Yidong2008-03-261-4/+4
|
* Bump version to 22.2.Chong Yidong2008-03-261-5/+5
|
* Bump to version 22.1.92emacs-pretest-22.1.92Chong Yidong2008-03-071-3/+3
|
* Bump version to 22.1.91.Chong Yidong2008-02-191-3/+3
|
* Bump version number to 22.1.90.Chong Yidong2008-01-301-4/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-072-2/+2
|
* Update copyright to 2008.Glenn Morris2008-01-041-2/+2
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-253-3/+3
|
* Bump version number to 22.1.50.Chong Yidong2007-06-041-4/+4
|
* Increment version to 22.1.Chong Yidong2007-06-021-5/+5
|
* Bump version to 22.0.990emacs-pretest-22.0.990Chong Yidong2007-05-171-3/+3
|
* Bump version to 22.0.99.Chong Yidong2007-04-241-3/+3
|
* Bump version to 22.0.98.Chong Yidong2007-04-171-3/+3
|
* Bump version to 22.0.97.Chong Yidong2007-04-041-3/+3
|
* Bump version to 22.0.96.Chong Yidong2007-03-201-3/+3
|
* Bump to 22.0.95.Chong Yidong2007-03-011-3/+3
|
* Bump to version 22.0.94.emacs-pretest-22.0.94Chong Yidong2007-02-231-3/+3
|
* Bump version to 22.0.93.Chong Yidong2007-01-231-3/+3
|
* Update copyright to 2007.Glenn Morris2007-01-211-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-163-6/+6
| | | | 2001).
* Bump version number to 22.0.92Chong Yidong2006-12-191-3/+3
|
* Bump version to 22.0.91Chong Yidong2006-11-181-3/+3
|
* Bump version number to 22.0.90.emacs-pretest-22.0.90Chong Yidong2006-10-271-4/+4
|
* (M_APPLE): New define.YAMAMOTO Mitsuharu2006-09-191-1/+3
| | | | (MENU): Use it.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-063-4/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-103-3/+6
|
* Update FSF's address.Lute Kamstra2005-07-043-6/+6
|
* (DITL, vers): Fix version number and copyright.YAMAMOTO Mitsuharu2005-04-061-9/+9
|
* (SIZE): Increase preferred memory size to 32MB.YAMAMOTO Mitsuharu2005-03-041-1/+13
| | | | [HAVE_CARBON] (crfg): New resource for extra stack space.
* Update TOO_MUCH_RAM error message.Stefan Monnier2004-01-141-2/+2
|
* src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.Andrew Choi2003-11-021-2/+0
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-267-27555/+7
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (x_erase_phys_cursor): Don't erase cursor if cursor rowKim F. Storm2002-01-281-0/+6
| | | | | is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line.
* Fix typo.Pavel Janík2002-01-121-4/+4
|
* (x_report_frame_params): Makes the scroll-bar-width frameEli Zaretskii2001-12-131-0/+4
| | | | parameter have a numeric value all the time.
* (x_report_frame_params): Return actual fringe widths.Kim F. Storm2001-12-051-0/+4
|
* Merged fringe width related changes from xterm.c.Kim F. Storm2001-12-011-156/+217
|
* Merged fringe width related changes from xfns.c.Kim F. Storm2001-12-011-5/+25
|
* (waiting_for_input): Remove unnecessary prototype.Pavel Janík2001-11-161-2/+0
|
* Fringe cleanup.Kim F. Storm2001-11-161-66/+66
| | | | | | | | Comment fixes. Use renamed symbols. (fringe_bitmap_type): Renamed from bitmap_type. (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
| | | | Use renamed symbols.
* Update calls to openp.Stefan Monnier2001-10-122-3/+3
|
* (Fx_popup_menu): Use Fkeymap_prompt.Stefan Monnier2001-10-081-2/+3
|
* Include keymap.h.Stefan Monnier2001-10-081-2/+3
| | | | (note_mode_line_highlight): Use kEYMAPP.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-8/+17
| | | | | | | | | | | * src/macterm.c (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if a script code of -smJapanese is specified. (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0 encoding. (init_font_name_table): Use a script code of -smJapanese instead of smRoman for the second entry of a Japanese font. (XLoadQueryFont): Recognize a font as having the smRoman script code if its encoding is jisx0201.1976-0.