2010-07-26 |
Kenichi Handa |
font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyphs gets smaller than the original length.
|
2010-07-26 |
Kenichi Handa |
merge trunk
|
2010-07-26 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-26 |
Juanma Barranquero |
* lread.c (unreadpure, mapatoms_1): Make static.
|
2010-07-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-25 |
Juanma Barranquero |
* terminfo.c (tparam): Fix prototype of tparm (followup to revno:100891).
|
2010-07-25 |
Andreas Schwab |
Use __executable_start to find start of text segment for profiling
|
2010-07-25 |
Andreas Schwab |
* callproc.c (set_initial_environment): Avoid unbalanced braces.
|
2010-07-25 |
Ken Brown |
* vm-limit.c (check_memory_limits): Fix previous change; accidentally reverted an earlier change.
|
2010-07-25 |
Ken Brown |
Cygwin build cleanup (Bug#6715).
|
2010-07-25 |
Daiki Ueno |
Fix typo and comment.
|
2010-07-25 |
Daiki Ueno |
Fix *.gpg file creation (bug#6723).
|
2010-07-25 |
Katsumi Yamaoka |
Accept x-pkcs7-signature MIME type as signature.
|
2010-07-25 |
Katsumi Yamaoka |
Accept x-pkcs7-signature MIME type as signature.
|
2010-07-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-24 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-23 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-20 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-23 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-21 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-25 |
Juanma Barranquero |
Build binary distros on Windows using emacs-VERSION as root dir name.
|
2010-07-25 |
Christoph Scholtes |
Added README.W32 to distclean. Updated Changelog.
|
2010-07-24 |
Christoph Scholtes |
Added ChangeLog entry for copying of README.W32.
|
2010-07-24 |
Christoph Scholtes |
Fixed whitespace.
|
2010-07-24 |
Christoph Scholtes |
Code cleanup. Added ChangeLog entry.
|
2010-07-24 |
Christoph Scholtes |
Refactoring of make dist target
|
2010-07-25 |
Juanma Barranquero |
* emacsclient.c (getcwd): Fix previous change.
|
2010-07-25 |
Juanma Barranquero |
Make building under stricter warning flags somewhat cleaner.
|
2010-07-24 |
Ken Brown |
Regenerate configure.
|
2010-07-24 |
Juanma Barranquero |
* w32fns.c (w32_to_x_color): Remove, unused.
|
2010-07-24 |
Ken Brown |
* configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
|
2010-07-24 |
Andreas Schwab |
* lisp.h: Remove leftover P_.
|
2010-07-24 |
Dan Nicolaescu |
Add NO_RETURN specifiers to functions in lib-src.
|
2010-07-24 |
Dan Nicolaescu |
Add ChangeLog entry for previous commit:
|
2010-07-24 |
Andreas Schwab |
Make internal_self_insert static
|
2010-07-24 |
Juanma Barranquero |
* .bzrignore, .gitignore: Ignore README.W32 on the root directory.
|
2010-07-24 |
Juanma Barranquero |
New make target for Windows platform: make dist (bug#6602)
|
2010-07-24 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-07-24 |
Dan Nicolaescu |
* src/ecrt0.c, src/unexalpha.c: Remove files, unused.
|
2010-07-24 |
Chong Yidong |
* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
|
2010-07-23 |
Stefan Monnier |
* lisp/play/tetris.el: Cleanup image representation and rotation.
|
2010-07-23 |
Stefan Monnier |
* lisp/progmodes/ps-mode.el: Use comint.
|
2010-07-23 |
Juanma Barranquero |
Remove unused static functions.
|
2010-07-23 |
Michael Albinus |
* net/tramp.el (tramp-methods): Move hostname to the end in all
|
2010-07-23 |
Michael Albinus |
* net/tramp.el (tramp-open-shell): New defun.
|
2010-07-23 |
Juanma Barranquero |
* make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
|
2010-07-23 |
Michael Albinus |
* net/tramp.el (tramp-file-name-regexp-unified)
|
2010-07-23 |
Juanma Barranquero |
* menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".
|
2010-07-23 |
Juanma Barranquero |
* w32term.c (my_set_focus): #ifdef away; currently not used.
|
2010-07-23 |
Juanma Barranquero |
* w32fns.c, xfaces.c: Remove obsolete static declarations.
|
2010-07-26 |
Kenichi Handa |
font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyphs gets smaller than the original length.
|
2010-07-23 |
Kenichi Handa |
merge trunk
|
2010-07-23 |
Juanma Barranquero |
* lisp/ChangeLog: Fix typos.
|
2010-07-23 |
Juanma Barranquero |
* custom.el (custom-declare-variable): Give clearer error message (bug#6476).
|
2010-07-23 |
Michael Mauger |
SQL Mode Version2.4 - Improved login prompting
|
2010-07-22 |
Juanma Barranquero |
* dired.el (dired-no-confirm): Document value t and fix defcustom (bug#6597).
|
2010-07-22 |
Juanma Barranquero |
* dired.el (dired-mode-map): Use command remapping (bug#6632).
|
2010-07-22 |
Juanma Barranquero |
* term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
|
2010-07-21 |
Juanma Barranquero |
* nt/INSTALL: Add note about backslashes in Windows paths.
|
2010-07-21 |
Daiki Ueno |
Fix multiple-recipient handling of Gnus S/MIME.
|
2010-07-21 |
Michael Albinus |
* net/tramp.el (tramp-get-ls-command)
|
2010-07-21 |
Michael Mauger |
SQL Mode V2.3 - cleanup connection handling
|
2010-07-20 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-20 |
Juanma Barranquero |
Convert some more functions to standard C.
|
2010-07-20 |
Michael Albinus |
* net/tramp.el (tramp-file-name-handler): Trace 'quit.
|
2010-07-20 |
Juanma Barranquero |
* PROBLEMS: Add note about use of backslashes in Windows paths.
|
2010-07-20 |
Juanma Barranquero |
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
|
2010-07-20 |
Stefan Monnier |
Fix up "missing braces" warning.
|
2010-07-20 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-07-20 |
Michael Albinus |
* net/tramp.el (tramp-perl-file-attributes)
|
2010-07-20 |
Katsumi Yamaoka |
Fix previous change in gnus-summary-bookmark-make-record.
|
2010-07-20 |
Katsumi Yamaoka |
Fix previous change in gnus-summary-bookmark-make-record.
|
2010-07-19 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-15 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-19 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-18 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-17 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-19 |
Juanma Barranquero |
* NEWS: Mention --enable-checking is now supported on Windows.
|
2010-07-19 |
Juanma Barranquero |
time.el: Use `define-derived-mode'. Simplify.
|
2010-07-19 |
Juanma Barranquero |
* org.texi: Fix typo in previous change (revno:100847).
|
2010-07-19 |
Carsten Dominik |
Install version 7.01 of Org mode
|
2010-07-19 |
Carsten Dominik |
Install version 7.01 of Org-mode
|
2010-07-18 |
Alan Mackenzie |
Enhance `c-file-style' in file/directory local variables.
|
2010-07-18 |
Michael Mauger |
SQL Mode V2.2 - Added sql-connect and sql-connection-alist
|
2010-07-18 |
Juanma Barranquero |
* makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
|
2010-07-18 |
Juanma Barranquero |
* configure.bat: New option --enable-checking.
|
2010-07-17 |
Chong Yidong |
Do not set bookmark context for images (Bug#6650).
|
2010-07-17 |
Chong Yidong |
Revert 2010-07-14 change to deactivate mark; minor cleanups.
|
2010-07-17 |
Chong Yidong |
* frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
|
2010-07-17 |
Jan D |
* gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0
|
2010-07-17 |
Chong Yidong |
Merge latest fix to xg_event_is_for_menubar.
|
2010-07-17 |
Chong Yidong |
Merge latest fix to xg_event_is_for_menubar.
|
2010-07-17 |
Juanma Barranquero |
src/ChangeLog: Fix typos and dates.
|
2010-07-17 |
Michael Albinus |
* tramp.texi (Inline methods): Remove remark about doubled "-t"
|
2010-07-17 |
Michael Albinus |
* net/tramp.el (tramp-get-ls-command-with-dired): Make test for
|
2010-07-17 |
Chong Yidong |
Change x-select-enable-primary to nil.
|
2010-07-16 |
Juanma Barranquero |
lisp/mail/rmail.el: Update autoload checksum.
|
2010-07-16 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-16 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-16 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-16 |
Michael Albinus |
* net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
|
2010-07-16 |
Jan D |
* xmenu.c (free_frame_menubar): Only call x_set_window_size if
|
2010-07-15 |
Andreas Schwab |
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
|
2010-07-15 |
Andreas Schwab |
* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.
|
2010-07-15 |
Eli Zaretskii |
Restore mistakenly reverted code from revno 99854.1.6 merged in revno 99950.
|
2010-07-15 |
Simon South |
Correct my email address in the last update.
|
2010-07-15 |
Simon South |
Merge fixes to indentation of case statements, variant parts in record
|
2010-07-15 |
Katsumi Yamaoka |
Make gnus-summary-bookmark-make-record work for Emacs 23 as well.
|
2010-07-15 |
Katsumi Yamaoka |
Make gnus-summary-bookmark-make-record work for Emacs 23 as well.
|
2010-07-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-12 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-11 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-09 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-09 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-08 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-07 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-06 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-05 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-04 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-04 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-01 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-30 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-29 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-28 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-27 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-24 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-21 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-20 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-17 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-17 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-16 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-15 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-15 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-10 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-10 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-15 |
Simon South |
(delphi-previous-indent-of): Indent case blocks within record
|
2010-07-15 |
Simon South |
(delphi-token-at): Give newlines precedence over literal tokens when
|
2010-07-14 |
Karl Fogel |
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
|
2010-07-14 |
Chong Yidong |
Change clipboard/primary selection to X application standards.
|
2010-07-14 |
Karl Fogel |
Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
|
2010-07-14 |
Karl Fogel |
Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
|
2010-07-14 |
Karl Fogel |
Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
|
2010-07-14 |
Karl Fogel |
Fix attribution in a ChangeLog entry.
|
2010-07-14 |
Jan D |
Fix frame size when scroll bar width not an integral of column width.
|
2010-07-14 |
Jan D |
Fix frame size when scroll bar width not an integral of column width.
|
2010-07-14 |
Jan D |
Fix menu bar activation with click for Motif/Lesstif.
|
2010-07-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-14 |
Kenichi Handa |
Do not record a font-entity in the property of font-object.
|
2010-07-14 |
Kenichi Handa |
Fix previous conflict.
|
2010-07-14 |
Kenichi Handa |
merge trunk
|
2010-07-14 |
Kenichi Handa |
Do not record a font-entity in the property of font-object.
|
2010-07-13 |
Kenichi Handa |
merge trunk
|
2010-07-13 |
Karl Fogel |
* lisp/bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
|
2010-07-13 |
Karl Fogel |
[[[
|
2010-07-13 |
Chong Yidong |
Add regexp tests for cucumber and ruby.
|
2010-07-13 |
Chong Yidong |
* lisp/frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
|
2010-07-13 |
Eli Zaretskii |
Fix the MS-DOS build; remove more "#ifdef subprocesses".
|
2010-07-13 |
Adrian Robert |
term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084). Remove incorrect binding for S-tab. (ns-alternatives-map): Change S-tab binding to backtab (bug#6616). * simple.el (normal-erase-is-backspace-setup-frame): Set mode on under ns.
|
2010-07-13 |
Eli Zaretskii |
Remove more "#ifdef subprocesses".
|
2010-07-13 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revno 100807).
|
2010-07-13 |
Dan Nicolaescu |
Remove subprocesses #ifdefs from term.c.
|
2010-07-13 |
Dan Nicolaescu |
Convert maybe_fatal to standard C.
|
2010-07-12 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
2010-07-12 |
Dan Nicolaescu |
* oldXMenu/XMenu.h: Include <stdlib.h>.
|
2010-07-12 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
2010-07-12 |
Andreas Schwab |
* dbusbind.c (xd_initialize): Don't compare boolean with a constant.
|
2010-07-12 |
Eli Zaretskii |
(wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.
|
2010-07-12 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revs 100791, 100794, 100795).
|
2010-07-12 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revno 100791, 100794, 100795).
|
2010-07-12 |
Dan Nicolaescu |
* nt/config.nt (volatile): Remove definition.
|
2010-07-12 |
Andreas Schwab |
* language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)
|
2010-07-12 |
Andreas Schwab |
* language/tv-util.el (tai-viet-re): Remove format.
|
2010-07-12 |
Andreas Schwab |
Convert old-style definitions
|
2010-07-12 |
Dan Nicolaescu |
Cleanups for src/callproc.c.
|
2010-07-12 |
Dan Nicolaescu |
* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
|
2010-07-12 |
Dan Nicolaescu |
Convert function definitions to standard C and some cleanups.
|
2010-07-12 |
Dan Nicolaescu |
Convert more function definitions to standard C.
|
2010-07-12 |
Andreas Schwab |
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
|
2010-07-12 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-12 |
Eli Zaretskii |
MS-Windows follow-up for revno 100789.
|
2010-07-12 |
Kenichi Handa |
Improve Hebrew rendering.
|
2010-07-12 |
Kenichi Handa |
Make font-get to get :otf value dynamically from a font-object.
|
2010-07-12 |
Kenichi Handa |
Improve Hebrew rendering.
|
2010-07-12 |
Kenichi Handa |
merge trunk
|
2010-07-12 |
Kenichi Handa |
Add ChangeLog
|
2010-07-09 |
Kenichi Handa |
merge trunk
|
2010-07-08 |
Kenichi Handa |
merge trunk
|
2010-07-08 |
Kenichi Handa |
Make font-get to get :otf value dynamically from a font-object.
|
2010-07-01 |
Kenichi Handa |
merge trunk
|
2010-07-27 |
Juanma Barranquero |
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).
|
2010-07-26 |
Michael Albinus |
* url-http (url-http-parse-headers): Disable file name handlers at
|
2010-07-25 |
Juanma Barranquero |
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
|
2010-07-25 |
Michael Albinus |
* url-http (url-http-parse-headers): Disable Tramp. (Bug#6717)
|
2010-07-23 |
Chong Yidong |
* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
|
2010-07-23 |
Juanma Barranquero |
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
|
2010-07-22 |
Juanma Barranquero |
* window.c (Fwindow_height): Doc fix (bug#6518).
|
2010-07-21 |
Juanma Barranquero |
* text.texi (Special Properties): Fix typo.
|
2010-07-21 |
Juanma Barranquero |
lisp/mail/rmail.el: Update autoload checksum.
|
2010-07-21 |
Juanma Barranquero |
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
|
2010-07-20 |
Juanma Barranquero |
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
|
2010-07-19 |
Juanma Barranquero |
* time.el (display-time-day-and-date): Remove spurious * in docstring.
|
2010-07-17 |
Chong Yidong |
Doc fix to commentary (Bug#6653).
|
2010-07-17 |
Chong Yidong |
Fix size calculation for sliced images in image-mode (Bug#6639).
|
2010-07-17 |
Chong Yidong |
* lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636).
|
2010-07-17 |
Jan D |
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
|
2010-07-16 |
Eli Zaretskii |
Fix bug #4451.
|
2010-07-16 |
Eli Zaretskii |
mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
|
2010-07-14 |
Jan D |
* xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
|
2010-07-14 |
Chong Yidong |
* simple.el (push-mark-command): Set selection for select-active-regions.
|
2010-07-14 |
Jan D |
Fix menus as per bug 6499 and 6608.
|
2010-07-14 |
Eli Zaretskii |
Fix bug #6609.
|
2010-07-10 |
Glenn Morris |
cal-tex.el fixes for calendar-week-start-day != 0.
|
2010-07-10 |
Chong Yidong |
Fix last fix.
|
2010-07-10 |
Chong Yidong |
* simple.el (use-region-p): Doc fix (Bug#6607).
|
2010-07-11 |
Chong Yidong |
* mouse.el (mouse-drag-track): Handle select-active-regions (Bug#6612).
|
2010-07-11 |
Andreas Schwab |
* blockinput.h: Remove obsolete comment.
|
2010-07-11 |
Andreas Schwab |
Use offsetof instead of own definition
|
2010-07-11 |
Andreas Schwab |
* process.c: Remove obsolete comment.
|
2010-07-11 |
Chong Yidong |
* src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
|
2010-07-11 |
Eli Zaretskii |
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
|
2010-07-11 |
Eli Zaretskii |
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
|
2010-07-11 |
Andreas Schwab |
Use strchr, strrchr instead of index, rindex
|
2010-07-11 |
Andreas Schwab |
* callproc.c (relocate_fd): Use F_DUPFD if defined.
|
2010-07-11 |
Andreas Schwab |
Constify functions taking char *
|
2010-07-11 |
Andreas Schwab |
Fix indentation problem
|
2010-07-11 |
Andreas Schwab |
Fix implicit declaration of kbd_on_hold_p
|
2010-07-11 |
Andreas Schwab |
Remove obsolete noinline declaration
|
2010-07-11 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
|
2010-07-11 |
Ken Raeburn |
Make doprnt and related functions ANSI C compliant, with prototypes.
|
2010-07-11 |
Eli Zaretskii |
Fix bug #6603.
|
2010-07-11 |
Eli Zaretskii |
Don't use `subprocesses' in msdos.c.
|
2010-07-11 |
Eli Zaretskii |
Don't use `subprocesses' in msdos.c.
|
2010-07-10 |
Chong Yidong |
Add compilation regexps for cucumber and ruby.
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-10 |
Chong Yidong |
* xfaces.c (realize_face): Garbage the frame if a face is removed
|
2010-07-07 |
Glenn Morris |
Add some font-locking for Python 2.7.
|
2010-07-07 |
Glenn Morris |
Minor zone.el fix.
|
2010-07-06 |
Chong Yidong |
Minor fix to describe-key, and a docstring.
|
2010-07-05 |
Andreas Schwab |
Remove obsolete volatile
|
2010-07-05 |
YAMAMOTO Mitsuharu |
Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).
|
2010-07-04 |
Juanma Barranquero |
src/w32fns.c (Qtooltip): Declare.
|
2010-07-03 |
Michael Albinus |
* net/zeroconf.el (zeroconf-resolve-service)
|
2010-07-03 |
Michael Albinus |
* net/zeroconf.el (zeroconf-service-remove-hook): New defun.
|
2010-07-03 |
Jan D |
Fix hang on menubar press outside items (Bug#6499).
|
2010-07-03 |
Jan D |
Fix hang for mouse press on menubar but not on an item (Bug#6499).
|
2010-07-02 |
Chong Yidong |
Fix faulty `if' statement in delete_frame.
|
2010-06-30 |
Dan Nicolaescu |
Avoid displaying files with a nil state in vc-dir.
|
2010-06-30 |
Chong Yidong |
* xml.el (xml-parse-region): Avoid infloop (Bug#5281).
|
2010-06-30 |
Chong Yidong |
Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).
|
2010-06-29 |
Juanma Barranquero |
lisp/ChangeLog: Remove "(tiny change)" note.
|
2010-06-29 |
Juanma Barranquero |
emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
|
2010-06-27 |
Juanma Barranquero |
*** empty log message ***
|
2010-06-27 |
Chong Yidong |
Font lock fix for batch mode (Bug#5719).
|
2010-06-27 |
Chong Yidong |
Minor fix for htmlfontify.el (Bug#6239).
|
2010-06-27 |
Chong Yidong |
Remove unnecessary let-bindings in bookmark.el (Bug#6515)
|
2010-06-26 |
Glenn Morris |
Fix typos in some Keywords comments.
|
2010-06-26 |
Andreas Schwab |
Update cl-loaddefs.el
|
2010-06-26 |
Andreas Schwab |
* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
|
2010-06-25 |
Eli Zaretskii |
Fix bugs #6144 and #6467.
|
2010-06-25 |
Chong Yidong |
Fix after-string and image interaction bug (Bug#1336).
|
2010-06-24 |
Chong Yidong |
Clarify command loop's role in undo boundary (Bug#2433).
|
2010-06-24 |
Glenn Morris |
Minor doc/misc/*.texi direntry fixes.
|
2010-06-24 |
Glenn Morris |
Doc fix.
|
2010-06-24 |
Glenn Morris |
Minor bs.el font-lock change.
|
2010-06-23 |
Andreas Schwab |
* lread.c (read1): Signal error if #s is not followed by paren.
|
2010-06-23 |
Glenn Morris |
Remove remaining tabs from non-verbatim in doc/misc/*.texi.
|
2010-06-23 |
Glenn Morris |
Entry for previous change.
|
2010-06-23 |
Glenn Morris |
Remove some unimportant tabs from examples in some *.texi files.
|
2010-06-23 |
Glenn Morris |
Untabify doc/lispref/*.texi.
|
2010-06-23 |
Glenn Morris |
Backport from trunk: doc fix.
|
2010-06-23 |
Glenn Morris |
* info/dir: Start descriptions in column 32, per Texinfo convention.
|
2010-06-23 |
Glenn Morris |
Untabify doc/misc/*.texi.
|
2010-06-23 |
Glenn Morris |
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
|
2010-06-23 |
Glenn Morris |
Untabify doc/emacs/*.texi files.
|
2010-06-22 |
Dan Nicolaescu |
Fix vc-annotate for renamed files when using Git.
|
2010-06-22 |
Glenn Morris |
* lisp/font-setting.el: Fix previous change.
|
2010-06-22 |
Glenn Morris |
* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).
|
2010-06-22 |
Glenn Morris |
Minor js.el fix.
|
2010-06-22 |
Glenn Morris |
* lisp/wid-edit.el (widget-complete): Doc fix.
|
2010-06-22 |
Glenn Morris |
* lisp/url/ChangeLog: Standardize author name .
|
2010-06-22 |
Glenn Morris |
* lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
|
2010-06-22 |
Dan Nicolaescu |
Fix annotating other revisions for renamed files in vc-annotate.
|
2010-06-22 |
Dan Nicolaescu |
Fix vc-annotate-show-changeset-diff-revision-at-line for git.
|
2010-06-22 |
Dan Nicolaescu |
Fix finding revisions in for renamed files in vc-annotate.
|
2010-06-21 |
Dan Nicolaescu |
Fix reading file names in Git annotate buffers.
|
2010-06-20 |
Chong Yidong |
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
|
2010-06-20 |
Alan Mackenzie |
* progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file
|
2010-06-19 |
Chong Yidong |
* image.c (free_image): Mark frame as garbaged (Bug#6426).
|
2010-06-19 |
Chong Yidong |
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
|
2010-06-19 |
Chong Yidong |
* keymap.c (Fdefine_key): Doc fix (Bug#6460).
|
2010-06-19 |
Glenn Morris |
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
|
2010-06-19 |
Glenn Morris |
Close bug#6422.
|
2010-06-19 |
Glenn Morris |
Close bug#6450.
|
2010-06-17 |
Stefan Monnier |
* lisp/subr.el (read-quoted-char): Fix up last change.
|
2010-06-16 |
Juanma Barranquero |
doc/misc/ChangeLog: Remove duplicate entry.
|
2010-07-10 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-09 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-08 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-07 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-06 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-05 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-03 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-29 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-28 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-23 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-21 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-20 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-19 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-15 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-12 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-12 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-11 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-10 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-09 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-08 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-05 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-04 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-03 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-02 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-01 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-31 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-30 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-30 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-29 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-28 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-27 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-26 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-24 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-23 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-22 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-21 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-20 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-19 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-18 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-17 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-16 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-10 |
Chong Yidong |
Adapt terminal frames to latest menu-bar changes.
|
2010-07-10 |
Eli Zaretskii |
Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
|
2010-07-10 |
Eli Zaretskii |
Unify the two branches of process.c, with and without subprocesses.
|
2010-07-10 |
Eli Zaretskii |
Unify the two branches, with and without subprocesses.
|
2010-07-10 |
Michael Albinus |
* tramp.texi (Inline methods): Remove "kludgy" phrase.
|
2010-07-09 |
Michael Albinus |
* dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
|
2010-07-09 |
Andreas Schwab |
* make-docfile.c (write_c_args): Restructure scanning loop.
|
2010-07-09 |
Jan D |
Fix frame sizing for Lucid/Motif/Lesstif.
|
2010-07-09 |
Michael Albinus |
* dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
|
2010-07-09 |
Eli Zaretskii |
Adapt docs of primitives to ANSI C arg list.
|
2010-07-09 |
Dan Nicolaescu |
Make make-docfile understand DEFUN arguments written in standard C.
|
2010-07-08 |
Dan Nicolaescu |
* configure.in: Use -Wold-style-definition if available.
|
2010-07-08 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
2010-07-08 |
Eli Zaretskii |
MAINTAINERS: Update Eli Zaretskii's responsibilities.
|
2010-07-08 |
Eli Zaretskii |
Fix MS-DOS build broken by revno 100745; fix MS-DOS configury.
|
2010-07-08 |
Eli Zaretskii |
Fix MS-DOS configury.
|
2010-07-08 |
Eli Zaretskii |
Fix MS-DOS build broken by revno 100745.
|
2010-07-08 |
Jan D |
Fix compilation for Motif/Lesstif.
|
2010-07-08 |
Jan D |
Change function definition from K&R to prototype. Fix prototype warnings.
|
2010-07-08 |
Dan Nicolaescu |
Remove leftover P_ macros.
|
2010-07-08 |
Dan Nicolaescu |
Remove alternative K&R declarations.
|
2010-07-08 |
Dan Nicolaescu |
Clean up include guards.
|
2010-07-08 |
Dan Nicolaescu |
Remove src/prefix-args.c.
|
2010-07-08 |
Dan Nicolaescu |
Simplify start_of_data, start_of_text and related code.
|
2010-07-08 |
Dan Nicolaescu |
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
|
2010-07-08 |
Daiki Ueno |
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-07 |
Jan D |
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
|
2010-07-07 |
Eli Zaretskii |
Convert function definitions in MS-DOS sources to ANSI C.
|
2010-07-07 |
Eli Zaretskii |
Convert function definitions in MS-DOS sources to ANSI C.
|
2010-07-07 |
Agustin martin |
Improve ispell.el word completion handling.
|
2010-07-07 |
Juanma Barranquero |
Fix whitespace to follow coding guidelines.
|
2010-07-07 |
Juanma Barranquero |
* coding.c, sysdep.c: Convert some more functions to standard C.
|
2010-07-07 |
Juanma Barranquero |
* coding.c: Use SPECPDL_INDEX, DOS_NT.
|
2010-07-07 |
Glenn Morris |
Minor zone.el fixes for bug#6483.
|
2010-07-07 |
Dan Nicolaescu |
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
|
2010-07-07 |
Dan Nicolaescu |
* configure.in (getenv): Remove K&R declaration.
|
2010-07-07 |
Dan Nicolaescu |
Make the function member of Lisp_Subr use standard C prototypes.
|
2010-07-06 |
Chong Yidong |
* fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
|
2010-07-06 |
Juanma Barranquero |
src/w32*.c: Convert function definitions to standard C.
|
2010-07-06 |
Andreas Schwab |
Fix conflicting declarations of x_get_keysym_name
|
2010-07-06 |
Andreas Schwab |
Clean up movemail source
|
2010-07-06 |
Andreas Schwab |
* movemail.c: Add MAIL_USE_POP around prototypes.
|
2010-07-06 |
Dan Nicolaescu |
* src/ecrt0.c: Revert conversion to standard C.
|
2010-07-05 |
Chong Yidong |
Set default-frame-alist, if necessary, in menu/tool-bar-mode.
|
2010-07-05 |
Chong Yidong |
Fix multi-click selection behavior (Bug#6565).
|
2010-07-05 |
Dan Nicolaescu |
Convert function definitions and declarations to standard C.
|
2010-07-05 |
Juanma Barranquero |
Convert most remaining function definitions to standard C.
|
2010-07-05 |
Jan D |
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
|
2010-07-05 |
Jan D |
* xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
|
2010-07-05 |
Jan D |
Fix some bad prototypes and formatting after conversion from K&R declaration.
|
2010-07-05 |
Dan Nicolaescu |
* src/atimer.c: Use "" instead of <> for local includes for
|
2010-07-05 |
Dan Nicolaescu |
Convert declarations or definitions to standard C.
|
2010-07-04 |
Juanma Barranquero |
* fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
|
2010-07-04 |
Stefan Monnier |
* src/lread.c (read1): Fix up last change to not mess up `c'.
|
2010-07-04 |
Juanma Barranquero |
* strftime.c: Revert conversion to standard C (revno:100708).
|
2010-07-04 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-switch-other-window,
|
2010-07-04 |
Juanma Barranquero |
* unexelf.c (round_up, find_section): Use ElfW macro for arguments.
|
2010-07-04 |
Juanma Barranquero |
* print.c (strout): Use const char* for arg PTR.
|
2010-07-04 |
Juanma Barranquero |
* net/dbus.el (dbus-send-signal): Declare function.
|
2010-07-04 |
Juanma Barranquero |
Fix comments and whitespace.
|
2010-07-04 |
Juanma Barranquero |
Fix more prototypes.
|
2010-07-04 |
Juanma Barranquero |
Fix prototypes.
|
2010-07-04 |
Michael Albinus |
* dbus.texi (Receiving Method Calls): Add optional argument
|
2010-07-04 |
Michael Albinus |
* net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
|
2010-07-04 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
2010-07-04 |
Dan Nicolaescu |
* lib-src/fakemail.c (action): Convert function definitions to standard C.
|
2010-07-04 |
Dan Nicolaescu |
Convert function definitions in oldXMenu to standard C.
|
2010-07-04 |
Dan Nicolaescu |
Convert function definitions in lwlib files to standard C.
|
2010-07-03 |
Eli Zaretskii |
ebrowse.c (check_namespace): Fix indentation.
|
2010-07-03 |
Eli Zaretskii |
Fix menu bar and colors on MS-DOS.
|
2010-07-03 |
Andreas Schwab |
Fix invalid cast
|
2010-07-03 |
Juanma Barranquero |
lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
|
2010-07-03 |
Eli Zaretskii |
Fix setting colors on MS-DOS frames.
|
2010-07-03 |
Eli Zaretskii |
Fix menu bar display on MS-DOS.
|
2010-07-03 |
Eli Zaretskii |
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
|
2010-07-03 |
Juanma Barranquero |
Fix prototypes.
|
2010-07-03 |
Chong Yidong |
Fix typo in last change.
|
2010-07-03 |
Chong Yidong |
Take note of mouse dragging changes in NEWS.
|
2010-07-03 |
Chong Yidong |
Simplify mouse-dragging implementation.
|
2010-07-03 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
2010-07-02 |
Juri Linkov |
* lisp/autoinsert.el (auto-insert-alist): Fix readability
|
2010-07-02 |
Juri Linkov |
* lisp/faces.el (read-face-name): Rename arg `string-describing-default'
|
2010-07-02 |
Dan Nicolaescu |
Convert some prototypes to standard C.
|
2010-07-02 |
Juanma Barranquero |
* config.nt (__P): Remove.
|
2010-07-02 |
Chong Yidong |
Replace delete-backward-char Lisp calls in Viper (Bug#6552).
|
2010-07-02 |
Eli Zaretskii |
Fix MS-DOS build due to removal of P_.
|
2010-07-02 |
Eli Zaretskii |
Fix the MS-DOS build due to removal of P_.
|
2010-07-02 |
Jan D |
Remove __P.
|
2010-07-02 |
Eli Zaretskii |
Fix MS-DOS configury.
|
2010-07-02 |
Eli Zaretskii |
Fix MS-DOS configury.
|
2010-07-02 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
2010-07-02 |
Jan D |
Remove P_ and __P macros.
|
2010-07-02 |
Dan Nicolaescu |
Define USE_LISP_UNION_TYPE using autoconf.
|
2010-07-02 |
Dan Nicolaescu |
Cleanup old code.
|
2010-07-01 |
Jan D |
* window.c (Fwindow_absolute_pixel_edges): Doc fix.
|
2010-07-01 |
Mark A. Hershberger |
2010-07-01 Mark A. Hershberger <mah@everybody.org>
|
2010-07-01 |
Jan D |
New functions that return window edges with absolute coords (bug#5721).
|
2010-07-01 |
Jan D |
* nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.
|
2010-07-01 |
Jan D |
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
|
2010-07-01 |
Jan D |
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
|
2010-07-01 |
Chong Yidong |
* ruler-mode.el (ruler--save-header-line-format): Fix typos.
|
2010-07-01 |
Chong Yidong |
Fix application of default-frame-alist (Bug#5378).
|
2010-07-01 |
Juanma Barranquero |
Fix whitespace in ChangeLogs.
|
2010-06-30 |
Andreas Schwab |
Avoid erroneous syscalls
|
2010-06-30 |
Andreas Schwab |
Fix typo
|
2010-06-30 |
Andreas Schwab |
* startup.el (command-line): Don't call tool-bar-setup in a tty-only build.
|
2010-06-30 |
Chong Yidong |
Don't always set ruler-mode-header-line-format-old (Bug#5370).
|
2010-06-30 |
Jan D |
Improve doc for system font things. Return font regardless of use_system_font.
|
2010-06-30 |
Kenichi Handa |
Check FC_DUAL too. For such fonts, check width one by one.
|
2010-06-30 |
Kenichi Handa |
Check FC_DUAL too. For such fonts, check width one by one.
|
2010-06-30 |
Kenichi Handa |
merge trunk
|
2010-06-29 |
Kenichi Handa |
merge trunk
|
2010-06-30 |
Glenn Morris |
Remove comment that is no longer true.
|
2010-06-30 |
Dan Nicolaescu |
Fix CFLAGS for non-GCC compilers.
|
2010-06-30 |
Glenn Morris |
Fix some whitespace in previous.
|
2010-06-30 |
Glenn Morris |
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
|
2010-06-30 |
Glenn Morris |
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
|
2010-06-30 |
Glenn Morris |
Remove some cpp that is internal to configure.in.
|
2010-06-29 |
Chong Yidong |
Allow global VC ops like `C-x v D' in Diff and Log-View buffers.
|
2010-06-29 |
Jan D |
Fix some compilation errors in nsfns.c
|
2010-06-28 |
Jan D |
dynamic-setting.el (font-setting-change-default-font): Remove call to message.
|
2010-06-28 |
Jan D |
xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).
|
2010-06-28 |
Jan D |
Mention bug number
|
2010-06-28 |
Jan D |
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
|
2010-06-28 |
Kenichi Handa |
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.
|
2010-06-28 |
Kenichi Handa |
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.
|
2010-06-28 |
Kenichi Handa |
merge trunk
|
2010-06-24 |
Kenichi Handa |
merge trunk
|
2010-06-28 |
Chong Yidong |
* bindings.el (global-map): Bind delete and DEL, the former to
|
2010-06-27 |
Dan Nicolaescu |
* src/s/freebsd.h (BSD4_2): Remove redundant definition.
|
2010-06-27 |
Chong Yidong |
* progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
|
2010-06-27 |
Chong Yidong |
* startup.el (command-line): Recognize "0" X resource value.
|
2010-06-27 |
Chong Yidong |
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
|
2010-06-26 |
Eli Zaretskii |
Fix the MS-DOS build due to changes in configury.
|
2010-06-26 |
Eli Zaretskii |
Fix the MS-DOS build due to changes in configury.
|
2010-06-26 |
Eli Zaretskii |
Revert revno 100646 (fixed in emacs-23 branch).
|
2010-06-26 |
Eli Zaretskii |
w32-fns.el (w32-convert-standard-filename): Doc fix.
|
2010-06-26 |
Eli Zaretskii |
PROBLEMS: Update Cygwin-related info regarding GCC versions.
|
2010-06-26 |
Romain Francoise |
Cherry-pick commit 8bd9308 from the org-mode Git repository.
|
2010-06-26 |
Eli Zaretskii |
w32-fns.el (w32-convert-standard-filename): Doc fix.
|
2010-06-25 |
Chong Yidong |
Revert last change.
|
2010-06-25 |
Chong Yidong |
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
|
2010-06-25 |
Agustin martin |
Add missing Changelog entries for textmodes/ispell.el (bzr#100641) and textmodes/flyspell.el (bzr#100640)
|
2010-06-25 |
Agustin martin |
ispell.el (ispell-init-process): Make sure ispell and default directories are expanded.
|
2010-06-25 |
Agustin martin |
Make sure `flyspell-word' checks word after (flyspell-check-previous-highlighted-word) run.
|
2010-06-25 |
Chong Yidong |
Add redisplay test for image and overlay string interaction.
|
2010-06-24 |
Juri Linkov |
* lisp/minibuffer.el (completions-format): Change default from nil to
|
2010-06-24 |
Juri Linkov |
* lisp/vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
|
2010-06-24 |
Chong Yidong |
Don't issue kmacro hint if echo area is in use (Bug#3412).
|
2010-06-24 |
Juanma Barranquero |
lib-src/movemail.c (error): Avoid warning when there are no args.
|
2010-06-24 |
Juanma Barranquero |
src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration.
|
2010-06-22 |
Mark A. Hershberger |
(none)
|
2010-06-22 |
Mark A. Hershberger |
Add in some useful convenience functions for handling HTTP.
|
2010-06-22 |
Jan D. |
Hide scroll bar when window is too small to avoid Gtk+ warning.
|
2010-06-22 |
Glenn Morris |
Minor simplification.
|
2010-06-22 |
Jan D. |
Don't use font names from GConf if font backend can't handle it (bug#6478).
|
2010-06-22 |
Glenn Morris |
* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.
|
2010-06-22 |
Glenn Morris |
Add some utf-8 coding cookies.
|
2010-06-22 |
Jan D. |
* font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
|
2010-06-21 |
Karl Fogel |
* lisp/simple.el (compose-mail): Fix doc string to refer to
|
2010-06-21 |
Alan Mackenzie |
Fix an indentation bug:
|
2010-06-21 |
Glenn Morris |
* INSTALL: Info files are compressed by default.
|
2010-06-20 |
Eli Zaretskii |
Avoid recentering when lines differ in their height.
|
2010-06-20 |
Chong Yidong |
Tweaks to package list UI.
|
2010-06-19 |
Chong Yidong |
Add preliminary describe-package functionality, and some cleanup.
|
2010-06-19 |
Eli Zaretskii |
xdisp.c (try_scrolling): Fix last change.
|
2010-06-19 |
Eli Zaretskii |
Fix occasional recentering under scroll-conservatively.
|
2010-06-19 |
Glenn Morris |
* lisp/descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
|
2010-06-18 |
Stefan Monnier |
* lisp/emacs-lisp/edebug.el (edebug-read-list): Phase out old-style backquotes.
|
2010-06-17 |
Juri Linkov |
Fix revert-buffer functionality of Help mode and Info.
|
2010-06-17 |
Dan Nicolaescu |
* lisp/emacs-lisp/package.el (package-menu-mode-map): Add a menu.
|
2010-06-17 |
Agustin martin |
ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.
|
2010-06-17 |
Juanma Barranquero |
emacs-lisp/package.el (package-menu-mode-map): Move initialization into declaration.
|
2010-06-17 |
Juanma Barranquero |
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
|
2010-06-17 |
Chong Yidong |
Merge package.el, written by Tom Tromey <tromey@redhat.com>.
|
2010-06-17 |
Stefan Monnier |
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
|
2010-06-16 |
Jay Belanger |
calc-poly.el: (math-accum-factors): Make sure that constants aren't distributed
|
2010-06-16 |
Juri Linkov |
* lisp/facemenu.el (list-colors-display): Call `pop-to-buffer' before
|
2010-06-16 |
Stefan Monnier |
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
|
2010-06-16 |
Stefan Monnier |
Merge from emacs-23
|
2010-06-16 |
Stefan Monnier |
* src/lread.c (read1): Phase out old-style backquotes a bit more.
|
2010-06-16 |
Agustin martin |
ispell.el: Fix portuguese casechars/not-casechars for missing 'çÇ'. (bug#6434).
|
2010-06-16 |
Stefan Monnier |
* lisp/font-lock.el (font-lock-major-mode): Rename from
|
2010-06-15 |
Juanma Barranquero |
* etc/NEWS.1-17: Fix typos.
|
2010-06-15 |
Glenn Morris |
Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.
|
2010-06-15 |
Stefan Monnier |
* lisp/vc-annotate.el (vc-annotate): Use vc-read-revision.
|
2010-06-15 |
Glenn Morris |
* etc/NEWS: appt-add.
|
2010-06-15 |
Glenn Morris |
Tweak previous change.
|
2010-06-15 |
Glenn Morris |
Close bug#5176.
|
2010-06-12 |
Chong Yidong |
* INSTALL: Update font information (Bug#6389).
|
2010-06-12 |
Glenn Morris |
Close bug#6361.
|
2010-06-12 |
Glenn Morris |
Close bug#6406.
|
2010-06-12 |
Glenn Morris |
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
|
2010-06-12 |
Glenn Morris |
Close bug#6408.
|
2010-06-10 |
Glenn Morris |
* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)
|
2010-06-10 |
Glenn Morris |
Doc typo fixes.
|
2010-06-10 |
Glenn Morris |
* INSTALL: General update.
|
2010-06-15 |
Michael Albinus |
* auth-source.el (auth-source-pick): If choice does not contain a
|
2010-06-15 |
Juanma Barranquero |
* facemenu.el (list-colors-sort): Doc fix.
|
2010-06-15 |
Glenn Morris |
* lisp/progmodes/sql.el (sql-connect-mysql): Fix typo.
|
2010-06-14 |
Juri Linkov |
Add sort option `list-colors-sort'. (Bug#6332)
|
2010-06-14 |
Juri Linkov |
* compare-w.el: Move to the "vc" subdirectory.
|
2010-06-14 |
Stefan Monnier |
* lisp/image-mode.el (image-mode-map): Remap left-char and right-char.
|
2010-06-14 |
Stefan Monnier |
* lisp/nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
|
2010-06-13 |
Juanma Barranquero |
* src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.
|
2010-06-13 |
Eli Zaretskii |
bidi.c (bidi_mirror_char): Fix commentary.
|
2010-06-13 |
Eli Zaretskii |
Use Unicode database for attribute tables in bidi.c.
|
2010-06-12 |
Eli Zaretskii |
Use BidiMirroring.txt for mirroring characters in bidi context.
|
2010-06-12 |
Eli Zaretskii |
Derive bidi type table from UnicodeData.txt.
|
2010-06-12 |
Romain Francoise |
Synch with Gnus trunk.
|
2010-06-12 |
Chong Yidong |
Revert 2010-06-02 change to log-edit-font-lock-keywords (Bug#6343).
|
2010-06-12 |
Chong Yidong |
Add all rgb.txt color names to x-colors.
|
2010-06-12 |
Eli Zaretskii |
Fix bug #6409.
|
2010-06-12 |
Eli Zaretskii |
Fix bug #6396.
|
2010-06-12 |
Romain Francoise |
* Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook.
|
2010-06-12 |
Michael Albinus |
* net/tramp.el (tramp-remote-process-environment): Protect version
|
2010-06-12 |
Glenn Morris |
* Makefile.in (install-arch-indep): Delete any old info .gz files first.
|
2010-06-11 |
Juanma Barranquero |
Fix Windows makefiles to adapt to lisp/vc reorganization.
|
2010-06-11 |
Juanma Barranquero |
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
|
2010-06-11 |
Juri Linkov |
* lisp/finder.el (finder-known-keywords): Add keyword "vc"
|
2010-06-11 |
Juri Linkov |
Move version control related files to the "vc" subdirectory.
|
2010-06-11 |
Chong Yidong |
Fix for comint-password-prompt-regexp (Bug#6367).
|
2010-06-11 |
Stephen Eglen |
Bind `shell-resync-dirs' to M-RET in *shell* buffers.
|
2010-06-11 |
Glenn Morris |
* INSTALL: Revert previous accidental commit.
|
2010-06-11 |
Glenn Morris |
Make compressing the info files optional.
|
2010-06-10 |
Michael Albinus |
* notifications.el: Move file from lisp/net, because it is
|
2010-06-10 |
Michael Albinus |
* net/notifications.el (notifications-on-action-signal)
|
2010-06-10 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-10 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-10 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-10 |
Glenn Morris |
* admin/notes/newfile: Update.
|
2010-06-10 |
Glenn Morris |
Minor authors.el update.
|
2010-06-10 |
Glenn Morris |
* Makefile.in (install-arch-indep): Gzip the info files too.
|
2010-06-10 |
Glenn Morris |
* src/editfns.c (Fbyte_to_string): Pacify compiler.
|
2010-06-10 |
Glenn Morris |
* make-dist: Remove references to non-existent directories and files.
|
2010-06-10 |
Glenn Morris |
* src/m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
|
2010-06-10 |
Glenn Morris |
Minor update for Acknowledgments in manual.
|
2010-06-10 |
Glenn Morris |
Fix ChangeLog attribution.
|
2010-06-10 |
Stefan Monnier |
* lisp/net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
|
2010-06-10 |
Juanma Barranquero |
Remove duplicate ChangeLog entries.
|
2010-06-10 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-10 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-09 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-09 |
Andreas Schwab |
Conflict resolution fixup
|
2010-06-09 |
Andreas Schwab |
Merge from emacs-23
|
2010-06-09 |
Stefan Monnier |
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
|
2010-06-09 |
Stefan Monnier |
* lisp/emacs-lisp/advice.el (ad-compile-function):
|
2010-06-09 |
Stefan Monnier |
* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
|
2010-06-08 |
Andreas Schwab |
* minibuf.c (Fall_completions): Add more checks.
|
2010-06-08 |
Andreas Schwab |
* minibuf.c (Fall_completions): Add more checks.
|
2010-06-08 |
Juanma Barranquero |
* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
|
2010-06-07 |
Stefan Monnier |
* lisp/net/rcirc.el: Add support for password authentication.
|
2010-06-05 |
Juanma Barranquero |
* net/dbus.el: Fix typos and declare function.
|
2010-06-04 |
Chong Yidong |
* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
|
2010-06-03 |
Andreas Schwab |
Add bug number
|
2010-06-03 |
Andreas Schwab |
* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
|
2010-06-03 |
Chong Yidong |
Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).
|
2010-06-03 |
Juanma Barranquero |
Fix typos.
|
2010-06-03 |
Glenn Morris |
Close bug#6336.
|
2010-06-02 |
Chong Yidong |
Better doc fix for Bug#6283.
|
2010-06-02 |
Chong Yidong |
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
|
2010-06-02 |
Dan Nicolaescu |
* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
|
2010-06-08 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-07 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-09 |
Dan Nicolaescu |
* src/s/usg5-4.h: Fix previous change.
|
2010-06-09 |
Michael Albinus |
* net/notifications.el (notifications-notify): Fix docstring.
|
2010-06-09 |
Juanma Barranquero |
Update to Unicode 6.0.0 beta.
|
2010-06-09 |
Juanma Barranquero |
* emacs-lisp/smie.el (comment-string-strip): Declare function.
|
2010-06-09 |
Juanma Barranquero |
* vc-mtn.el (log-edit-extract-headers): Declare function.
|
2010-06-09 |
Juanma Barranquero |
* vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
|
2010-06-09 |
Juanma Barranquero |
* net/notifications.el (dbus-register-signal): Declare function.
|
2010-06-09 |
Dan Nicolaescu |
Improve VC create/retrieve tag/branch.
|
2010-06-09 |
Michael Albinus |
move notifications.el to net/
|
2010-06-09 |
Michael Albinus |
* NEWS: Add notifications.el.
|
2010-06-09 |
Michael Albinus |
* notifications.el: New file.
|
2010-06-09 |
Glenn Morris |
* admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.
|
2010-06-09 |
Dan Nicolaescu |
Add optional support for resetting VC properties.
|
2010-06-09 |
Dan Nicolaescu |
Improve support for special markup in the VC commit message.
|
2010-06-09 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
|
2010-06-08 |
Michael Albinus |
* auth-source.el (top): Autoload `secrets-list-collections',
|
2010-06-08 |
Dan Nicolaescu |
* src/lread.c (X_OK): Remove, unused.
|
2010-06-08 |
Dan Nicolaescu |
* src/dispnew.c: Remove obsolete comment.
|
2010-06-08 |
Dan Nicolaescu |
Remove INCLUDED_FCNTL.
|
2010-06-08 |
Dan Nicolaescu |
Include <strings.h> and <string.h> instead of
|
2010-06-07 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-07 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-07 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-07 |
Stefan Monnier |
* lisp/iimage.el: Remove images as soon as the underlying text is modified.
|
2010-06-06 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-03 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-03 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-02 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-02 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-07 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
|
2010-06-07 |
Juri Linkov |
* window.el (pop-to-buffer): Remove the conditional that
|
2010-06-07 |
Juanma Barranquero |
* cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
|
2010-06-07 |
Stefan Monnier |
Make (after keyword) indent-rules more flexible.
|
2010-06-06 |
Juri Linkov |
* lisp/isearch.el (isearch-lazy-highlight-search): Fix looping
|
2010-06-06 |
Dan Nicolaescu |
Remove BSTRING related code, all platforms define it.
|
2010-06-05 |
Dan Nicolaescu |
vc-log-incoming/vc-log-outgoing fixes for Git.
|
2010-06-05 |
Juanma Barranquero |
Remove obsolete macro BASE_LEADING_CODE_P.
|
2010-06-04 |
Juri Linkov |
* lisp/simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
|
2010-06-04 |
Juanma Barranquero |
Turn `directory-sep-char' into a noop.
|
2010-06-04 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
|
2010-06-04 |
Juanma Barranquero |
mule-cmds.el: Add obsolescence information for nonascii-* vars.
|
2010-06-03 |
Dan Nicolaescu |
vc-log-incoming/vc-log-outgoing improvements for Git.
|
2010-06-03 |
Dan Nicolaescu |
Add bindings for vc-log-incoming and vc-log-outgoing.
|
2010-06-03 |
Dan Nicolaescu |
* configure.in (AC_PREREQ): Require autoconf 2.65.
|
2010-06-03 |
Dan Nicolaescu |
Move UNEXEC definition to autoconf.
|
2010-06-03 |
Juanma Barranquero |
Remove obsolete pre-unicode2 macros.
|
2010-06-03 |
Juri Linkov |
* src/buffer.c (Fother_buffer): Add CHECK_FRAME.
|
2010-06-03 |
Chong Yidong |
* net/rcirc.el (rcirc-sort-nicknames): Remove.
|
2010-06-03 |
Juanma Barranquero |
* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
|
2010-06-03 |
Chong Yidong |
* net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
|
2010-06-03 |
Stefan Monnier |
* net/rcirc.el (rcirc-sort-nicknames): Change default.
|
2010-06-03 |
Stefan Monnier |
* lisp/net/rcirc.el (rcirc-sort-nicknames): New custom.
|
2010-06-03 |
Juanma Barranquero |
Add admin/unidata/unidata.txt.
|
2010-06-03 |
Glenn Morris |
* src/s/sol2-10.h: Comment fix.
|
2010-06-03 |
Glenn Morris |
* src/m/ibms390.h: Comment fix.
|
2010-06-03 |
Glenn Morris |
Remove NO_SOCK_SIGIO references.
|
2010-06-03 |
Glenn Morris |
Regenerate src/config.in.
|
2010-06-03 |
Glenn Morris |
* admin/notes/font-backend: Remove obsolete information.
|
2010-06-03 |
Glenn Morris |
m/hp800.h simplification.
|
2010-06-03 |
Glenn Morris |
HAVE_ALLOCA not needed since alloca.s was removed.
|
2010-06-03 |
Glenn Morris |
NOT_C_CODE is always true now.
|
2010-06-03 |
Stefan Monnier |
Split smie-indent-calculate into more manageable chunks.
|
2010-06-02 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-indent-calculate): Simplify and cleanup.
|
2010-06-02 |
Michael Albinus |
* net/tramp-gvfs.el (top): Require url-util.
|
2010-06-02 |
Dan Nicolaescu |
* lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
|
2010-06-02 |
Dan Nicolaescu |
Fix config.h includes.
|
2010-06-02 |
Dan Nicolaescu |
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
|
2010-06-02 |
Dan Nicolaescu |
* src/s/sol2-6.h: Remove obsolete comments.
|
2010-06-02 |
Dan Nicolaescu |
Remove unnecessary alloca.h includes.
|
2010-06-02 |
Dan Nicolaescu |
Fix alloca definition when using gcc on non-gnu systems.
|
2010-06-02 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-02 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-06-01 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-31 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-30 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-28 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-27 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-27 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-26 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-01 |
Juanma Barranquero |
Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.
|
2010-06-01 |
Dan Nicolaescu |
Add support for vc-log-incoming, improve vc-log-outgoing for Git.
|
2010-06-01 |
Dan Nicolaescu |
Improve state updating for VC tag commands.
|
2010-06-01 |
Juanma Barranquero |
lisp/ChangeLog: Fix some typos.
|
2010-06-01 |
Dan Nicolaescu |
* vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
|
2010-06-01 |
Stefan Monnier |
Merge from emacs-23
|
2010-06-01 |
Stefan Monnier |
* sysdep.c (child_setup_tty): Move the non-canonical initialization to
|
2010-05-31 |
Daiki Ueno |
Mention encryption commands in the Emacs manual.
|
2010-05-31 |
Juanma Barranquero |
src/ChangeLog: Add missing bug id.
|
2010-05-31 |
Juanma Barranquero |
* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
|
2010-05-31 |
Chong Yidong |
Fix for momentary-string-display (Bug#6238).
|
2010-05-30 |
Eli Zaretskii |
Fix bug #6313.
|
2010-05-30 |
Eli Zaretskii |
Fix crash reported in bug #6306.
|
2010-05-30 |
Juanma Barranquero |
emulation/cua-base.el: Recognize also `right-word' and `left-word'.
|
2010-05-30 |
Stefan Monnier |
* lisp/minibuffer.el (completion-file-name-table): Don't return a boundary
|
2010-05-30 |
Juanma Barranquero |
emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.
|
2010-05-30 |
Juanma Barranquero |
progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from `path-separator'.
|
2010-05-29 |
Chong Yidong |
Add --parent-id argument to emacsclient.
|
2010-05-29 |
Glenn Morris |
Regenerate configure.
|
2010-05-29 |
Glenn Morris |
Add some comments related to how epaths.h gets built.
|
2010-05-29 |
Chong Yidong |
* ansi-color.el: Delete unused escape sequences (Bug#6085).
|
2010-05-29 |
Eli Zaretskii |
Implement bidi-sensitive word movement with arrow keys.
|
2010-05-29 |
Eli Zaretskii |
Fix cursor motion in bidi-reordered continued lines.
|
2010-05-29 |
Eli Zaretskii |
Finish debugging of cursor motion in bidi-reordered lines.
|
2010-05-28 |
Eli Zaretskii |
Prevent unnecessary scrolling in bidi-reordered buffers.
|
2010-05-29 |
Eli Zaretskii |
Fix bug #6294.
|
2010-05-28 |
Juri Linkov |
* image-dired.el (image-dired-dired-toggle-marked-thumbs):
|
2010-05-28 |
Michael Albinus |
* fileio.c (Fdelete_file): Pass TRASH arg to handler call.
|
2010-05-28 |
Michael Albinus |
* net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
|
2010-05-28 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-delete-file): Use
|
2010-05-28 |
Kenichi Handa |
Handle face-ignored-fonts
|
2010-05-28 |
Kenichi Handa |
merge trunk
|
2010-05-28 |
Kenichi Handa |
Handle face-ignored-fonts
|
2010-05-28 |
Glenn Morris |
* configure.in: Simplify some of the *bsd $canonical tests.
|
2010-05-28 |
Glenn Morris |
Move some old ChangeLog entries to the right files.
|
2010-05-28 |
Glenn Morris |
* configure.in: Simplify some of the $canonical tests.
|
2010-05-28 |
Glenn Morris |
* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
|
2010-05-28 |
Glenn Morris |
* etc/MACHINES: Remove some old information no longer of relevance.
|
2010-05-28 |
Glenn Morris |
* etc/PROBLEMS: Remove some more obsolete information.
|
2010-05-27 |
Chong Yidong |
Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
|
2010-05-27 |
Chong Yidong |
Fix redisplay crash (Bug#6177).
|
2010-05-27 |
Chong Yidong |
Let htmlfontify recognize face aliases (Bug#6279).
|
2010-05-27 |
Kenichi Handa |
language/hebrew.el (hebrew-shape-gstring): Check if a glyph element of GSTRING is nil.
|
2010-05-27 |
Kenichi Handa |
merge trunk
|
2010-05-27 |
Kenichi Handa |
language/hebrew.el (hebrew-shape-gstring): Check if a glyph element of GSTRING is nil.
|
2010-05-27 |
Glenn Morris |
* etc/PROBLEMS: Remove some more old information.
|
2010-05-27 |
Glenn Morris |
* etc/PROBLEMS: Remove old information no longer of relevance.
|
2010-05-27 |
Glenn Morris |
Do not preprocess src/Makefile.in.
|
2010-05-27 |
Stefan Monnier |
Provide hooks to use a different tokenizer in SMIE.
|
2010-05-26 |
Stefan Monnier |
Avoid (expand-file-name ".").
|
2010-05-26 |
Michael Albinus |
*** empty log message ***
|
2010-05-26 |
Michael Albinus |
* eshell.texi (Built-ins): Describe, how to disable a built-in command
|
2010-05-26 |
Glenn Morris |
* configure.in: Comments.
|
2010-05-26 |
Glenn Morris |
Replace YMF_PASS_LDFLAGS with autoconf.
|
2010-05-26 |
Glenn Morris |
* lisp/emulation/edt.el (edt-load-keys): Use locate-library.
|
2010-05-26 |
Glenn Morris |
* configure, configure.in: Fix typo in previous.
|
2010-05-26 |
Glenn Morris |
Regenerate configure.
|
2010-05-26 |
Glenn Morris |
Add GNUSTEP_LOCAL_HEADERS/LIBRARIES to build flags.
|
2010-05-26 |
Glenn Morris |
Remove some NS_IMPL_GNUSTEP build dead code.
|
2010-05-26 |
Glenn Morris |
* src/Makefile.in: Fix comment typo.
|
2010-05-26 |
Kenichi Handa |
Fix for finding a static composition.
|
2010-05-26 |
Kenichi Handa |
Fix for finding a static composition.
|
2010-05-26 |
Kenichi Handa |
merge trunk
|
2010-05-25 |
Chong Yidong |
Rename relative filenames in ChangeLog entries according to root.
|
2010-05-25 |
Juanma Barranquero |
lisp/ChangeLog: Fix typos.
|
2010-05-25 |
Juri Linkov |
* dired.el (dired-mode-map): Rebind "\C-t\C-t" from
|
2010-05-25 |
Juri Linkov |
* image-mode.el (image-mode): Add image-after-revert-hook to after-revert-hook.
|
2010-05-25 |
Juri Linkov |
* image.el (image-animated-p): When delay between animated images is 0,
|
2010-05-25 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Don't use
|
2010-05-25 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Don't use
|
2010-05-25 |
Michael Albinus |
* net/tramp.el (tramp-progress-reporter-update): New defun.
|
2010-05-25 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-25 |
Glenn Morris |
Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
|
2010-05-25 |
Glenn Morris |
Do not include config.h in src/Makefile.in.
|
2010-05-25 |
Glenn Morris |
Regenerate configure.
|
2010-05-25 |
Glenn Morris |
Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS.
|
2010-05-25 |
Glenn Morris |
Remove LD_SWITCH_SYSTEM_EXTRA.
|
2010-05-25 |
Glenn Morris |
* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
|
2010-05-25 |
Glenn Morris |
rcirc update.
|
2010-05-25 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
|
2010-05-25 |
Stefan Monnier |
Replace Lisp calls to delete-backward-char by delete-char.
|
2010-05-25 |
Kenichi Handa |
Add Hebrew shaper.
|
2010-05-25 |
Kenichi Handa |
Fix bidi-composition interaction in backward scanning.
|
2010-05-25 |
Kenichi Handa |
Add Hebrew shaper.
|
2010-05-25 |
Kenichi Handa |
merge trunk
|
2010-05-25 |
Kenichi Handa |
merge trunk
|
2010-05-25 |
Kenichi Handa |
Fix bidi-composition interaction in backward scanning..
|
2010-05-24 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-23 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-25 |
Stefan Monnier |
Merge from emacs-23
|
2010-05-24 |
Stefan Monnier |
Mention multi-planes text-properties
|
2010-05-24 |
Stefan Monnier |
* process.c (Fmake_network_process): Set :host to nil if it's not used.
|
2010-05-24 |
Romain Francoise |
Adapt make-dist to new version location.
|
2010-05-23 |
Juanma Barranquero |
* dispextern.h: Fix typo in previous change.
|
2010-05-23 |
Eli Zaretskii |
dispextern.h (init_iterator): Sync prototype with changed definition.
|
2010-05-22 |
Eli Zaretskii |
Redesign bidi-aware edge positions of glyph rows, fix bug #6036.
|
2010-05-22 |
Eli Zaretskii |
Fix bug #6237.
|
2010-05-22 |
Glenn Morris |
* admin/notes/bugtracker: More about recovering from moderation mistakes.
|
2010-05-22 |
Chong Yidong |
Add ChangeLog change missing in last checkin.
|
2010-05-22 |
Chong Yidong |
Rename image-refresh to image-flush.
|
2010-05-22 |
Jan D. |
Remove cirsular dependency when using separate build dir (Bug #6246).
|
2010-05-22 |
Andreas Schwab |
Regenerate configure
|
2010-05-21 |
Juri Linkov |
* progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
|
2010-05-21 |
Alan Mackenzie |
Fix a bug which happens when doing (c-parse-state) in a CPP construct:
|
2010-05-21 |
Chong Yidong |
Improve image cache clearing logic (Bug#6230).
|
2010-05-21 |
Glenn Morris |
* configure.in (MKDEPDIR): Parallel build tweak.
|
2010-05-21 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file)
|
2010-05-21 |
Juanma Barranquero |
* add-log.el: Highlight all authors in multi-author ChangeLog entries.
|
2010-05-21 |
Glenn Morris |
* src/Makefile.in: Comment fix.
|
2010-05-21 |
Glenn Morris |
Revert previous change.
|
2010-05-21 |
Glenn Morris |
Minor Makefile fix.
|
2010-05-21 |
Glenn Morris |
Derive Fortran modes from prog-mode.
|
2010-05-21 |
Juanma Barranquero |
* smerge-mode.el: Fix typos.
|
2010-05-21 |
Glenn Morris |
* src/Makefile.in: Fix comment format in cpp section.
|
2010-05-21 |
Glenn Morris |
Regenerate configure.
|
2010-05-21 |
Glenn Morris |
Handle some HAVE_NS Makefile conditionals with configure.
|
2010-05-21 |
Glenn Morris |
Build simplifications for oldxmenu.
|
2010-05-21 |
Glenn Morris |
* msdos/mainmake.v2: Comment fix.
|
2010-05-21 |
Glenn Morris |
Handle CANNOT_DUMP (partially) with configure.
|
2010-05-21 |
Glenn Morris |
Minor loadup.el fix.
|
2010-05-20 |
Juri Linkov |
* help-mode.el (help-make-xrefs): For Info node links turn
|
2010-05-20 |
Juri Linkov |
* gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
|
2010-05-20 |
Juri Linkov |
* fileio.c (Fdelete_file): Change interative spec to use
|
2010-05-20 |
Juri Linkov |
* locate.el (locate): Use pop-to-buffer instead of
|
2010-05-20 |
Juri Linkov |
* replace.el (replace-highlight): Fix lazy-highlighting
|
2010-05-20 |
Juri Linkov |
* isearch.el (isearch-yank-word-or-char): Pull next subword
|
2010-05-20 |
Juri Linkov |
* isearch.el (isearch-update-post-hook): New hook.
|
2010-05-20 |
Juri Linkov |
* isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
|
2010-05-20 |
Juri Linkov |
* isearch.el (isearch-yank-string): Use isearch-process-search-string.
|
2010-05-20 |
Juri Linkov |
Remove obsolete comment.
|
2010-05-20 |
Juri Linkov |
* dired-x.el (dired-jump, dired-jump-other-window): Add arg
|
2010-05-20 |
Chong Yidong |
* nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
|
2010-05-20 |
Chong Yidong |
Doc fix (Bug#6224).
|
2010-05-20 |
Glenn Morris |
Use terminfo rather than termcap on recent NetBSD.
|
2010-05-20 |
Glenn Morris |
* config.bat: Need to add the deps.mk file before running cpp.
|
2010-05-20 |
Glenn Morris |
* src/autodeps.mk, src/deps.mk: Comments need to be in C format.
|
2010-05-20 |
Glenn Morris |
Regenerate configure, src/config.in.
|
2010-05-20 |
Glenn Morris |
Handle auto-depend with configure.
|
2010-05-20 |
Glenn Morris |
* configure.in (--with-gtk, --with-gcc): Remove option stubs.
|
2010-05-20 |
Juanma Barranquero |
* emacs-lisp/cl-loaddefs.el: Update autoload checksum.
|
2010-05-20 |
Juanma Barranquero |
* composite.el: Require cl when compiling; fix typos in docstrings.
|
2010-05-19 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-19 |
Juri Linkov |
* emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
|
2010-05-19 |
Michael Albinus |
* net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
|
2010-05-19 |
Eli Zaretskii |
Fix C-e when bidi reordering is in effect.
|
2010-05-19 |
Michael Albinus |
* password-cache.el (password-cache-remove): Fix docstring.
|
2010-05-19 |
Michael Albinus |
* net/secrets.el: Autoload the widget functions.
|
2010-05-19 |
Peter S Galbraith |
Decode RFC2047 encoded Subject lines for mail replies.
|
2010-05-19 |
Eli Zaretskii |
Fix bug #6210.
|
2010-05-19 |
Stefan Monnier |
* indent.el (indent-region): Deactivate region (bug#6200).
|
2010-05-19 |
Glenn Morris |
* vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
|
2010-05-19 |
Glenn Morris |
* etc/TODO: prog-mode updates.
|
2010-05-19 |
Glenn Morris |
Minor msdos build change.
|
2010-05-19 |
Glenn Morris |
Regenerate configure, src/config.in.
|
2010-05-19 |
Glenn Morris |
Set linker-related things with configure.
|
2010-05-19 |
Glenn Morris |
* s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
|
2010-05-19 |
Kenichi Handa |
composite.el: Register compose-gstring-for-graphic in composition-function-table only for combining characters (Mn, Mc, Me).
|
2010-05-19 |
Kenichi Handa |
merge trunk
|
2010-05-19 |
Kenichi Handa |
merge trunk
|
2010-05-19 |
Kenichi Handa |
composite.el: Register compose-gstring-for-graphic in composition-function-table only for combining characters (Mn, Mc, Me).
|
2010-05-18 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-18 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-17 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-16 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-06-01 |
Stefan Monnier |
* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
|
2010-05-31 |
Stefan Monnier |
Fix up changelog entry
|
2010-05-31 |
Stefan Monnier |
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
|
2010-05-31 |
Stefan Monnier |
* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
|
2010-05-31 |
Stefan Monnier |
* lisp/man.el (Man-completion-table): Let the user type "-k ".
|
2010-05-31 |
Juanma Barranquero |
Backport from trunk: Fix bug#6298.
|
2010-05-31 |
Chong Yidong |
Fix for momentary-string-display (Bug#6238).
|
2010-05-30 |
Juanma Barranquero |
src/ChangeLog: Fix typos.
|
2010-05-30 |
Juanma Barranquero |
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
|
2010-05-30 |
Stefan Monnier |
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
|
2010-05-29 |
Chong Yidong |
* ansi-color.el: Delete unused escape sequences (Bug#6085).
|
2010-05-27 |
Chong Yidong |
* xdisp.c (redisplay_window): After redisplay, check if point is
|
2010-05-27 |
Chong Yidong |
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
|
2010-05-25 |
Stefan Monnier |
* epa.el (epa--select-keys): Don't explicitly delete the window since
|
2010-05-25 |
Stefan Monnier |
CEDET is not TODO any more
|
2010-05-24 |
Stefan Monnier |
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
|
2010-05-21 |
Glenn Morris |
Backport from trunk: close bug#6190.
|
2010-05-20 |
Chong Yidong |
Doc fix (Bug#6224).
|
2010-05-19 |
Stefan Monnier |
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
|
2010-05-19 |
Stefan Monnier |
* textmodes/fill.el (fill-region): Don't fill past the end.
|
2010-05-18 |
Chong Yidong |
Stefan Monnier <monnier@iro.umontreal.ca>
|
2010-05-18 |
Jay Belanger |
calc-trail.el (calc-trail-isearch-forward)
|
2010-05-22 |
Eli Zaretskii |
Handle lines truncated on right.
|
2010-05-22 |
Eli Zaretskii |
Test and debug find_row_edges on TTY display.
|
2010-05-19 |
Eli Zaretskii |
Completed initial debugging and testing of reimplemented cursor motion.
|
2010-05-18 |
Eli Zaretskii |
Initial reimplementation of calculating line edge positions in bidi lines.
|
2010-05-18 |
Stefan Monnier |
* subr.el (read-quoted-char): Resolve modifiers after key remapping.
|
2010-05-18 |
Michael Albinus |
Add command `secrets-show-secrets'.
|
2010-05-18 |
Michael Albinus |
Add visualization code for secrets.
|
2010-05-18 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
|
2010-05-18 |
Chong Yidong |
Fix stack overflow in string creation (Bug#6214).
|
2010-05-18 |
Chong Yidong |
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
|
2010-05-18 |
Stefan Monnier |
Fix handling of non-associative equal levels.
|
2010-05-18 |
Juanma Barranquero |
* doc/emacs/ChangeLog: Fix typos.
|
2010-05-18 |
Eli Zaretskii |
Document bidi-aware behavior of arrow keys and display features.
|
2010-05-18 |
Juanma Barranquero |
Fix ChangeLog typos.
|
2010-05-18 |
Juanma Barranquero |
* charset.c (load_charset_map_from_file): Don't call close after fclose.
|
2010-05-18 |
Eli Zaretskii |
msdos/sed1x.inp: Add copyright notice.
|
2010-05-18 |
Juanma Barranquero |
* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
|
2010-05-18 |
Juanma Barranquero |
* emacs-lisp/smie.el: Fix typos in docstrings.
|
2010-05-18 |
Eli Zaretskii |
Advise against unnecessary merges from trunk to feature branches.
|
2010-05-18 |
Glenn Morris |
* s/gnu-linux.h: Combine two conditionals.
|
2010-05-18 |
Glenn Morris |
* src/[ms]/template.h: Comments.
|
2010-05-18 |
Glenn Morris |
Regenerate configure.
|
2010-05-18 |
Glenn Morris |
* admin/notes/bzr: New file.
|
2010-05-18 |
Glenn Morris |
Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.
|
2010-05-18 |
Glenn Morris |
Set rallocobj with configure, not cpp.
|
2010-05-18 |
Glenn Morris |
Define some malloc objects with configure, not cpp.
|
2010-05-17 |
Stefan Monnier |
* Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull.
|
2010-05-17 |
Stefan Monnier |
Provide a simple generic indentation engine and use it for Prolog.
|
2010-05-17 |
Glenn Morris |
Combine the two stamp-oldxmenu cases.
|
2010-05-17 |
Jay Belanger |
calc-vec.el (math-vector-avg): Put the vector elements in order
|
2010-05-17 |
Glenn Morris |
* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
|
2010-05-16 |
Glenn Morris |
* src/Makefile.in (clean): Get rid of HAVE_NS conditional.
|
2010-05-16 |
Glenn Morris |
* configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
|
2010-05-16 |
Glenn Morris |
Tweak ns_app*dir values set by configure.
|
2010-05-16 |
Glenn Morris |
Remove one variable from Makefile.in.
|
2010-05-16 |
Glenn Morris |
Simplify temacs build rule.
|
2010-05-16 |
Glenn Morris |
Simplify temacs build rule.
|
2010-05-16 |
Glenn Morris |
Remove unused Makefile variables STARTFLAGS.
|
2010-05-16 |
Dan Nicolaescu |
* configure.in: Remove references to usg5-4 and bsd-common, $opsys
|
2010-05-16 |
Dan Nicolaescu |
* m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
|
2010-05-16 |
Dan Nicolaescu |
Remove reference to CANNOT_EXEC, not used anymore.
|
2010-05-16 |
Jay Belanger |
calc-vec.el (calc-histogram):
|
2010-05-16 |
Jay Belanger |
calc-ext.el (math-group-float): Have the number of digits being
|
2010-05-16 |
Glenn Morris |
* src/Makefile.in (LIBX_BASE): Always define.
|
2010-05-16 |
Glenn Morris |
* src/Makefile.in (LIBX_OTHER): Move out of cpp section.
|
2010-05-16 |
Glenn Morris |
* src/Makefile.in (LIBXT): Always define.
|
2010-05-15 |
Glenn Morris |
Regenerate configure, src/config.in.
|
2010-05-15 |
Glenn Morris |
Always define LIBXMENU in src/Makefile.in.
|
2010-05-15 |
Glenn Morris |
src/Makefile.in (OLDXMENU): Move out of cpp section.
|
2010-05-15 |
Glenn Morris |
Always define OLDXMENU in src/Makefile.in.
|
2010-05-15 |
Glenn Morris |
msdos/ChangeLog missing from previous commit.
|
2010-05-15 |
Glenn Morris |
Always define LIBX_OTHER in src/Makefile.in.
|
2010-05-15 |
Glenn Morris |
Regenerate configure.
|
2010-05-15 |
Glenn Morris |
Always define FONT_OBJ; to empty in the non-X case.
|
2010-05-15 |
Ken Raeburn |
Fixes related to CANNOT_DUMP mode, and a floating-point bug fix.
|
2010-05-15 |
Ken Raeburn |
* lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)
|
2010-05-15 |
Ken Raeburn |
* emacs.c (main): Initialize initial-environment and process-environment
|
2010-05-15 |
Ken Raeburn |
Update scripts and text to refer to version number string in emacs.c
|
2010-05-15 |
Ken Raeburn |
Handle --version reasonably in CANNOT_DUMP configuration.
|
2010-05-15 |
Eli Zaretskii |
Avoid crashes when stepping with right-arrow through "^L^L".
|
2010-05-15 |
Eli Zaretskii |
Prevent an error signal when clicking on Options->Mule->Describe Lang Env.
|
2010-05-15 |
Eli Zaretskii |
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
|
2010-05-15 |
Eli Zaretskii |
Implement bidi-sensitive movement with arrow keys.
|
2010-05-15 |
Eli Zaretskii |
Implement bidi-sensitive movement with arrow keys.
|
2010-05-15 |
Eli Zaretskii |
Fix DOS build; don't override convert-standard-filename.
|
2010-05-15 |
Eli Zaretskii |
Don't override standard definition of convert-standard-filename.
|
2010-05-15 |
Eli Zaretskii |
config.bat: Remove support for DJGPP v1.x.
|
2010-05-15 |
Eli Zaretskii |
Fix "config msdos" step.
|
2010-05-15 |
Eli Zaretskii |
Fix a typo in msdos/ChangeLog.
|
2010-05-15 |
Jay Belanger |
calc-aent.el (math-read-token, math-find-user-tokens):
|
2010-05-15 |
Stefan Monnier |
* progmodes/asm-mode.el (asm-mode): Use define-derived-mode.
|
2010-05-15 |
Stefan Monnier |
* progmodes/prolog.el (prolog-mode): Use define-derived-mode.
|
2010-05-15 |
Stefan Monnier |
* pcomplete.el (pcomplete-completions-at-point): New function,
|
2010-05-15 |
Glenn Morris |
* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
|
2010-05-15 |
Glenn Morris |
Regenerate configure.
|
2010-05-15 |
Glenn Morris |
Choose dependency of oldxmenu using configure.
|
2010-05-15 |
Glenn Morris |
* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.
|
2010-05-15 |
Glenn Morris |
* lisp/org/org-docview.el: Fix copyright years.
|
2010-05-15 |
Glenn Morris |
* lib-src/Makefile.in: Break some long lines.
|
2010-05-15 |
Glenn Morris |
If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS.
|
2010-05-15 |
Glenn Morris |
Minor NS build fixes.
|
2010-05-15 |
Glenn Morris |
Remove references to CVS directories etc in Makefiles.
|
2010-05-14 |
Jay Belanger |
calc-bin.el (math-format-twos-complement): Group digits when appropriate.
|
2010-05-14 |
Stefan Monnier |
* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
|
2010-05-14 |
Stefan Monnier |
* eval.c (specbind): Disallow let-binding frame-local vars.
|
2010-05-14 |
Stefan Monnier |
* simple.el (prog-mode): New (abstract) major mode.
|
2010-05-14 |
Eli Zaretskii |
Make the cache of bidi iterator states dynamically allocated.
|
2010-05-14 |
convert-repo |
update tags
|
2010-05-14 |
Eli Zaretskii |
Rename bidi_get_next_char_visually to bidi_move_to_visually_next.
|
2010-05-14 |
Eli Zaretskii |
Fix comments from revno 100276.
|
2010-05-14 |
Juanma Barranquero |
* progmodes/sql.el: Fix typos in docstrings.
|
2010-05-14 |
Eli Zaretskii |
Fix spelling and remove merge marks due to revno 100276.
|
2010-05-14 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-05-14 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-05-14 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-14 |
Kenichi Handa |
Fix bidi-composition interaction.
|
2010-05-14 |
Kenichi Handa |
merge trunk
|
2010-05-14 |
Glenn Morris |
No harm in always defining some ns_ Makefile variables.
|
2010-05-14 |
Kenichi Handa |
merge trunk
|
2010-05-14 |
Kenichi Handa |
font.c (font_range): Return the range for the font found at first.
|
2010-05-14 |
Kenichi Handa |
merge trunk
|
2010-05-14 |
Glenn Morris |
Move some undefs from src/Makefile.in to configure.
|
2010-05-14 |
Glenn Morris |
* admin/CPP-DEFINES: Updates.
|
2010-05-14 |
Glenn Morris |
Regenerate configure, src/config.in.
|
2010-05-14 |
Glenn Morris |
Replace some msdos cpp.
|
2010-05-14 |
Glenn Morris |
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
|
2010-05-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-14 |
Kenichi Handa |
Fix bidi-composition interaction.
|
2010-05-10 |
Kenichi Handa |
merge trunk
|
2010-05-06 |
Kenichi Handa |
merge trunk
|
2010-04-28 |
Kenichi Handa |
merge trunk
|
2010-05-14 |
Kenichi Handa |
font.c (font_range): Return the range for the font found at first.
|
2010-05-14 |
Glenn Morris |
* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
|
2010-05-14 |
Glenn Morris |
Minor build simplification for NS.
|
2010-05-14 |
Glenn Morris |
* src/Makefile.in (ns_appresdir): Remove, unused.
|
2010-05-14 |
Glenn Morris |
* src/Makefile.in (SHELL): Move outside cpp section.
|
2010-05-14 |
Glenn Morris |
* s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
|
2010-05-13 |
Jay Belanger |
calc.texi: Remove "\turnoffactive" commands throughout.
|
2010-05-13 |
Chong Yidong |
Add TeX open-block and close-block keybindings to SGML, and vice versa.
|
2010-05-13 |
Michael Albinus |
* net/tramp.el (with-progress-reporter): Create reporter object
|
2010-05-13 |
Jan D |
lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
|
2010-05-13 |
Agustin martin |
Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.
|
2010-05-13 |
Glenn Morris |
Unify some conditionals in src/Makefile.in.
|
2010-05-13 |
Glenn Morris |
Minor simplification for src/Makefile.in.
|
2010-05-13 |
Glenn Morris |
* configure.in: Fix some paren typos.
|
2010-05-13 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-05-13 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
2010-05-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-13 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-12 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-05-13 |
Glenn Morris |
Fix ChangeLog typo.
|
2010-05-13 |
Glenn Morris |
Remove WINNT_SUPPORT from src/Makefile.in,
|
2010-05-13 |
Glenn Morris |
Regenerate configure, src/config.in.
|
2010-05-13 |
Glenn Morris |
Some msdos build fixes (hopefully, possibly, ...)
|
2010-05-13 |
Glenn Morris |
Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS.
|
2010-05-13 |
Glenn Morris |
Remove some unused #define's, previously replaced by variables.
|
2010-05-13 |
Glenn Morris |
Define some variables to hold configure's output, for clarity.
|