- 10 Feb, 2008 22 commits
-
-
Stefan Monnier authored
(syms_of_frame): Initialize it. (Fdelete_frame): Use it to distinguish a mere `force' passed from someharmles Elisp code, from a strong `force' from x_connection_closed. * frame.h (Qnoelisp): Declare. * xterm.c (x_connection_closed): Pass `noelisp'.
-
Michael Olson authored
-
Michael Olson authored
-
Michael Albinus authored
(dbus-call-method, dbus-register-signal, dbus-debug) (dbus-registered-functions-table): Declare them with `declare-function' or `defvar', respectively. (top): Don't assert any longer. Require 'cl when compiling. Apply `ignore-errors' but `dbus-ignore-errors'.
-
Stefan Monnier authored
(struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type rather than `int' for the type of `type'.
-
Richard M. Stallman authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
add-change-log-entry.
-
Dan Nicolaescu authored
* Makefile.in (GNUC): Remove support for gcc-1.x.
-
Reiner Steib authored
-
Richard M. Stallman authored
-
Reiner Steib authored
-
Reiner Steib authored
fbound (Emacs 23 unicode), signal an error.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
unicode change, in approximately the right place (after the end of emacs-unicode branch, before the start of emacs-unicode-2).
-
- 09 Feb, 2008 14 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
* wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
-
Dan Nicolaescu authored
* epa-file.el (epa-file): * epg-config.el (epg): Add :version.
-
Dan Nicolaescu authored
dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
-
Eli Zaretskii authored
-
Thien-Thi Nguyen authored
(vc-exec-after): Append CODE to previous fragments. (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME; take MESSAGES instead of VERBOSE; use it when non-nil. (vc-diff-internal): Compute messages once; use them; update call to vc-diff-finish.
-
Eli Zaretskii authored
unibyte_char_to_multibyte.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(EMACSLOADPATH): Use $(lisp). Add lisp/international and lisp/emacs-lisp.
-
Dan Nicolaescu authored
variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
-
Dan Nicolaescu authored
-
Michael Olson authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1061
-
Miles Bader authored
-
- 08 Feb, 2008 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(woman-expand-locale, woman-manpath-add-locales): New functions. (woman-manpath): Call woman-manpath-add-locales. Bump :version.
-
Glenn Morris authored
set-locale-environment. (set-locale-environment): Use locale-translate. Set woman-locale.
-