Mercurial > emacs
graph
-
*** empty log message ***2006-07-13, by Nick Roberts
-
Re-generated to reflect change in autoload.el.2006-07-13, by Stefan Monnier
-
(make-autoload): Remove special handling of2006-07-13, by Stefan Monnier
-
simplify last fix.2006-07-13, by Chong Yidong
-
(Fthrow): Remove loop around Fsignal.2006-07-13, by Kim F. Storm
-
(Findirect_function): Optimize for no indirection.2006-07-13, by Kim F. Storm
-
(Fbyte_code): Use CAR, CDR for Bcar, Bcdr.2006-07-13, by Kim F. Storm
-
*** empty log message ***2006-07-13, by Kim F. Storm
-
*** empty log message ***2006-07-13, by Andreas Schwab
-
(scan_sexps_forward): Use EMACS_INT for out_bytepos and2006-07-13, by Andreas Schwab
-
*** empty log message ***2006-07-13, by Kenichi Handa
-
(Fformat): Fix calculation of text property positions2006-07-13, by Kenichi Handa
-
* longlines.el (longlines-post-command-function): Handle open-line2006-07-12, by Chong Yidong
-
*** empty log message ***2006-07-12, by Alex Schroeder
-
Fix typos.2006-07-12, by Alex Schroeder
-
*** empty log message ***2006-07-12, by Stefan Monnier
-
Formatting fixes.2006-07-12, by Romain Francoise
-
*** empty log message ***2006-07-12, by Richard M. Stallman
-
(Frame Type): Explain nature of frames better.2006-07-12, by Richard M. Stallman
-
Fix typo in prev change.2006-07-12, by Richard M. Stallman
-
(Frames): Explain nature of frames better.2006-07-12, by Richard M. Stallman
-
(Coding Conventions): Explain why use cl at compile time.2006-07-12, by Richard M. Stallman
-
(grep-last-buffer): Doc fix.2006-07-12, by Richard M. Stallman
-
(Info-try-follow-nearest-node): Doc fix.2006-07-12, by Richard M. Stallman
-
(edebug-instrument-function): Err if find-function-noselect gives no position.2006-07-12, by Richard M. Stallman
-
(find-function-search-for-symbol):2006-07-12, by Richard M. Stallman
-
(help-variable-def): Handle find-variable-noselect returning no position.2006-07-12, by Richard M. Stallman
-
(describe-variable): Handle find-variable-noselect returning no position.2006-07-12, by Richard M. Stallman
-
(locate-file-completion): Avoid duplicates in result.2006-07-12, by Richard M. Stallman
-
(custom-no-edit): New command.2006-07-12, by Richard M. Stallman
-
*** empty log message ***2006-07-12, by Kim F. Storm
-
(load_pixmap): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(Fwindow_configuration_frame, Fset_window_configuration):2006-07-12, by Kim F. Storm
-
(check_syntax_table): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(sun_item_create): Use CHECK_LIST_CONS.2006-07-12, by Kim F. Storm
-
(Fset_match_data): Use CHECK_LIST.2006-07-12, by Kim F. Storm
-
(Fcopy_marker): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.2006-07-12, by Kim F. Storm
-
(Fmac_get_preference): Use CHECK_LIST_END.2006-07-12, by Kim F. Storm
-
(check_obarray): Cleanup wrong_type_argument use.2006-07-12, by Kim F. Storm
-
(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.2006-07-12, by Kim F. Storm
-
(access_keymap_keyremap): Use ARRAYP.2006-07-12, by Kim F. Storm
-
(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.2006-07-12, by Kim F. Storm
-
(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.2006-07-12, by Kim F. Storm
-
(general_insert_function): Remove loop around wrong_type_argument.2006-07-12, by Kim F. Storm
-
(sit_for): Tiny simplification.2006-07-12, by Kim F. Storm
-
(wrong_type_argument): Remove loop around Fsignal.2006-07-12, by Kim F. Storm
-
(check_category_table): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
* casetab.c (check_case_table): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(casify_object): Remove loop around wrong_type_argument.2006-07-12, by Kim F. Storm
-
(Fcall_interactively): Remove loop around wrong_type_argument.2006-07-12, by Kim F. Storm
-
(Fbyte_code): Use CHECK_VECTOR.2006-07-12, by Kim F. Storm
-
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.2006-07-12, by Kim F. Storm
-
(CHECK_TYPE): New macro for generic type checking.2006-07-12, by Kim F. Storm
-
*** empty log message ***2006-07-12, by Kim F. Storm
-
More cleanup related to last change.2006-07-12, by Kim F. Storm
-
*** empty log message ***2006-07-12, by YAMAMOTO Mitsuharu
-
Include blockinput.h.2006-07-12, by YAMAMOTO Mitsuharu
-
Include blockinput.h.2006-07-12, by YAMAMOTO Mitsuharu