index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Age
Commit message (
Expand
)
Author
2013-08-10
Omit some unnecessary casts.
Paul Eggert
2013-07-18
Fix obscure porting bug with varargs functions.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-01
Don't convert function pointers to void * and back.
Paul Eggert
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
2013-06-04
* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):
Stefan Monnier
2013-04-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-03-28
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-03-21
Use functions and constants to manipulate Lisp_Save_Value objects.
Paul Eggert
2013-03-13
Static checking by Sun C 5.12.
Paul Eggert
2013-02-11
Clean up read_key_sequence a bit; reread active keymaps after first event.
Stefan Monnier
2013-01-17
* lisp.h (toplevel): Add comment about using Lisp_Save_Value
Dmitry Antipov
2013-01-15
* keymap.c (map_keymap_internal): Use format_save_value.
Dmitry Antipov
2013-01-15
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2013-01-14
Avoid needless casts with XSAVE_POINTER.
Paul Eggert
2013-01-14
Make Lisp_Save_Value more versatile storage for up to four objects.
Dmitry Antipov
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-31
* src/keymap.c (Fkey_description): Doc fix.
Glenn Morris
2012-10-10
keyboard.c, keymap.c: Use bool for booleans.
Paul Eggert
2012-09-23
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-04
Simplify 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-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-07
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-05
Generalize common compile-time constants.
Dmitry Antipov
2012-08-03
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-01
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-07-30
Fixes: debbugs:12090
Andreas Schwab
2012-07-27
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...
Eli Zaretskii
2012-07-27
Utility function to make a list from specified amount of objects.
Dmitry Antipov
2012-07-25
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-15
Use zero_vector where appropriate.
Dmitry Antipov
2012-07-10
Optimize pure C strings initialization.
Dmitry Antipov
2012-07-05
More xmalloc and related cleanup.
Paul Eggert
2012-07-03
Auto-generate EXFUN using make-docfile
Tom Tromey
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-05-31
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
Chong Yidong
2012-05-30
* keymap.c (describe_map_tree): Revert 2011-07-07 change.
Chong Yidong
2012-05-25
Merge from trunk.
Paul Eggert
2012-04-23
Fix last fix.
Chong Yidong
2012-04-23
Doc fixes for where-is-internal.
Chong Yidong
2012-04-09
Merge from trunk.
Paul Eggert
2012-03-12
* keymap.c (Fkey_description): Doc fix.
Chong Yidong
2012-02-24
Merge from trunk.
Paul Eggert
2012-02-13
* src/keymap.c (Fsingle_key_description): Handle char ranges.
Stefan Monnier
[prev]
[next]