aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, andChong Yidong2009-02-211-0/+11
| | | | | | | | | | Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c.
* Remove duplicate words.Juanma Barranquero2009-02-201-2/+2
|
* * nsterm.m (x_make_frame_invisible): Unset async_visible,Adrian Robert2009-02-201-0/+7
| | | | | | async_iconified. Based on a patch by Christian Lynbech <christian.lynbech@tieto.com>. (EmacsView-windowDidMiniaturize:): Unset async_visible.
* (Fskip_chars_forward): Fix doc typo.Glenn Morris2009-02-201-0/+4
|
* * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).Chong Yidong2009-02-201-0/+4
|
* (detect_coding): Don't overflow coding->carryover.Kenichi Handa2009-02-191-0/+1
|
* * xfns.c (Fx_create_frame): Give Xft driver a higher priority.Chong Yidong2009-02-191-0/+4
|
* (detect_coding): Preserve coding->mode.Kenichi Handa2009-02-191-0/+4
|
* (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.Dan Nicolaescu2009-02-181-0/+4
|
* (font_check_otf_features): Fix handling of `nil' element.Kenichi Handa2009-02-181-0/+5
| | | | (Ffont_spec): Describe :lang and :otf in the docstring.
* (Fcheck_coding_systems_region): Fix test for unibyteAndreas Schwab2009-02-161-0/+5
| | | | string.
* Add bug reference.Juanma Barranquero2009-02-161-4/+4
|
* (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.Kenichi Handa2009-02-161-0/+4
|
* * dispextern.h (struct iterator_stack_entry): New line_wrapChong Yidong2009-02-141-0/+8
| | | | | | | member. * xdisp.c (push_it, pop_it): Save and restore line_wrap. (handle_line_prefix): Suppress wrapping of wrap prefixes.
* (MAX_SCREEN_BUF): New macro.Eli Zaretskii2009-02-141-0/+8
| | | | | | | (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long. Encode the entire run of glyphs sharing the same face, instead of doing that one glyph at a time (fixes a bug with displaying double-size characters).
* * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* ↵Adrian Robert2009-02-131-0/+11
| | | | nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
* Fix typos.Juanma Barranquero2009-02-131-2/+2
|
* (adjust_point_for_property): Allow stopping betwen two invisible areas.Stefan Monnier2009-02-121-28/+25
|
* (check_face_name): Check for fake helv. (Bug#2275)Jason Rumney2009-02-121-2/+6
| | | | | (add_font_entity_to_list): Call check_face_name even when family is unspecified.
* (x_display_pixel_height, x_display_pixel_width):Jason Rumney2009-02-121-0/+4
| | | | | Release DC when finished. Use NULL window to refer to desktop. (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
* *** empty log message ***Jason Rumney2009-02-121-0/+5
|
* (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.Kenichi Handa2009-02-121-0/+26
| | | | | | | | | | | (composition_gstring_width): Fix handling of LGLYPH_YOFF. (autocmp_chars): Use fast_looking_at. Don't compose more characters than MAX_COMPOSITION_COMPONENST. (find_automatic_composition): While looking forward and backward, check static composition. Fix where to stop looking forward. (composition_adjust_point): Fix checking of static composition. (Fcomposition_get_gstring): Pay attention to MAX_COMPOSITION_COMPONENST.
* Remove spurious semicolons.Juanma Barranquero2009-02-111-0/+10
|
* Fix typos and add bug references.Juanma Barranquero2009-02-111-3/+3
|
* (Fwrite_region): !NILP -> CONSP.Stefan Monnier2009-02-111-0/+4
|
* (send_process): Properly relocate pointer into dataAndreas Schwab2009-02-101-0/+5
| | | | when using encoded data.
* (detect_coding_charset): Fix previous change.Kenichi Handa2009-02-091-0/+4
|
* (w32_hide_hourglass): Handle case where frameJason Rumney2009-02-081-0/+5
| | | | disappeared while hourglass was displayed. (Bug #2193)
* (unexec): Fix error message.Andreas Schwab2009-02-071-0/+4
|
* * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined eventAdrian Robert2009-02-071-0/+13
| | | | | | | | | | | | when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel. * nsmenu.m (popupSession): New file-global variable. (pop_down_menu): End the popupSession before closing dialog. (ns_popup_dialog): BLOCK_INPUT around dialog presentation. (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), don't query NSApp for events (just sleep instead).
* (syms_of_coding) <translation-table-for-input>: Modify doc string toEli Zaretskii2009-02-071-0/+5
| | | | discourage use for character code unification.
* * atimer.c (run_timers): Update pending_atimers.Chong Yidong2009-02-071-0/+4
|
* * image.c (svg_load_image): Fix last change.Chong Yidong2009-02-061-0/+2
|
* * xfns.c (Fx_create_frame): Signal an error if no font isChong Yidong2009-02-061-0/+5
| | | | found (Bug#2147).
* * character.c (syms_of_character) <script-representative-chars>:Juanma Barranquero2009-02-051-0/+5
| | | | Fix typo in docstring.
* * nsmenu.m (pop_down_menu): New function.Adrian Robert2009-02-041-0/+19
| | | | | | | | | | | | | | | | (ns_popup_dialog): Call it on unwind. (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and call timer_check() (Bug#2154). (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if handling_signal is set. (EmacsMenu-fillWithWidgetValue:): Set submenu title. * s/darwin.h: Same and NO_SOCK_SIGIO as well. * nsterm.m (ns_read_socket): Same and don't set handling_signal. * keyboard.c (poll_for_input_1, handle_async_input): Set handling_signal under HAVE_NS.
* (Fwrite_region): Doc fix (mention annotate-functions).Glenn Morris2009-02-041-0/+4
|
* (Fchar_charset): New optional arg restriction.Kenichi Handa2009-02-041-0/+24
|
* (unexec): Handle unaligned bss offset.Andreas Schwab2009-02-021-0/+4
|
* formatting in ChangeLog, wording change to comment in nsterm.mAdrian Robert2009-02-021-0/+2
|
* * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30Adrian Robert2009-02-011-0/+8
| | | | | | | XT,w32read_socket changes to ns_read_socket. * keyboard.c (handle_interrupt): Don't call quit_throw_to_read_char() under NS. * blockinput.h: Remove NS-specific code.
* * dispnew.c (window_change_signal): Don't try to get the size of aDan Nicolaescu2009-01-301-0/+5
| | | | | | suspended tty frame. * term.c (Fresume_tty): Resize if the size has changed while the tty was suspended.
* (mark_stack): Properly conditionalize previous change.Dan Nicolaescu2009-01-301-0/+4
|
* * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:Juanma Barranquero2009-01-301-0/+6
| | | | | * w32term.c (w32_read_socket) [SYNC_INPUT]: Remove; this code is not used on Windows.
* (detect_eol, decode_eol): Handle text with DOS-style EOLs that also hasEli Zaretskii2009-01-301-0/+5
| | | | stray ^M characters.
* * atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero2009-01-301-0/+8
| | | | | | | * keyboard.c (pending_signals, handle_async_input, init_keyboard): * w32inevt.c (w32_console_read_socket): * w32term.c (w32_read_socket): * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
* * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.Chong Yidong2009-01-301-0/+8
| | | | | | | Initialize it as a relative filename pattern. (init_callproc): Don't initialize Vtemp_file_name_pattern here. (Fcall_process_region): Simplify temp file creation using temporary-file-directory.
* Rename pending_signals to msdos_pending_signals.Eli Zaretskii2009-01-291-0/+5
| | | | (sig_suspender, sigprocmask): Adjust.
* Fix last log entry: blockinput.h was not changed.Chong Yidong2009-01-291-2/+0
|
* * keyboard.c (pending_signals): New var.Chong Yidong2009-01-291-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | (poll_for_input, input_available_signal, init_keyboard): Set it. (process_pending_signals): New function. * lisp.h (QUIT): Check pending_signals instead of interrupt_input_pending. Use process_pending_signals. * atimer.c (run_timers, alarm_signal_handler): Update pending_signals. * process.c (wait_reading_process_output): Use process_pending_signals. * sysdep.c (emacs_write): Use process_pending_signals. * xterm.c (XTread_socket): Update pending_signals. * w32term.c (w32_read_socket): Update pending_signals. * w32inevt.c (w32_console_read_socket): Update pending_signals. * blockinput.h: Add declaration for pending_signals.