- 27 Jul, 2011 3 commits
-
-
Paul Eggert authored
This is for convenience, so that one can run GNU make in an unconfigured source tree, and get a default build.
-
Michael Albinus authored
connection process, it could be nil.
-
Leo Liu authored
-
- 26 Jul, 2011 2 commits
-
-
Alan Mackenzie authored
cc-langs.el (c-has-bitfields): New lang variable. (c-symbol-chars): Now exported as a lang variable. (c-not-primitive-type-keywords): New lang variable. cc-fonts.el (c-font-lock-declarations): Jump over the QT keyword "more" to prevent "more slots: ...." being spuriously parsed as a bitfield declaraion. cc-engine.el (c-beginning-of-statement-1): Refactor and enhance to handle bitfield declarations. (c-punctuation-in): New function. (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield declarations properly.
-
Ulf Jasper authored
lisp/ChangeLog: * calendar/icalendar.el (icalendar--all-events): Take care of multiple vcalendars in a single file. (icalendar--convert-float-to-ical): checkdoc fixes. * automated/icalendar-tests.el (icalendar-tests--compare-strings): Removed, simply use string=. (icalendar--diarytime-to-isotime) (icalendar--datetime-to-diary-date) (icalendar--datestring-to-isodate) (icalendar--format-ical-event) (icalendar--parse-summary-and-rest) (icalendar-tests--do-test-import) (icalendar-tests--do-test-cycle) : Changed argument order of string= to EXPECTED ACTUAL. (icalendar--import-format-sample) (icalendar--format-ical-event) (icalendar-import-non-recurring) (icalendar-import-rrule) (icalendar-import-duration) (icalendar-import-bug-6766) (icalendar-real-world): Adjusted to string= instead of icalendar-tests--compare-strings. (icalendar-import-multiple-vcalendars): New.
-
- 25 Jul, 2011 4 commits
-
-
Jan Djärv authored
are specified. Fixes: debbugs:9168
-
Paul Eggert authored
Found by GCC static checking and --with-wide-int on a 32-bit host.
-
Eli Zaretskii authored
src/xdisp.c (compute_display_string_pos): Fix logic of caching previous display string position. Initialize cached_prev_pos to -1. Fixes slow-down at the beginning of a buffer.
-
Deniz Dogan authored
-
- 24 Jul, 2011 6 commits
-
-
Andrew Cohen authored
-
Eli Zaretskii authored
src/xdisp.c (compute_display_string_pos): Fix logic of caching previous display string position. Initialize cached_prev_pos to -1.
-
Stefan Monnier authored
-
Michael Albinus authored
`tramp-send-command-and-check' if there is no error. (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
-
Eli Zaretskii authored
src/xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil' for attrs[LFACE_FONTSET_INDEX].
-
Andrew Cohen authored
nnir.el (nnir-search-thread): New function to make an nnir group based on a thread query. gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use of nnir in thread referral. (gnus-summary-refer-thread): Use it. nnimap.el (nnimap-request-thread): Use it.
-
- 23 Jul, 2011 10 commits
-
-
Paul Eggert authored
that was recently introduced.
-
Yair Friedman authored
leim/quail/hebrew.el ("hebrew"): Additional key mappings. ("hebrew-new", "hebrew-lyx", "hebrew-full") ("hebrew-biblical-tiro", "hebrew-biblical-sil", "yiddish-royal") ("yiddish-keyman"): New input methods.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Record the best matching position for TO_CHARPOS while scanning the line, and restore it on exit if none of the characters scanned was an exact match. Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay when exact match is impossible due to invisible text, and the lines are truncated.
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Record the best matching position for TO_CHARPOS while scanning the line, and restore it on exit if none of the characters scanned was an exact match. Fixes vertical-motion and pos-visible-in-window-p when exact match is impossible due to invisible text, and the lines are truncated.
-
Jan Djärv authored
* nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask for OSX >= 10.7.
-
Eli Zaretskii authored
src/xdisp.c (compute_stop_pos_backwards): New function. (next_element_from_buffer): Call compute_stop_pos_backwards to find a suitable prev_stop when we find ourselves before base_level_stop. (reseat): Don't look for prev_stop, as that could mean a very long run. <cached_disp_pos, cached_disp_buffer, cached_disp_modiff> <cached_disp_overlay_modiff>: Cache for last found display string position. (compute_display_string_pos): Return the cached position if asked about the same buffer in the same area of character positions, and the buffer wasn't changed since the time the display string position was cached.
-
- 22 Jul, 2011 5 commits
-
-
Eli Zaretskii authored
src/xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object is an integer, which is important for empty lines.
-
Eli Zaretskii authored
src/xdisp.c (compute_stop_pos_backwards): New function. (handle_stop_backwards): Revert last change. (next_element_from_buffer): Call compute_stop_pos_backwards to find a suitable prev_stop when we find ourselves before base_level_stop. Remove the funky search for 1000 character positions back.
-
Alan Mackenzie authored
cc-mode.el: Remove two autoload forms which loaded cc-langs. cc-langs.el (c-make-init-lang-vars-fun): Don't emit "(require 'cc-langs)". Quote a form so it will evaluate at (cc-mode's) compilation time.
-
Michael Albinus authored
loading. (Bug#9114)
-
Chong Yidong authored
* src/frame.c (Fmodify_frame_parameters): In tty case, update the default face if necessary. Fixes: debbugs:4238
-
- 21 Jul, 2011 2 commits
-
-
Chong Yidong authored
* editfns.c (Fstring_to_char): No need to explain what a character is in the docstring.
-
Martin Rudalics authored
* window.el (display-buffer-pop-up-window) (display-buffer-pop-up-side-window) (display-buffer-in-side-window): Call display-buffer-set-height and display-buffer-set-width after setting the new window's buffer so `fit-window-to-buffer' and friends work on the right buffer.
-
- 20 Jul, 2011 8 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
HAMANO Kiyoto authored
-
Lars Magne Ingebrigtsen authored
-
Sam Steingold authored
(etags-tags-included-tables): Call `convert-standard-filename' on the file names contained in TAGS so that windows Emacs can handle TAGS files created by cygwin ctags.
-
Andrew Cohen authored
(gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use `nnir-address' to handle server info rather than passing an arg.
-
Andrew Cohen authored
nnimap.el (nnimap-make-thread-query): New utility function to format an imap thread search query. (nnimap-request-thread): Use it. gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the right select-method if we are not going back to the group buffer.
-
Lars Magne Ingebrigtsen authored
-