summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2012-10-10keyboard.c, keymap.c: Use bool for booleans.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-02* keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-30Fixes: debbugs:12090Andreas Schwab
2012-07-27Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii
2012-07-27Utility function to make a list from specified amount of objects.Dmitry Antipov
2012-07-25Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier
2012-07-15Use zero_vector where appropriate.Dmitry Antipov
2012-07-10Optimize pure C strings initialization.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-31Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong
2012-05-30* keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong
2012-05-25Merge from trunk.Paul Eggert
2012-04-23Fix last fix.Chong Yidong
2012-04-23Doc fixes for where-is-internal.Chong Yidong
2012-04-09Merge from trunk.Paul Eggert
2012-03-12* keymap.c (Fkey_description): Doc fix.Chong Yidong
2012-02-24Merge from trunk.Paul Eggert
2012-02-13* src/keymap.c (Fsingle_key_description): Handle char ranges.Stefan Monnier
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-18Merge from trunk.Paul Eggert
2011-11-18* src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.Dmitry Antipov
2011-11-17Spelling fixes.Paul Eggert
2011-10-01Merge from trunk.Paul Eggert
2011-10-01Merge changes from emacs-23Chong Yidong
2011-09-27* keymap.c.c (Fdefine_key): Use ptrdiff_t, not int.Paul Eggert
2011-09-21* keymap.c (Fkey_description): Recode slightly to pacify GCC 4.6.1 x86.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-19* src/keymap.c (Fsingle_key_description): Use make_specified_stringAndreas Schwab
2011-08-29sprintf-related integer and memory overflow issues.Paul Eggert
2011-08-04Merge from trunk.Paul Eggert
2011-08-03* src/keymap.c (Fmake_composed_keymap): Move to subr.el.Stefan Monnier
2011-08-02* src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.Stefan Monnier
2011-08-02Fix non-prefix key error message when last character M-[char] is translated t...Don March
2011-07-28* keymap.c: Integer overflow fixes.Paul Eggert
2011-07-12(syms_of_keymap): Clarify that "modifier" is "modifier key"Lars Magne Ingebrigtsen
2011-07-07(describe_map_tree): Don't insert a double newline at the end of the stringLars Magne Ingebrigtsen