]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2001-11-05 Andrew Innes(bootstrap-clean-CMD, bootstrap-clean-SH): Don't
2001-11-05 Andrew Innes(Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
2001-11-05 Richard M.... (unexec): Minor changes; clean up comments.
2001-11-05 Richard M.... Get rid of the explicit ^Z character.
2001-11-05 Sam Steingold(x_display_and_set_cursor): Fix w32 compilation error.
2001-11-05 Andreas Schwab(sound_perror): Save errno from being clobbered.
2001-11-05 Eli ZaretskiiFix the format of the last entry.
2001-11-05 Eli Zaretskii(unexec): mmap() has problems on nfs-mounted file
2001-11-05 Pavel Janík(Fbuffer_local_value): Add prototype.
2001-11-05 Eli ZaretskiiRemove the call to IT-setup-unicode-display.
2001-11-05 Richard M.... (read_char): Use Fcar and Fcdr, not Fnth.
2001-11-05 Richard M.... (Fbuffer_local_value): Remove extra args from CHECK_SYM...
2001-11-05 Richard M.... (Fmake_hash_table): Use XCAR and XCDR, not Fnth and...
2001-11-05 Richard M.... (echo-area-clear-hook): Undo Oct 29 change.
2001-11-05 Richard M.... Add SPC, TAB, CTRL. Update DEL and Meta.
2001-11-05 Richard M.... (last-sexp-toggle-display): Cope if previous-single...
2001-11-05 Richard M.... *** empty log message ***
2001-11-05 Richard M.... (x_display_and_set_cursor): Use buffer-local
2001-11-05 Richard M.... (Qcursor_in_non_selected_windows): New declaration.
2001-11-05 Richard M.... (Qcursor_in_non_selected_windows): New variable.
2001-11-05 Richard M.... (Fbuffer_local_value): New function.
2001-11-05 Richard M.... Document buffer-local-value.
2001-11-04 Richard M.... (set-locale-environment): Make it interactive; make...
2001-11-04 Richard M.... (help-funs): Require help-funs.
2001-11-04 Richard M.... *** empty log message ***
2001-11-04 Richard M.... (current_column_1, Fmove_to_column): Separate the code
2001-11-04 Dave LoveFix junk in last checkin.
2001-11-04 Eli Zaretskii(term-setup-hook): Add IT-setup-unicode-display.
2001-11-04 Pavel Janík(Fx_create_frame): Doc fix.
2001-11-04 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-04 Dave Love*** empty log message ***
2001-11-04 Dave LoveFix local variables.
2001-11-04 Dave LoveAdd coding tag.
2001-11-04 Dave Love(LATIN): Add welsh.
2001-11-04 Dave LoveAdd coding tags.
2001-11-04 Dave Love("dutch"): New method.
2001-11-04 Dave Love("bulgarian-pho", "belarusian"): New methods.
2001-11-04 Eli ZaretskiiReplace M-C- with C-M-
2001-11-04 Pavel Janík(top_level_value, top_level_set): Remove commented...
2001-11-04 Richard M.... Whitespace change.
2001-11-04 Richard M.... Include unistd.h, if it exists.
2001-11-04 Richard M.... Move the include of ctype.h after unistd.h.
2001-11-04 Richard M.... Delete LCD Archive info.
2001-11-04 Stefan Monnier*** empty log message ***
2001-11-04 Miles Bader*** empty log message ***
2001-11-04 Stefan Monnier(function-key-map): Add entry for `ESC [ 3 ~' -> <delete>
2001-11-03 Stefan Monnier*** empty log message ***
2001-11-03 Stefan Monnier*** empty log message ***
2001-11-03 Ken Raeburnlog for some lvalue/rvalue fixes
2001-11-03 Ken Raeburn(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead...
2001-11-03 Ken Raeburn(CHECK_STRING_CAR): New macro.
2001-11-03 Eli ZaretskiiFix last change.
2001-11-03 Eli ZaretskiiDocument the changes in the default values of tooltip...
2001-11-03 Richard M.... (xrealloc): Always pass two args to `fatal'.
2001-11-03 Richard M.... (popmail): Always pass two args to `error'.
2001-11-03 Eli Zaretskii(Auto Save Control): Document that values of auto-save...
2001-11-03 Miles Bader(fancy-splash-head): Reapply Gerd's hack to make the...
2001-11-03 Eli Zaretskii*** empty log message ***
2001-11-03 Eli Zaretskii(tooltip-delay): Decrease to 0.7.
2001-11-03 Eli Zaretskii(sigprocmask_set): Declare as extern SIGMASKTYPE.
2001-11-03 Eli Zaretskii(sigunblock): Don't define if already defined.
2001-11-03 Richard M.... (fancy-splash-tail): Explain how to recover
2001-11-03 Eli Zaretskii(set-background-color, set-foreground-color): Call
2001-11-03 Eli Zaretskii(timeclock-out): Signal an error if timeclock-last...
2001-11-03 Richard M.... Test BROKEN_PROTOTYPES.
2001-11-03 Eli ZaretskiiFix the formatting of the last entries.
2001-11-03 Stefan Monnier(fill-context-prefix): Fix braino.
2001-11-03 Stefan Monnier(quail-help): Use `help-buffer' and move `help-setup...
2001-11-03 Stefan Monnier(describe-language-environment):
2001-11-03 Stefan Monnier(list-character-sets, sort-listed-character-sets, descr...
2001-11-02 Stefan Monnier(describe_syntax): New wrapper.
2001-11-02 Pavel Janík(debugger_may_continue, Vdebug_ignored_errors, call_deb...
2001-11-02 Pavel Janík(Fml_defun, Fml_while, Fml_substr): Remove commented...
2001-11-02 Pavel JaníkRemove comment which is a copy of comment in mocklisp.c.
2001-11-02 Pavel Janík*** empty log message ***
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Pavel Janík(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument...
2001-11-02 Pavel Janík(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused...
2001-11-02 Pavel Janík(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST...
2001-11-02 Richard M.... Minor cleanup.
2001-11-02 Richard M.... Convert M-C- to C-M-.
2001-11-02 Stefan Monnier(re_wctype): Try to fix some warnings.
2001-11-02 Richard M.... *** empty log message ***
2001-11-02 Richard M.... (popup-menu): If the user refuses to select
2001-11-02 Richard M.... (Fget_char_property): Doc fix.
2001-11-02 Richard M.... Explain why a parent for a non-sparse keymap is not...
2001-11-02 Richard M.... Update to remove "artifacts".
2001-11-02 Pavel Janík*** empty log message ***
2001-11-02 Pavel Janík(Finteractive): Add usage to doc-string.
2001-11-02 Pavel Janík(Fsetq_default): Add usage to doc-string.
2001-11-02 Pavel Janík(Fstart_process): Add usage to doc-string.
2001-11-02 Miles Bader(describe-character-set)
2001-11-02 Miles Bader(help-xref): New button type.
2001-11-02 Stefan Monnier*** empty log message ***
2001-11-02 Stefan Monnier(tab-always-indent, indent-for-tab-command):
2001-11-02 Stefan MonnierDon't include keymap.h any more.
2001-11-02 Stefan Monnier(fill-region-as-paragraph): Don't forget to skip
2001-11-02 Miles Bader*** empty log message ***
2001-11-01 Eli ZaretskiiReplace presentation-level troff macros that simulate...
2001-11-01 Richard M.... (Frun_hooks, Frun_hook_with_args_until_failure): Doc...
next