summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed nt/Makefile.in and top-level Makefile.in.Eli Zaretskii2013-04-015-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 Zaretskii2013-04-012-6/+17
|
* Added nt/Makefile.in and appropriate tweaks to configure.ac.Eli Zaretskii2013-04-015-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 Zaretskii2013-03-316-37/+876
|
* Merge from trunk.Eli Zaretskii2013-03-317-16/+16
|\
| * Auto-commit of generated files.Glenn Morris2013-03-311-2/+3
| |
| * * frame.h (struct frame): Drop scroll_bottom_vposDmitry Antipov2013-03-313-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 Gauland2013-03-313-7/+6
| |
* | Merge from trunk.Eli Zaretskii2013-03-3020-82/+301
|\ \ | |/
| * Merge from gnulibPaul Eggert2013-03-302-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 fixGlenn Morris2013-03-301-1/+2
| |
| * Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris2013-03-308-37/+87
| |\
| | * Standardize license noticeGlenn Morris2013-03-301-3/+5
| | |
| | * Relicense under GPLv3 or laterGlenn Morris2013-03-301-13/+15
| | |
| | * Backport copyright fix from trunkGlenn Morris2013-03-301-1/+1
| | |
| | * Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina2013-03-254-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 ordinaryMichael Albinus2013-03-252-13/+12
| | | | | | | | | | | | | | | defun. Defining it as defalias could introduce too eager byte-compiler optimization. (Bug#14030)
| | * * iswitchb.el (iswitchb-read-buffer): Fix typo.Chong Yidong2013-03-252-1/+5
| | |
| * | * emacs/emacs.texi: Fix alphabetization of "O'Connor".Paul Eggert2013-03-301-2/+2
| | |
| * | Add 2012 to copyright yearsGlenn Morris2013-03-301-1/+1
| | |
| * | * etc/NEWS: Mention `kmacro-to-register' and new eldoc feature.Leo Liu2013-03-304-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 typoAndrew Cohen2013-03-302-1/+5
| | |
| * | * nsmenu.m (showAtX:Y:for:): setLevel toJan Djärv2013-03-302-0/+5
| | | | | | | | | | | | NSPopUpMenuWindowLevel (Bug#13998).
| * | * nsmenu.m (ns_update_menubar): Correct NSTRACE.Jan Djärv2013-03-304-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 Gauland2013-03-304-24/+23
| | |
* | | Finished with lib-src compilation, except emacsclientw and emacsclient.res.Eli Zaretskii2013-03-306-23/+68
| | | | | | | | | | | | Next -- compilation in nt/, and then problems in src/.
* | | Fixed compilation problems in lib/.Eli Zaretskii2013-03-303-9/+19
| | |
* | | Fixed redefinition of EMACS_CONFIGURATION.Eli Zaretskii2013-03-301-0/+2
| | |
* | | Fixed mingw-cfg.site to avoid some gnulib replacements.Eli Zaretskii2013-03-301-0/+6
| | |
* | | Merge from trunk.Eli Zaretskii2013-03-303-2/+8
|\ \ \ | |/ /
| * | Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt.Eli Zaretskii2013-03-303-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 Zaretskii2013-03-301-1/+6
| | |
* | | Merge from trunk.Eli Zaretskii2013-03-3020-258/+383
|\ \ \ | |/ /
| * | Enable the 'copysign' primitive on MS-Windows.Eli Zaretskii2013-03-303-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 Zlatanov2013-03-294-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 notDmitry Antipov2013-03-294-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 Liu2013-03-292-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 Monnier2013-03-292-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 queryAndrew Cohen2013-03-292-14/+44
| | |
| * | * progmodes/subword.el (superword-mode): Use `forward-sexp' instead of ↵Ted Zlatanov2013-03-292-7/+22
| | | | | | | | | | | | `forward-symbol'.
| * | Added entry to NEWS for em-tramp change in ↵Aidan Gauland2013-03-292-0/+11
| | | | | | | | | | | | 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
| * | Corrected type in ChangeLogAidan Gauland2013-03-291-1/+1
| | | | | | | | | | | | Missing > after email address.
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2013-03-292-0/+7
| | |
| * | nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2013-03-292-2/+8
| | | | | | | | | | | | | | | (HAVE_XKBGETKEYBOARD): Remove. (HAVE_XKB): New macro.
| * | * lisp/emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.Stefan Monnier2013-03-282-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 Monnier2013-03-282-59/+60
| | | | | | | | | | | | | | | (set_save_integer, XSAVE_OBJECT, XSAVE_VALUE): Move to avoid forward references.
* | | Incorporated m4/stdalign.m4 fix from gnulib.Eli Zaretskii2013-03-301-2/+3
| | |
* | | Finished with config.nt diffs. Problem with mmsystem.h remains.Eli Zaretskii2013-03-293-13/+42
| | |
* | | Finished first cut of mingw-cfg.site.Eli Zaretskii2013-03-291-2/+27
| | |
* | | Handled fstatat and fsync, fixed fdopendir.Eli Zaretskii2013-03-291-1/+7
| | |