| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * image.c (free_image): Mark frame as garbaged (Bug#6426). | Chong Yidong | 2010-06-19 | 1 | -0/+2 |
| | | |||||
| * | * keymap.c (Fdefine_key): Doc fix (Bug#6460). | Chong Yidong | 2010-06-19 | 1 | -0/+4 |
| | | |||||
| * | Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-14 | 1 | -0/+4 |
| | | |||||
| * | * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. | Stefan Monnier | 2010-06-09 | 1 | -0/+5 |
| | | | | | Check `object's type before accessing its guts. | ||||
| * | * minibuf.c (Fall_completions): Add more checks. | Andreas Schwab | 2010-06-08 | 1 | -0/+4 |
| | | |||||
| * | * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378). | Juanma Barranquero | 2010-06-08 | 1 | -0/+4 |
| | | |||||
| * | Add bug number | Andreas Schwab | 2010-06-04 | 1 | -1/+1 |
| | | |||||
| * | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | Andreas Schwab | 2010-06-04 | 1 | -0/+5 |
| | | | | | address. | ||||
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -0/+4 |
| | | |||||
| * | * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread | Stefan Monnier | 2010-05-31 | 1 | -0/+5 |
| | | | | | of bug#6305). | ||||
| * | src/ChangeLog: Fix typos. | Juanma Barranquero | 2010-05-31 | 1 | -4/+4 |
| | | |||||
| * | * xdisp.c (redisplay_window): After redisplay, check if point is | Chong Yidong | 2010-05-27 | 1 | -0/+5 |
| | | | | | still valid before setting it (Bug#6177). | ||||
| * | Backport from trunk: close bug#6190. | enami tsugutomo | 2010-05-20 | 1 | -0/+5 |
| | | | | | * src/s/netbsd.h: If terminfo is found, use it in preference to termcap. | ||||
| * | Doc fix (Bug#6224). | Chong Yidong | 2010-05-20 | 1 | -0/+6 |
| | | | | | | | * keyboard.c (Vlast_command, Vkeyboard_translate_table) (Voverriding_terminal_local_map, Vsystem_key_alist) (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224). | ||||
| * | * url-util.el (url-unhex-string): Don't accidentally decode as latin-1. | Stefan Monnier | 2010-05-19 | 1 | -0/+4 |
| | | | | | | * editfns.c (Fbyte_to_string): New function. * NEWS: Add sections for Emacs-23.3. | ||||
| * | * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to | Chong Yidong | 2010-05-18 | 1 | -0/+6 |
| | | | | | | prevent stack overflow if number of arguments is too large (Bug#6214). | ||||
| * | Backport from trunk: Fix bug #6126. | Eli Zaretskii | 2010-05-11 | 1 | -0/+8 |
| | | | | | | | | makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h. w32fns.c: Include w32.h. (Fw32_shell_execute): Decode the error message before passing it to `error'. | ||||
| * | * src/ChangeLog: Remove tiny change marker from author with assignment. | Glenn Morris | 2010-05-11 | 1 | -1/+1 |
| | | |||||
| * | ftfont.c: Fix incorrect parentheses of #if condition for definining ↵ | Kenichi Handa | 2010-05-11 | 1 | -0/+5 |
| | | | | | M17N_FLT_USE_NEW_FEATURE. | ||||
| * | Bump version to 23.2.emacs-23.2 | Chong Yidong | 2010-05-07 | 1 | -0/+4 |
| | | |||||
| * | Fix for Bug#5984. | Andreas Schwab | 2010-04-30 | 1 | -0/+9 |
| | | | | | | | | | | * composite.c (autocmp_chars): Save point as marker before calling auto-composition-function. * lisp.h (restore_point_unwind): Add prototype. * fileio.c (restore_point_unwind): Remove static attribute. | ||||
| * | Use new features of libotf and m17n-lib if available. | Kenichi Handa | 2010-04-23 | 1 | -0/+15 |
| | | |||||
| * | * dired.c (Ffile_attributes): Fix typo in docstring. | Juanma Barranquero | 2010-04-19 | 1 | -0/+4 |
| | | |||||
| * | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811). | Adrian Robert | 2010-04-13 | 1 | -0/+5 |
| | | |||||
| * | Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819. | YAMAMOTO Mitsuharu | 2010-04-10 | 1 | -0/+5 |
| | | | | | | * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF) (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819). | ||||
| * | frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis. | YAMAMOTO Mitsuharu | 2010-04-08 | 1 | -0/+4 |
| | | |||||
| * | Fix resizing for X and non-Gtk+ build. Bug #5848. | Jan Djärv | 2010-04-07 | 1 | -0/+8 |
| | | | | | | | | | * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use FRAME_LINE_TO_PIXEL_Y. * xterm.c (x_set_window_size_1): Don't add border_width/height to pixelwidth/height. | ||||
| * | Fix crash on NextStep terminal (Bug#5837) | Chong Yidong | 2010-04-05 | 1 | -0/+5 |
| | | | | | | * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for terminal frames (Bug#5837). | ||||
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-04-02 | 1 | -4/+4 |
| | | |||||
| * | Fix last set of Nextstep changes. | Chong Yidong | 2010-03-31 | 1 | -0/+5 |
| | | | | | | * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL. * nsterm.h: Fix prototype. | ||||
| * | Fix bug #5703. | Eli Zaretskii | 2010-03-31 | 1 | -0/+5 |
| | | | | | | w32fns.c (x_create_tip_frame): Copy `parms' before we modify it in this function. | ||||
| * | * nsterm.h: Fix last change. | Chong Yidong | 2010-03-31 | 1 | -0/+4 |
| | | |||||
| * | * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930). | Chong Yidong | 2010-03-30 | 1 | -0/+4 |
| | | |||||
| * | xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible ↵ | Jan Djärv | 2010-03-30 | 1 | -0/+5 |
| | | | | | (Bug#5766). | ||||
| * | Clean up unneeded ns_set_icon_type calls. | Chong Yidong | 2010-03-29 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | Patch from Adrian Robert, see http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01391.html * xdisp.c (x_consider_frame_title, update_window_cursor): Remove HAVE_NS conditionals. (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use filename for the title. (ns_set_doc_edited): Do nothing if the selected window is a minibuffer window. * nsterm.h: Add prototypes for ns_set_name_as_filename and ns_set_doc_edited. * nsterm.m: Remove unneeded prototype. | ||||
| * | Close bug#5336. | Glenn Morris | 2010-03-28 | 1 | -0/+5 |
| | | | | | | * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always in the DOC file. | ||||
| * | * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730). | Chong Yidong | 2010-03-24 | 1 | -0/+4 |
| | | |||||
| * | bug #5736: Allow X-resource menuBar to take on/off as documented. | Jan Djärv | 2010-03-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | | * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736). * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER. * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new. * xresources.texi (Table of Resources): Clarify toolBar number for Gtk+. * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736). | ||||
| * | xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont. | YAMAMOTO Mitsuharu | 2010-03-20 | 1 | -0/+5 |
| | | |||||
| * | Fix the ccl encoder for the case that the output buffer is fullfilled. | Kenichi Handa | 2010-03-16 | 1 | -0/+3 |
| | | |||||
| * | coding.c (decode_coding_ccl): Fix previous change for the multibyte case. | Kenichi Handa | 2010-03-16 | 1 | -0/+5 |
| | | |||||
| * | Fix bug in `format' (Bug#5710). | Chong Yidong | 2010-03-15 | 1 | -0/+5 |
| | | | | | | * editfns.c (Fformat): Account for string precision when computing field width (Bug#5710). | ||||
| * | Make it possible to C-g in a tight bytecode loop again (bug#5680). | Stefan Monnier | 2010-03-05 | 1 | -0/+5 |
| | | | | | | | * lisp.h (ELSE_PENDING_SIGNALS): New macro. (QUIT): Use it to consolidate code and remove redundancy. * bytecode.c (BYTE_CODE_QUIT): Use it as well. | ||||
| * | * regex.c (regex_compile): Setup gl_state as well. | Stefan Monnier | 2010-03-05 | 1 | -0/+2 |
| | | |||||
| * | (skip_chars): Setup gl_state (bug#3823). | Stefan Monnier | 2010-03-05 | 1 | -0/+5 |
| | | | | | (in_classes): Use CONSP before XCAR/XCDR. | ||||
| * | Fix keyboard macro key lookup (Bug#5481). | Chong Yidong | 2010-03-03 | 1 | -0/+6 |
| | | | | | | | | | | * src/keymap.c (Fwhere_is_internal): Use Fequal to compare definitions, so that keyboard macros are correctly handled (Bug#5481). * lisp/macros.el (insert-kbd-macro): Look up keyboard macro using the definition, not the name (Bug#5481). | ||||
| * | Fix bug in decoding emacs-mule encoding. | Eli Zaretskii | 2010-03-02 | 1 | -0/+7 |
| | | | | | | | | coding.c (decode_coding_emacs_mule): Fixup pointers to buffer text that could be relocated inside the call to emacs_mule_char. (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR. (CODING_DECODE_CHAR): Add a comment describing its purpose. | ||||
| * | Fix handling of the multibyte form of raw-bytes in unibyte->multibyte ↵ | Kenichi Handa | 2010-03-02 | 1 | -0/+4 |
| | | | | | conversion. | ||||
| * | buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of ↵ | Kenichi Handa | 2010-03-02 | 1 | -0/+5 |
| | | | | | raw-bytes. | ||||
| * | Fix use of unitialized memory. | Chong Yidong | 2010-02-28 | 1 | -0/+6 |
| | | | | | | | * charset.c (load_charset_map_from_file) (load_charset_map_from_vector): Zero out allocated charset_map_entries before using them. | ||||