- 13 Dec, 2012 4 commits
-
-
Paul Eggert authored
fstat shouldn't fail, and if it does fail copy-file should not proceed. Remove unnecessary S_ISLNK test, as (contra the comments) this function can't copy symlinks. Improve quality of error message when attempting to copy files that are neither regular files nor directories.
-
Stefan Monnier authored
(cl--symbol-function): Remove (now that funbound is like nil).
-
Juanma Barranquero authored
(HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
-
Katsumi Yamaoka authored
-
- 12 Dec, 2012 10 commits
-
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus-art.el (gnus-article-browse-html-parts): Use <div align="left"> instead of <pre> to align message header
-
Dmitry Antipov authored
* gtkutil.c (xg_set_toolkit_scroll_bar_thumb): * window.c (Frecenter): * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs): * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
-
Sam Steingold authored
(gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
-
Sam Steingold authored
(toggle-frame-maximized): Toggle frame maximization according to `frame-maximization-style', bound to <f11>. (cycle-frame-maximized): Cycle between all maximization styles and non-maximized frame, bound to shift-<f11>.
-
David Cadé authored
Fixes: debbugs:13143
-
Glenn Morris authored
-
Daniel Colascione authored
* unexcw.c (fixup_executable): use posix_fallocate to ensure that the dumped Emacs is not a sparse file, greatly improving Cygwin "make bootstrap" performance.
-
Jonas Bernoulli authored
(eieio-override-prin1): Don't quote kewords and booleans. (object-write) <eieio-default-superclass>: Don't put closing parens on new line, avoid needless empty lines, align values that are objects with the slot keyword (instead of beginning on the same line). (eieio-list-prin1): Align value with slot keyword; increase eieio-print-depth before printing members of the list. Fixes: debbugs:13115
-
- 11 Dec, 2012 19 commits
-
-
Stefan Monnier authored
a display text-property. (report-emacs-bug-hook): Don't bother deleting it any more.
-
Stefan Monnier authored
Use with-silent-modifications instead. (hilit-chg-set-face-on-change): Only fixup the text that's modified.
-
Stefan Monnier authored
(button--area-button-p, button--area-button-string): Use (STRING . STRING-POS) representation instead of just STRING.
-
Paul Eggert authored
2012-12-11 extern-inline: avoid incompatibility with Darwin Libc * m4/extern-inline.m4: Update from gnulib. Fixes: debbugs:13040
-
Paul Eggert authored
-
Michael Albinus authored
incoming inotify event.
-
Eli Zaretskii authored
src/xdisp.c (handle_face_prop): Fix logic of computing it->start_of_box_run_p. (append_space_for_newline): If the glyph row is R2L, reset the iterator's end_of_box_run_p flag before prepending the space glyph. (extend_face_to_end_of_line): If the glyph row is R2L, reset the iterator's start_of_box_run_p flag before prepending the stretch. (append_glyph, produce_image_glyph, append_composite_glyph) (append_stretch_glyph, append_glyphless_glyph): Reverse the left_box_line_p and right_box_line_p flags of the glyph for R2L glyph rows.
-
Glenn Morris authored
-
Dmitry Antipov authored
if changed buffer is not shown in a window. * insdel.c (prepare_to_modify_buffer): Likewise. * window.c (replace_buffer_in_windows_safely): Do nothing if buffer is not shown in a window. (Fforce_window_update): Likewise if string or buffer argument is passed.
-
Eli Zaretskii authored
src/inotify.c (Finotify_add_watch): Rename decoded_file_name to encoded_file_name, which is what it is.
-
Eli Zaretskii authored
See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00288.html for the details. lisp/makefile.w32-in (compile4-SH): Fix a typo that caused term subdirectory be skipped.
-
Dmitry Antipov authored
* fringe.c (Ffringe_bitmaps_at_pos): * indent.c (Fvertical_motion): * insdel.c (prepare_to_modify_buffer): * keyboard.c (make_lispy_position): * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer) (window_scroll_pixel_based, displayed_window_lines) (Fset_window_configuration): * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data) (mark_window_display_accurate_1, redisplay_window, decode_mode_spec): Replace direct access to marker fields with calls to marker_position and/or marker_byte_position.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/f90.el (f90-line-continued, f90-indent-region): Treat preprocessor lines embedded in continuations like comments. (f90-indent-line): Special-case preprocessor lines. * test/automated/f90.el (f90-test-bug13138): New test.
-
Jay Belanger authored
-
Jay Belanger authored
formats. * lisp/calc/calc-forms.el (math-parse-iso-date): New function. (math-parse-date): Use `math-parse-iso-date' when appropriate. (math-parse-iso-date-validate): Add extra error checking. (calc-date-notation): Add ability to access new date formats.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros. (ULIMIT_BREAK_VALUE): Remove.
-
Paul Eggert authored
This follows up and records an email in <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
-
- 10 Dec, 2012 7 commits
-
-
Stefan Monnier authored
font-lock as well as when there's no text-property.
-
Daniel Colascione authored
Daniel Colascione 2012-12-10 Add emacs.res to .bzrignore Daniel Colascione 2012-12-10 Fix cygw32 build break
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Paul Eggert authored
There's no need to test for any of three inotify functions, since we use all three. Check for just the first one.
-
Jambunathan K authored
(hi-lock-keyword->face): New function. Use it wherever we used cadadadr instead. (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock. (hi-lock--last-face): Remove var. (hi-lock--unused-faces): New var to replace it. (hi-lock-read-face-name): Use/maintain it. (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case. (hi-lock-set-pattern): Ignore new rule if it has the same regexp even if it has another face. Fixes: debbugs:11095
-
Daniel Colascione authored
-