Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed nt/Makefile.in and top-level Makefile.in. | Eli Zaretskii | 2013-04-01 | 5 | -9/+32 |
| | | | | | Programs in nt/ and lib-src/ compile and link. Warnings and errors in src/. | ||||
* | Fixed -gdwarf-2 switch and added emacsclientw.exe to lib-src/Makefile.in. | Eli Zaretskii | 2013-04-01 | 2 | -6/+17 |
| | |||||
* | Added nt/Makefile.in and appropriate tweaks to configure.ac. | Eli Zaretskii | 2013-04-01 | 5 | -24/+294 |
| | | | | | | | | Added emacsclient.res support to lib-src/. Fixed temacs and dumping commands in src/Makefile.in. Miscellaneous fixes all over the place. Not tried to build yet. | ||||
* | Added nt/gnulib.mk and removed kludges from ms-w32.h and ntlib.h. | Eli Zaretskii | 2013-03-31 | 6 | -37/+876 |
| | |||||
* | Merge from trunk. | Eli Zaretskii | 2013-03-31 | 7 | -16/+16 |
|\ | |||||
| * | Auto-commit of generated files. | Glenn Morris | 2013-03-31 | 1 | -2/+3 |
| | | |||||
| * | * frame.h (struct frame): Drop scroll_bottom_vpos | Dmitry Antipov | 2013-03-31 | 3 | -7/+7 |
| | | | | | | | | | | | | member becaue all real users are dead long ago. (FRAME_SCROLL_BOTTOM_VPOS): Remove. * xdisp.c (redisplay_internal): Adjust user. | ||||
| * | Use present tense in ChangeLog entries. | Aidan Gauland | 2013-03-31 | 3 | -7/+6 |
| | | |||||
* | | Merge from trunk. | Eli Zaretskii | 2013-03-30 | 20 | -82/+301 |
|\ \ | |/ | |||||
| * | Merge from gnulib | Paul Eggert | 2013-03-30 | 2 | -2/+10 |
| | | | | | | | | | | | | | | This incorporates: 2013-03-29 stdalign: port to stricter ISO C11 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>. | ||||
| * | ChangeLog whitespace fix | Glenn Morris | 2013-03-30 | 1 | -1/+2 |
| | | |||||
| * | Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de | Glenn Morris | 2013-03-30 | 8 | -37/+87 |
| |\ | |||||
| | * | Standardize license notice | Glenn Morris | 2013-03-30 | 1 | -3/+5 |
| | | | |||||
| | * | Relicense under GPLv3 or later | Glenn Morris | 2013-03-30 | 1 | -13/+15 |
| | | | |||||
| | * | Backport copyright fix from trunk | Glenn Morris | 2013-03-30 | 1 | -1/+1 |
| | | | |||||
| | * | Un-indent after "pass" and "return" statements | Fabián Ezequiel Gallina | 2013-03-25 | 4 | -7/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/python.el (python-indent-block-enders): New var. (python-indent-calculate-indentation): Use it. * test/automated/python-tests.el (python-indent-block-enders): New test. (python-info-current-defun-2): Fix test. Fixes: debbugs:13888 | ||||
| | * | * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary | Michael Albinus | 2013-03-25 | 2 | -13/+12 |
| | | | | | | | | | | | | | | | defun. Defining it as defalias could introduce too eager byte-compiler optimization. (Bug#14030) | ||||
| | * | * iswitchb.el (iswitchb-read-buffer): Fix typo. | Chong Yidong | 2013-03-25 | 2 | -1/+5 |
| | | | |||||
| * | | * emacs/emacs.texi: Fix alphabetization of "O'Connor". | Paul Eggert | 2013-03-30 | 1 | -2/+2 |
| | | | |||||
| * | | Add 2012 to copyright years | Glenn Morris | 2013-03-30 | 1 | -1/+1 |
| | | | |||||
| * | | * etc/NEWS: Mention `kmacro-to-register' and new eldoc feature. | Leo Liu | 2013-03-30 | 4 | -9/+24 |
| | | | | | | | | | | | | | | | | | | * lisp/kmacro.el (kmacro-call-macro): Add optional arg MACRO. (kmacro-execute-from-register): Pass the keyboard macro to kmacro-call-macro or repeating won't work correctly. | ||||
| * | | lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo | Andrew Cohen | 2013-03-30 | 2 | -1/+5 |
| | | | |||||
| * | | * nsmenu.m (showAtX:Y:for:): setLevel to | Jan Djärv | 2013-03-30 | 2 | -0/+5 |
| | | | | | | | | | | | | NSPopUpMenuWindowLevel (Bug#13998). | ||||
| * | | * nsmenu.m (ns_update_menubar): Correct NSTRACE. | Jan Djärv | 2013-03-30 | 4 | -10/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (x_activate_menubar): Update the menu with title that matches ns_get_pending_menu_title, and call ns_check_pending_openmenu. (menuWillOpen:): New method. (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). * nsterm.h (ns_get_pending_menu_title, ns_check_menu_open) (ns_check_pending_open_menu): Declare. * nsterm.m (menu_will_open_state, menu_mouse_point) (menu_pending_title): New varaibles. (ns_get_pending_menu_title, ns_check_menu_open) (ns_check_pending_open_menu): New functions. | ||||
| * | | Moved my ChangeLog entries to the correct ChageLog files. | Aidan Gauland | 2013-03-30 | 4 | -24/+23 |
| | | | |||||
* | | | Finished with lib-src compilation, except emacsclientw and emacsclient.res. | Eli Zaretskii | 2013-03-30 | 6 | -23/+68 |
| | | | | | | | | | | | | Next -- compilation in nt/, and then problems in src/. | ||||
* | | | Fixed compilation problems in lib/. | Eli Zaretskii | 2013-03-30 | 3 | -9/+19 |
| | | | |||||
* | | | Fixed redefinition of EMACS_CONFIGURATION. | Eli Zaretskii | 2013-03-30 | 1 | -0/+2 |
| | | | |||||
* | | | Fixed mingw-cfg.site to avoid some gnulib replacements. | Eli Zaretskii | 2013-03-30 | 1 | -0/+6 |
| | | | |||||
* | | | Merge from trunk. | Eli Zaretskii | 2013-03-30 | 3 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt. | Eli Zaretskii | 2013-03-30 | 3 | -2/+8 |
| | | | | | | | | | | | | | | | | | | nt/inc/ms-w32.h (TERM_HEADER): Remove definition. nt/config.nt (TERM_HEADER): Move the definition to "w32term.h" from ms-w32.h. | ||||
* | | | Fixed problem with mmsystem.h during configure. | Eli Zaretskii | 2013-03-30 | 1 | -1/+6 |
| | | | |||||
* | | | Merge from trunk. | Eli Zaretskii | 2013-03-30 | 20 | -258/+383 |
|\ \ \ | |/ / | |||||
| * | | Enable the 'copysign' primitive on MS-Windows. | Eli Zaretskii | 2013-03-30 | 3 | -1/+8 |
| | | | | | | | | | | | | | | | nt/inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign. nt/config.nt (HAVE_COPYSIGN): Define. | ||||
| * | | Move forward-whitespace, forward-symbol, forward-same-syntax commands to ↵ | Ted Zlatanov | 2013-03-29 | 4 | -51/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | subr.el. Use forward-symbol in supermode.el again. * subr.el (forward-whitespace, forward-symbol) (forward-same-syntax): Move from thingatpt.el. * progmodes/subword.el: Back to using `forward-symbol'. | ||||
| * | | * indent.c (current_column_bol_cache): Remove leftover which is not | Dmitry Antipov | 2013-03-29 | 4 | -25/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used in Fmove_to_column any more. (current_column, scan_for_column): Adjust users. * keyboard.c (last_point_position_buffer, last_point_position_window): Remove leftovers which are not used for recording undo any more. (command_loop_1, syms_of_keyboard): Adjust users. * xdisp.c (last_max_ascent): Remove leftover which is not used in redisplay_window any more. (move_it_to): Adjust user. | ||||
| * | | * kmacro.el (kmacro-to-register): New command. | Leo Liu | 2013-03-29 | 2 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | (kmacro-execute-from-register): New function. (kmacro-keymap): Bind to 'x'. Fixes: debbugs:14071 | ||||
| * | | * lisp/mpc.el: Use defvar-local and setq-local. | Stefan Monnier | 2013-03-29 | 2 | -78/+91 |
| | | | | | | | | | | | | | | | | | | (mpc--proc-connect): Connection failures are not bugs. (mpc-mode-map): `follow-link' only applies to the buffer's content. (mpc-volume-map): Bind to the up-events. | ||||
| * | | lisp/gnus/nnir.el: Allow nnir group creation based on an existing query | Andrew Cohen | 2013-03-29 | 2 | -14/+44 |
| | | | |||||
| * | | * progmodes/subword.el (superword-mode): Use `forward-sexp' instead of ↵ | Ted Zlatanov | 2013-03-29 | 2 | -7/+22 |
| | | | | | | | | | | | | `forward-symbol'. | ||||
| * | | Added entry to NEWS for em-tramp change in ↵ | Aidan Gauland | 2013-03-29 | 2 | -0/+11 |
| | | | | | | | | | | | | 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz | ||||
| * | | Corrected type in ChangeLog | Aidan Gauland | 2013-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Missing > after email address. | ||||
| * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2013-03-29 | 2 | -0/+7 |
| | | | |||||
| * | | nt/config.nt: Sync with autogen/config.in. | Juanma Barranquero | 2013-03-29 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | (HAVE_XKBGETKEYBOARD): Remove. (HAVE_XKB): New macro. | ||||
| * | | * lisp/emacs-lisp/edebug.el (edebug-mode): Make it a minor mode. | Stefan Monnier | 2013-03-28 | 2 | -24/+34 |
| | | | | | | | | | | | | | | | | | | (edebug--recursive-edit): Use it. (edebug-kill-buffer): Don't let-bind kill-buffer-hook. (edebug-temp-display-freq-count): Don't let-bind buffer-read-only. | ||||
| * | | * src/lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER) | Stefan Monnier | 2013-03-28 | 2 | -59/+60 |
| | | | | | | | | | | | | | | | (set_save_integer, XSAVE_OBJECT, XSAVE_VALUE): Move to avoid forward references. | ||||
* | | | Incorporated m4/stdalign.m4 fix from gnulib. | Eli Zaretskii | 2013-03-30 | 1 | -2/+3 |
| | | | |||||
* | | | Finished with config.nt diffs. Problem with mmsystem.h remains. | Eli Zaretskii | 2013-03-29 | 3 | -13/+42 |
| | | | |||||
* | | | Finished first cut of mingw-cfg.site. | Eli Zaretskii | 2013-03-29 | 1 | -2/+27 |
| | | | |||||
* | | | Handled fstatat and fsync, fixed fdopendir. | Eli Zaretskii | 2013-03-29 | 1 | -1/+7 |
| | | |