2011-04-09 |
Paul Eggert | * casetab.c (set_identity, shuffle): Likewise. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * chartab.c (sub_char_table_set_range, char_table_set_r... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * charset.c (load_charset_map): <, not <=, for optimiza... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * xmenu.c (set_frame_menubar): Allocate smaller local... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * callint.c (Fcall_interactively): <, not <=, for optim... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * ftfont.c: Distingish more carefully between FcChar8... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * keyboard.c (read_char): Remove unused var. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | Merge from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Mark tiny change. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Fix ChangeLog attribution. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Zaretskii | Replace some uses of `int' with EMACS_INT. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Zaretskii | Produce more accurate results from file-size-human... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Paul Eggert | * eval.c: Port to Windows vsnprintf (Bug#8435). |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Paul Eggert | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Fix more GCC strict-aliasing warnings. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Tassilo Horn | Fit contents to emacs window support for doc-view by... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | * xterm.c (handle_one_xevent): Avoid type-punned derefe... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Merge changes from emacs-23 branch |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Svante Signell | * term.c (init_tty): Fix incorrect ifdef placement... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Eli Zaretskii | Bail out from list-processes if async subprocesses... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
T.V. Raman | * src/xml.c (parse_region): Avoid creating spurious... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | * keyboard.c (syms_of_keyboard): Use DEFSYM macro. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Remove internal_with_output_to_temp_buffer, replacing... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Eli Zaretskii | New function file-size-human-readable. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | * lisp/man.el (Man-page-header-regexp): Solaris < 2... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | browse-url.el trivia. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | log-edit.el fix for bug#7598. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | rlogin.el trivia. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | * lisp/replace.el (occur-mode-map): Some fixes for... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Juanma Barranquero | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Gnus developers | gnus-registry.el (gnus-registry-handle-action): More... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * eval.c (verror): Initial buffer size is 4000 (not... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | Remove the doprnt implementation, as Emacs now uses... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | error: Print 32- and 64-bit integers portably (Bug... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Aaron S. Hawley | * lisp/play/morse.el (denato-region): Handle varying... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Glenn Morris | * autogen/update_autogen: Ignore comment diffs in ldefs... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * eval.c (internal_lisp_condition_case): Don't pass... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * keyboard.c (access_keymap_keyremap): Print func name... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * coding.c (Fdecode_sjis_char): Don't assume CODE fits... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * xterm.c (x_catch_errors): Remove duplicate declaration. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * term.c (maybe_fatal): Mark its 3rd arg as a printf... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * xdisp.c, lisp.h (message_nolog): Remove; unused. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Gnus developers | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Remove list-processes C function; misc fixes to last... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Reimplement list-processes in Lisp. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Make Package Menu a child of Tabulated List mode. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | * lisp/emacs-lisp/tabulated-list.el: New file. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | New variable `revert-buffer-in-progress-p'. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | update_autogen |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Adapt the MS-DOS build to changes in gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Don't call gnulib's careadlinkat on Windows. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Fix the Windows build due to introduction of ATTRIBUTE_... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | lib/makefile.w32-in: Adapt to changes in 2011-04-06T05... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Teodor Zlatanov | gnus-registry.el: Don't use ERT if it's not available. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | Update and split ChangeLogs. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * lib/gnulib.mk, m4/stdbool.m4, m4/stddef_h.m4, m4... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | Fix more problems found by GCC 4.6.0's static checks. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * doc/misc/texinfo.tex: Upgrade to 2011-03-25.11 versio... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | doprnt, error, and verror are not printf-compatible. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | Undo Fstring_to_unibyte change. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | * autogen/update_autogen: Add a separate -L option... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | Auto-commit of loaddefs files. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | * autogen/update_autogen: Configure --without-x. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | Make update_autogen handle loaddefs-like files as well. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | Calendar fix for scroll-bar scrolling (b#8305). |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Glenn Morris | * lisp/gnus/registry.el: Fix copyright, standardize... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | Backport 2011-04-04T22:08:01Z!lekktu@gmail.com and... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Ted Zlatanov | Add lisp/gnus/registry.el. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Teodor Zlatanov | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chong Yidong | Remove extraneous messages in 2011-03-30 completion... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * xmenu.c (Fx_popup_dialog): Don't assume string is... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * menu.c (Fx_popup_menu): Don't assume error_name lacks... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * fns.c (Fstring_to_unibyte): Don't rely on undefined... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * lisp.h (message, message_nolog, doprint, error, verro... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * xdisp.c (vmessage): Mark as a printf-like function. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * term.c (vfatal, maybe_fatal): Mark as printf-like... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * sound.c (sound_warning): Don't crash if arg contains... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * image.c (tiff_error_handler, tiff_warning_handler... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * eval.c (Fsignal): Remove excess argument to 'fatal'. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * emacsclient.c (message): Mark it as a printf-like... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRIN... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | Merge changes from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Juanma Barranquero | lisp/font-lock.el: Remove obsolete code. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Juanma Barranquero | lisp/info.el: Fix typos; mark unused parameters. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * coding.c (DECODE_COMPOSITION_RULE): If the rule is... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigne... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * xfont.c (xfont_open): Avoid unnecessary tests. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * xfont.c (xfont_text_extents): Remove var that was... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Paul Eggert | * composite.c (composition_gstring_put_cache): Use... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Deniz Dogan | * lisp/net/rcirc.el: Update my e-mail address. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Deniz Dogan | * lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chong Yidong | Fix theme and X-resource interactions for the cursor... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Juanma Barranquero | lisp/help-fns.el: Fix mistake in previous change. |
commit | commitdiff | tree | snapshot |
next |