- 03 Nov, 2009 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(P_): Support for prototypes is now required.
-
- 31 Oct, 2009 1 commit
-
-
Chong Yidong authored
(Bug#4827).
-
- 30 Oct, 2009 2 commits
-
-
Eli Zaretskii authored
-
Dan Nicolaescu authored
* lread.c (Fload): Purecopy the file name when building Vpreloaded_file_list. * textmodes/ispell.el (ispell-skip-region-alist): * international/mule-conf.el (eight-bit): * international/fontset.el (font-encoding-alist): * startup.el (pure-space-overflow-message): * simple.el (overwrite-mode-textual, overwrite-mode-binary): * paths.el (gnus-nntp-service, rmail-spool-directory) (term-file-prefix): * files.el (save-some-buffers-action-alist): * cmuscheme.el (same-window-buffer-names): * ielm.el (same-window-buffer-names): * shell.el (same-window-buffer-names): * mail/sendmail.el (same-window-buffer-names): * progmodes/inf-lisp.el (same-window-buffer-names): * bindings.el (mode-line-client) (mode-line-column-line-number-mode-map): * language/tibetan.el (tibetan-precomposition-rule-regexp) (tibetan-precomposed-regexp): Purecopy string arguments.
-
- 29 Oct, 2009 1 commit
-
-
Jason Rumney authored
w32-scroll-lock-modifier to nil. (Bug#2827)
-
- 26 Oct, 2009 5 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
* minibuf.c (Fall_completions): Fix typo in docstring.
-
Andreas Schwab authored
-
Juanma Barranquero authored
For delta < 0, skip check that only makes sense when the mini-window is going to be enlarged. (Bug#4534)
-
Stefan Monnier authored
-
- 25 Oct, 2009 1 commit
-
-
Chong Yidong authored
string in menu maps (Bug#4471).
-
- 24 Oct, 2009 6 commits
-
-
Chong Yidong authored
FRAME_NS_VIEW on terminal frames (Bug#4765).
-
Andreas Schwab authored
DBUS_TYPE_UINTnn separately to get proper sign extension.
-
Andreas Schwab authored
can properly handle unsigned types. (make_uid, make_gid): Removed.
-
Andreas Schwab authored
types again.
-
Andreas Schwab authored
type. (system_process_attributes): Likewise.
-
Dan Nicolaescu authored
* eval.c (Fautoload): Purecopy the filename. Simplify. * category.c (Fdefine_category): Purecopy docstring. * international/mule-cmds.el (set-language-info-alist): Purecopy lang-env. (leim-list-header, leim-list-entry-regexp): Change defvars to defconst. (charset): Purecopy the name. (define-char-code-property): Purecopy string arguments. * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): Purecopy string arguments. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): * ediff-hook.el (menu-bar-ediff-menu): * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips. * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
-
- 23 Oct, 2009 5 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Chong Yidong authored
(Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix (Bug#4775).
-
Stefan Monnier authored
(init_fileio_once): * lisp.h (init_fileio_once): Remove. * emacs.c (main): Don't call init_fileio_once.
-
Dan Nicolaescu authored
* term/tty-colors.el (msdos-color-values): Remove declaration, unused. (color-name-rgb-alist, tty-standard-colors) (tty-color-mode-alist): Change to defconst. * simple.el (mark-inactive): Purecopy message. * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro. (global-map, yank-menu): * textmodes/ispell.el (ispell-menu-map): * net/eudc.el (eudc-tools-menu): * international/mule-cmds.el (describe-language-environment-map) (setup-language-environment-map, set-coding-system-map) (mule-menu-keymap): * vc-hooks.el (vc-menu-entry, vc-menu-map): * replace.el (occur-mode-map): * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips. * bindings.el (propertized-buffer-identification): Purecopy tooltip text.
-
- 22 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 21 Oct, 2009 3 commits
-
-
Andreas Schwab authored
-
Jan Djärv authored
-
Jan Djärv authored
* xterm.h (x_wait_for_event): Declare it. * xterm.c (pending_event_wait): New variable. (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we see pending_event_wait.eventtype. (handle_one_xevent): Don't change gravity when parent changes. (x_new_font): Call change_frame_size with new rows/columns before we try to resize the frame. (x_wait_for_event): New function. (x_set_window_size_1): Don't change gravity unless change_gravity is set. Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible, don't change frame size, instead wait for the ConfigureNotify. (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also. (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT. (x_initialize): Initialize pending_event_wait. * xmenu.c (set_frame_menubar): Add internal border width to menu bar size. * widget.c (EmacsFrameSetValues): Add comment. (EmacsFrameSetCharSize): Just call x_set_window_size. * gtkutil.c (xg_frame_set_char_size): Flush events and call x_wait_for_event. (flush_and_sync): Removed again. (xg_get_font_name): Suggest monospace if no previous font is known.
-
- 20 Oct, 2009 5 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
8th bit, since that only made since in the ASCII world (bug#4751).
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
processing pending events when event is filtered for input method.
-
Juanma Barranquero authored
-
- 19 Oct, 2009 6 commits
-
-
Dan Nicolaescu authored
* image.c: Likewise. Include setjmp.h.
-
Jan Djärv authored
pixel -1 (bug #4742).
-
Dan Nicolaescu authored
* nsselect.m: * nsmenu.m: * nsimage.m: * nsfont.m: * nsfns.m: Include setjmp.h. (Bug#4643)
-
Dan Nicolaescu authored
supported systems: UNIPLUS and RTU.
-
Dan Nicolaescu authored
* xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
-
Dan Nicolaescu authored
* eval.c: Move struct catchtag definition ... * lisp.h: ... here. * image.c: Move png.h #include earlier to avoid warnings. * xterm.c: * xsmfns.c: * xselect.c: * xrdb.c: * xmenu.c: * xftfont.c: * xfont.c: * xfns.c: * xfaces.c: * xdisp.c: * window.c: * widget.c: * w32xfns.c: * w32uniscribe.c: * w32term.c: * w32select.c: * w32reg.c: * w32proc.c: * w32menu.c: * w32inevt.c: * w32heap.c: * w32font.c: * w32fns.c: * w32console.c: * w32.c: * w16select.c: * vm-limit.c: * unexsol.c: * unexec.c: * unexcw.c: * unexaix.c: * undo.c: * tparam.c: * textprop.c: * terminfo.c: * terminal.c: * termcap.c: * term.c: * syntax.c: * sound.c: * sheap.c: * search.c: * scroll.c: * region-cache.c: * regex.c: * ralloc.c: * process.c: * print.c: * msdos.c: * minibuf.c: * menu.c: * marker.c: * macros.c: * keymap.c: * keyboard.c: * intervals.c: * insdel.c: * indent.c: * gtkutil.c: * ftxfont.c: * ftfont.c: * fringe.c: * frame.c: * fontset.c: * font.c: * fns.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c: * editfns.c: * dosfns.c: * doprnt.c: * doc.c: * dispnew.c: * dired.c: * dbusbind.c: * data.c: * composite.c: * coding.c: * cmds.c: * cm.c: * chartab.c: * charset.c: * character.c: * ccl.c: * category.c: * casetab.c: * casefiddle.c: * callproc.c: * callint.c: * bytecode.c: * buffer.c: * atimer.c: Include setjmp.h. (Bug#4643) * xlwmenu.c: * lwlib.c: * lwlib-utils.c: * lwlib-Xm.c: * lwlib-Xlw.c: * lwlib-Xaw.c: Include setjmp.h.
-
- 18 Oct, 2009 2 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
* character.c (unibyte_to_multibyte_table): Remove. (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE. * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table. * character.h (UNIBYTE_TO_CHAR): New macro. (MAKE_CHAR_MULTIBYTE): Use it. (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove. * xdisp.c (get_next_display_element): USE ASCII_CHAR_P. (message_dolog, set_message_1): * search.c (Freplace_match): * editfns.c (Fcompare_buffer_substrings): * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE. (concat): * insdel.c (copy_text, count_size_as_multibyte): Use ASCII_CHAR_P and BYTE8_TO_CHAR. * term.c (produce_glyphs): * syntax.c (skip_chars): Use BYTE8_TO_CHAR. * regex.c (RE_CHAR_TO_MULTIBYTE): * cmds.c (internal_self_insert): * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
-