Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
799d381
* lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 …
kbrow1i Aug 29, 2014
4c66f7e
* NEWS: Mention (:append FUN) to minibuffer-with-setup-hook.
leoliu Aug 29, 2014
18f8f2c
Improve error checking and error messages in string-collation functions.
Eli-Zaretskii Aug 30, 2014
5f800d3
Minor ChangeLog fixes.
Eli-Zaretskii Aug 30, 2014
a3ff51a
admin/authors.el (authors): Fix last change so it works for MS-Window…
Eli-Zaretskii Aug 30, 2014
ddb5cb6
Minor ChangeLog fix.
Eli-Zaretskii Aug 30, 2014
b6be769
* sysdep.c (str_collate): Clear errno just before wcscoll(_l).
eggert Aug 30, 2014
1941b4e
* src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18…
kbrow1i Aug 30, 2014
3c0726d
Vector-sorting fixes.
eggert Aug 30, 2014
68fb0ed
* fns.c (sort_vector): Fix GC bug in previous change.
eggert Aug 30, 2014
5d40491
* configure.ac (MAKE): Export it, for config.status.
eggert Aug 31, 2014
d069fa5
Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.
kbrow1i Aug 31, 2014
cd3ea0f
* configure.ac (__restrict_arr): Remove; no longer used.
eggert Aug 31, 2014
9ce4cf2
Fix cursor drawing in hscrolled R2L screen lines.
Eli-Zaretskii Aug 31, 2014
387db31
Fix cursor display on the fringe of R2L screen lines.
Eli-Zaretskii Aug 31, 2014
35114e9
Replace mode-specific quit function in ibuffer.el
cschol Aug 31, 2014
9eee523
* etags.c (emacs_strchr, emacs_strrchr): Remove.
eggert Sep 1, 2014
32a62ce
Clean up extern decls a bit.
eggert Sep 1, 2014
d161343
--enable-silent-warnings now suppresses more chatter.
eggert Sep 1, 2014
875b5b6
Fix typo in previous change's ChangeLog.
eggert Sep 1, 2014
102b778
Auto-commit of loaddefs files.
rgmorris Sep 1, 2014
8bc1e37
src/lastfile.c: Fix last change.
Eli-Zaretskii Sep 1, 2014
99d96c3
Use the new string-collate-lessp function in ls-lisp.el.
Eli-Zaretskii Sep 1, 2014
413d42a
Implement the GNU ls -v switch in ls-lisp.el.
Eli-Zaretskii Sep 1, 2014
ecc3e21
src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.
Eli-Zaretskii Sep 1, 2014
b27f033
nt/gnulib.mk: Synchronize with lib/gnulib.mk.
Eli-Zaretskii Sep 1, 2014
4549bec
Avoid extra calls to strlen in filesystem I/O routines.
dmantipov Sep 1, 2014
27d296e
* lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.
rgmorris Sep 1, 2014
0373721
* lisp/progmodes/python.el (python-indent-post-self-insert-function):
fgallina Sep 1, 2014
ddc39cb
* fileio.c (Fexpand_file_name): Fix MS-Windows build failure.
dmantipov Sep 2, 2014
4ee816e
* fileio.c (CHECK_LENGTH): New macro.
dmantipov Sep 2, 2014
74e0522
* eval.c (internal_lisp_condition_case): Don't overrun the stack
eggert Sep 2, 2014
bfc19ff
* lisp/tutorial.el: Restore comment lost 2006-12-21.
rgmorris Sep 2, 2014
3f9e1d1
* callproc.c (egetenv_internal): Add arg and rename from egetenv ...
dmantipov Sep 2, 2014
4c26e0d
* buffer.h (decode_buffer): New function.
dmantipov Sep 2, 2014
0893940
Fix bug #18384 with incorrect reporting of row number by posn-col-row.
Eli-Zaretskii Sep 2, 2014
6b9ae4f
Minor cleanup of recent strlen-avoiding patch.
eggert Sep 2, 2014
ccc4896
* lisp/progmodes/gud.el (gud-gdb-completion-at-point): Add hack.
monnier Sep 2, 2014
e6219b3
Merge from gnulib, incorporating:
eggert Sep 2, 2014
c37bb96
* lisp/emacs-lisp/package.el (package-generate-description-file):
monnier Sep 2, 2014
3c80330
test/indent/scheme.scm: New file.
monnier Sep 2, 2014
704596b
* lisp/progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to …
monnier Sep 3, 2014
0f8bfc7
Merge from emacs-24; up to r117476
rgmorris Sep 3, 2014
b830c30
Clean up initialization and customization of horizontal scroll bars.
Sep 3, 2014
e02a156
Minor updates in unidata-gen.el.
Eli-Zaretskii Sep 3, 2014
5b91a98
NEWS and TODO changes.
Sep 3, 2014
17051b4
src/sysdep.c (emacs_full_write): Fix a typo in a comment.
Eli-Zaretskii Sep 3, 2014
ca40e4d
* lisp/progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
monnier Sep 3, 2014
25a371d
* admin/notes/bzr: Some bisect tips.
rgmorris Sep 4, 2014
a3d7b88
* configure.ac (MAKEINFO): Clean up some configuration bitrot.
eggert Sep 4, 2014
04d803f
Less chatter in 'make' output.
eggert Sep 4, 2014
2f0692b
* xsmfns.c: Initialize ice_fd.
Sep 4, 2014
c44ff6c
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handl…
Sep 4, 2014
9967590
Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.
Eli-Zaretskii Sep 4, 2014
a3f3674
Fix misleading doc string revealed in bug #18385.
Eli-Zaretskii Sep 4, 2014
fc09d5d
* lisp/emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
monnier Sep 4, 2014
3bf3254
* doc/lispref/functions.texi (Core Advising Primitives): Add a note a…
monnier Sep 4, 2014
5c9a1ec
Remove stray semicolons.
eggert Sep 4, 2014
96e745c
* lisp/isearch.el (isearch-yank-word-or-char): Obey superword-mode
larslj Sep 4, 2014
f249ffa
* lisp/vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
Sep 4, 2014
d47e266
calc/calc-forms.el (math-normalize-hms): Do a better check for
belanger Sep 5, 2014
4d41a98
* lisp/subr.el (call-process-shell-command, process-file-shell-command):
monnier Sep 5, 2014
9ec2457
Add and use function horizontal-scroll-bars-available-p.
Sep 5, 2014
4c9df60
New string collation tests.
albinus Sep 5, 2014
657f066
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Expand `defau…
albinus Sep 5, 2014
dd535d5
* lisp/vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
monnier Sep 5, 2014
bf72a39
New custom variable `tex-print-file-extension' to help users who use …
sam-s Sep 5, 2014
9ae95a9
Add vector qpattern to pcase
leoliu Sep 6, 2014
b64cc38
Remove unused variable EMACS_HEAPSIZE from src/Makefile.in.
Eli-Zaretskii Sep 6, 2014
24b4108
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
eggert Sep 7, 2014
e2ab2c9
* automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
albinus Sep 7, 2014
331e235
Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old.
eggert Sep 7, 2014
e13772f
* strings.texi (Text Comparison): Describe `string-collate-equalp'
albinus Sep 7, 2014
ed16e32
* keyboard.c (read_decoded_event_from_main_queue): Reinstitute alloca
eggert Sep 7, 2014
eaa1b46
Fix the MS-Windows build broken by SAFE_ALLOCA changes.
Eli-Zaretskii Sep 7, 2014
0c24424
Fix bug #18419 with disappearing line numbers when minibuffer is resi…
Eli-Zaretskii Sep 7, 2014
b78083b
* xselect.c (x_fill_property_data): Handle negative XCDR when data
Sep 7, 2014
c7fcb3f
Adjust drag-and-drop fix when window is above top.
eggert Sep 7, 2014
865effb
* callproc.c (exec_failed) [DOS_NT]: Define a dummy.
eggert Sep 7, 2014
7f73df1
Fix bug uncovered by changing alloca to auto buffer.
eggert Sep 7, 2014
a732b06
* calendar.el (calendar-basic-setup): Avoid clobbering calendar with …
rgmorris Sep 8, 2014
4800bfc
Merge from emacs-24; up to r117485
rgmorris Sep 8, 2014
ca46189
* calendar.el (calendar-basic-setup): Fix calendar-view-holidays-init…
rgmorris Sep 8, 2014
eebc18c
(sql-send-line-and-next): New command, bound to C-c C-n.
sam-s Sep 8, 2014
3e9c07a
(sql-show-sqli-buffer): Display the buffer instead of its name
sam-s Sep 8, 2014
696a762
(sql-default-directory): New user option.
sam-s Sep 8, 2014
567e68d
(sql-set-sqli-buffer): Call `sql-product-interactive' when no suitabl…
sam-s Sep 8, 2014
6164f34
NEWS fix
rgmorris Sep 9, 2014
0afa53f
* xterm.c (x_term_init): Consolidate duplicated code.
dmantipov Sep 9, 2014
e9c76b5
Add macros to allocate temporary Lisp objects with alloca.
dmantipov Sep 9, 2014
416dd4a
Cleanup last change and make all new stuff conditional.
dmantipov Sep 9, 2014
bfadbfe
Fix the string-collation tests on MS-Windows.
Eli-Zaretskii Sep 9, 2014
79e4a89
Fix mouse-dragging mode lines on text-mode terminals.
Eli-Zaretskii Sep 9, 2014
7a6e116
Fix the row number mistakenly reported by pos_visible_p in rare cases.
Eli-Zaretskii Sep 9, 2014
bcfcf2c
* lisp/progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
monnier Sep 9, 2014
984a7aa
* nsterm.m (updateFrameSize:, initFrameFromEmacs:)
Sep 9, 2014
47a6457
* calendar/diary-lib.el (diary-list-entries): Restore 24.3 display be…
rgmorris Sep 9, 2014
5a103da
src/xdisp.c (pos_visible_p): Don't assign a boolean value to an int var.
Eli-Zaretskii Sep 9, 2014
5fc02e7
(sql-default-directory): Fix type annotation.
sam-s Sep 9, 2014
4176655
* lisp/desktop.el (desktop-create-buffer): Check that buffers are sti…
Sep 10, 2014
ee3576b
Improve the experimental local and scoped allocation.
eggert Sep 10, 2014
35a4a11
* src/alloc.c (verify_alloca): Replace a stray occurrence of pointer_…
eggert Sep 10, 2014
9cf6347
CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
monnier Sep 10, 2014
6fcdb24
* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
eggert Sep 10, 2014
d1bad67
Detect iconified under Compiz/Unity
Sep 10, 2014
41853c2
* xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.
eggert Sep 10, 2014
a5ef4f3
src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translatio…
Eli-Zaretskii Sep 10, 2014
2761e86
* nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other terms…
Sep 10, 2014
0970bb5
Simplify lisp.h by removing the __COUNTER__ business.
eggert Sep 10, 2014
7fb37c0
CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc gets
Sep 10, 2014
d7b1f45
* charset.c (Fget_unused_iso_final_char): Fix subscript error.
Sep 11, 2014
c86e76a
Pacify --enable-gcc-warnings when no window system is used.
eggert Sep 11, 2014
d21d9a1
* lisp.h (make_local_string): Nitpick indent.
dmantipov Sep 11, 2014
2fed2bd
In Fresize_mini_window_internal set w->total_lines from w->pixel_heig…
Sep 11, 2014
f8890bc
More debugging aids around GCPROs.
dmantipov Sep 11, 2014
bdf204e
* lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix
dmantipov Sep 11, 2014
252a586
Remove redundant GCPROs around Ffuncall and Fapply calls. This
dmantipov Sep 11, 2014
b15a820
* etc/NEWS: Mention timer error reporting.
rgmorris Sep 11, 2014
da3c509
Spelling fixes.
eggert Sep 11, 2014
4cebe5b
Fix fit-window-to-buffer doc-string.
kanru Sep 12, 2014
e60acf9
* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
laodzu Sep 12, 2014
4d67043
Add support for Vertica SQL.
sam-s Sep 12, 2014
3521915
Prefer ptrdiff_t to int and avoid integer overflows.
dmantipov Sep 13, 2014
1dd6baa
Resurrect sound support on MS-Windows that was lost in transition.
Eli-Zaretskii Sep 13, 2014
cff6e9b
Fix expansion and encoding of sound file names on MS-Windows.
Eli-Zaretskii Sep 13, 2014
25eb51d
Support rendering of HTML parts in Rmail (bug #4258).
kdolum Sep 13, 2014
d69e886
Decode HTML text before presenting it in Rmail.
Eli-Zaretskii Sep 13, 2014
2380ff4
Fix HTML rendering by shr-insert-document in Rmail.
Eli-Zaretskii Sep 13, 2014
b17923c
Auto-commit of loaddefs files.
rgmorris Sep 13, 2014
73e1ca7
* emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2): Add
leoliu Sep 13, 2014
3d575c4
* etc/NEWS: Mention nil `calendar-mode-line-format' will not modify
Sep 13, 2014
b1bac59
etc/NEWS: Mention HTML support in Rmail.
Eli-Zaretskii Sep 13, 2014
76c92cd
oops
sam-s Sep 14, 2014
aa9d7f7
* callproc.c (init_callproc): Fix bug introduced at 2014-09-07.
Sep 14, 2014
ae58434
* net/tramp-cache.el (tramp-flush-file-function): Simplify check.
albinus Sep 14, 2014
36045f8
Fix bug #18420 with deadlocks communicating with subprocess on MS-Win…
Eli-Zaretskii Sep 14, 2014
e6a7499
* register.el (insert-register): Change default interactive insertion…
dcolascione Sep 14, 2014
a44f927
* lisp/image.el (image-multi-frame-p): Fix thinko
rgmorris Sep 14, 2014
4ea36cd
Merge from emacs-24; up to r117499
rgmorris Sep 15, 2014
71db4e5
Update documentation for `insert-register'
dcolascione Sep 15, 2014
394b077
Update documentation for `insert-register'
dcolascione Sep 15, 2014
87f3b47
Tweak sort docstring
dcolascione Sep 15, 2014
3c7c0e8
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
dmantipov Sep 15, 2014
5d755a0
Fix display of R2L lines in partial-width windows.
Eli-Zaretskii Sep 15, 2014
7c356c5
src/dispextern.h: Commentary fix.
Eli-Zaretskii Sep 15, 2014
473a338
Support playing on MS-Windows non-ASCII sound files using Unicode APIs.
Eli-Zaretskii Sep 15, 2014
3524257
* lisp/msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
monnier Sep 16, 2014
9c05c0f
Always use matched specpdl entry to record call arguments (Bug#18473).
dmantipov Sep 16, 2014
a8ac139
Prefer ptrdiff_t to int and avoid integer overflows.
dmantipov Sep 16, 2014
022eb06
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
dmantipov Sep 16, 2014
cdfd842
Avoid more integer overflows on string size calculations.
dmantipov Sep 16, 2014
a103f9f
For symbols, use address as hash code.
dcolascione Sep 16, 2014
a64debf
Fix block cursor display in R2L lines.
Eli-Zaretskii Sep 16, 2014
d19fa72
Fix display of hollow-box and hbar cursors on r2L lines.
Eli-Zaretskii Sep 16, 2014
2ac4c08
Don't assume 'grep' supports GREP_OPTIONS.
eggert Sep 17, 2014
53aa767
Add interpreter-mode-alist support for various JavaScript interpreters.
rrthomas Sep 17, 2014
9c57030
* alloc.c (local_vector_init): Remove useless INLINE.
dmantipov Sep 17, 2014
65b9ad5
Avoid clang-specific warnings.
dmantipov Sep 17, 2014
b02df7d
Fix minor problems found by static checking.
eggert Sep 17, 2014
082d186
* unexmacosx.c (copy_data_segment): Port to GCC 4.6+.
SamB Sep 17, 2014
738af47
Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
eggert Sep 18, 2014
39c79fb
Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
eggert Sep 18, 2014
be92f92
More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.
dmantipov Sep 18, 2014
2fe152d
Fix `fit-window-to-buffer' (Bug#18498).
kanru Sep 18, 2014
5049b21
Fix bug #18490 with redisplay of other windows showing a narrowed buf…
Eli-Zaretskii Sep 18, 2014
8758e09
Clarify the doc strings of mouse-position and set-mouse-position.
Eli-Zaretskii Sep 18, 2014
3c89851
Preserve the aspect ratio when fitting to width/height
larsmagne Sep 18, 2014
d157743
* image-mode.el: Move defvars earlier to avoid a byte-compilation war…
larsmagne Sep 18, 2014
866dc9b
Allow users to specify `shr-width'
Sep 18, 2014
3f39a07
Do not call egrep to determine emacs version in EDE.
Sep 18, 2014
af5b98c
* src/image.c (imagemagick_load_image): Add delay to imagemagick meta…
link0ff Sep 18, 2014
fd9af05
Clarify url-http and url-retrieve-internal docstrings
dgutov Sep 19, 2014
9dfb31b
Add the missing last name to ChangeLog
dgutov Sep 19, 2014
4677f5c
Make lisp-completion-at-point more discerning
dgutov Sep 19, 2014
226d23f
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
dgutov Sep 19, 2014
59dc362
Fix bug#18265
dgutov Sep 19, 2014
a956291
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
dgutov Sep 19, 2014
592ca74
Use font-lock-face property; derive from special-mode
tsdh Sep 21, 2014
891097c
Auto-commit of loaddefs files.
rgmorris Sep 21, 2014
d5f7058
* configure.ac: Increase headerpad_extra to 1000, update the comment
caldwell Sep 21, 2014
61a289e
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
monnier Sep 21, 2014
7875ef8
* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to
ryuslash Sep 21, 2014
393ee4b
* lisp/simple.el (clone-indirect-buffer): Mention the return value.
ryuslash Sep 21, 2014
c89f7db
Minor improvements to new stack-allocated Lisp objects.
eggert Sep 21, 2014
00b9af7
On OSX, do not free font-specific data more than once (Bug#18501).
dmantipov Sep 22, 2014
e532773
Avoid extra call to oblookup when interning symbols.
dmantipov Sep 22, 2014
3d422db
* lisp/mpc.el (mpc-data-directory): Use locate-user-emacs-file.
monnier Sep 22, 2014
09c3be2
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc…
monnier Sep 22, 2014
40e74ec
* lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
monnier Sep 22, 2014
9582c04
Use lexical-bindin in Ibuffer.
monnier Sep 22, 2014
c4b3cb4
Add support for `quote' and `app'.
monnier Sep 22, 2014
ea075c3
Fix bug #18516 with SIGSEGV in expand-file-name.
Eli-Zaretskii Sep 22, 2014
504533d
* lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.
monnier Sep 22, 2014
5752ad3
* lisp/emacs-lisp/pcase.el (pcase--match): New smart-constructor func…
monnier Sep 22, 2014
3b1f637
* lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
monnier Sep 22, 2014
cfc1f67
* lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
monnier Sep 22, 2014
2855dff
* lisp/loadup.el: Increase max-lisp-eval-depth while macroexpanding m…
monnier Sep 22, 2014
d6e24cb
Add pcase-defmacro, as well as `quote' and `app' patterns.
monnier Sep 22, 2014
fafea85
(sql-product-alist): Improve the Vertica entry.
sam-s Sep 22, 2014
a1d6ba5
(sql-execute): Use `special-mode'.
sam-s Sep 22, 2014
ecd64c9
oops
sam-s Sep 22, 2014
d29b3c1
Merge from emacs-24
monnier Sep 22, 2014
906ca07
Fix SAFE_ALLOCA to not exhaust the stack when in a loop.
eggert Sep 23, 2014
7b6b99b
Auto-commit of loaddefs files.
rgmorris Sep 23, 2014
e9aa2bc
Use known length of a Lisp string to copy it faster.
dmantipov Sep 23, 2014
ad9d759
* dispextern.h, xdisp.c (window_box_right_offset): Now static.
eggert Sep 23, 2014
d34f2c2
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
eggert Sep 23, 2014
0fd302b
Merge from gnulib.
eggert Sep 23, 2014
01fa5b0
movemail: don't dump core if the current time is outlandish
eggert Sep 23, 2014
270b6e3
Fix some slow uses and misuses of strcat.
eggert Sep 24, 2014
de49c59
* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...
dmantipov Sep 24, 2014
7f6d3ac
Fix fallout on MinGW64 from the previous commit.
Eli-Zaretskii Sep 24, 2014
a75ed63
* chartab.c (uniprop_encode_value_numeric):
dmantipov Sep 24, 2014
c5df807
* lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUX
dmantipov Sep 24, 2014
6dea096
* lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix poorly nested
kbrow1i Sep 24, 2014
0d5f580
Newsticker: Add commands to rearrange treeview groups and document th…
u11gh Sep 24, 2014
d8375d9
* keyboard.c (make_lispy_event): Avoid unnecessary tests
eggert Sep 24, 2014
556270c
* lisp/find-cmd.el (find-cmd): Use grep's `find-program'.
monnier Sep 24, 2014
0ee10af
Avoid signed integer overflow when converting Time to ptrdiff_t.
eggert Sep 24, 2014
69314d6
Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.
eggert Sep 24, 2014
e22a155
Fix local_cons etc. to not exhaust the stack when in a loop.
eggert Sep 25, 2014
d44d95d
* configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
eggert Sep 25, 2014
8604b37
Remove code left dead after 2014-07-27 changes.
Sep 25, 2014
35106ad
Default to stack objects on DOS_NT platforms as well.
Eli-Zaretskii Sep 25, 2014
501e5a1
* lisp.h (toplevel): Adjust comment around USE_STACK_LISP_OBJECTS.
dmantipov Sep 25, 2014
08ce6e1
* xterm.c (x_new_font): Fix typo introduced by the recent dead code r…
dmantipov Sep 25, 2014
3ea2a7d
* lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
monnier Sep 25, 2014
ba02ba7
Follow Emacs versioning
l3thal Sep 25, 2014
4ea96a1
src/w32term.h (ALIGN_STACK): Fix a typo in last commit.
Eli-Zaretskii Sep 25, 2014
434459d
Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2.
Eli-Zaretskii Sep 25, 2014
762cbc3
* lisp/vc/add-log.el (change-log-next-buffer): Don't create an empty
link0ff Sep 25, 2014
d44b753
Add cl-parse-integer based on parse-integer
leoliu Sep 26, 2014
257b1b4
* emacs-lisp/cl-extra.el (cl-parse-integer): Fix last change.
leoliu Sep 26, 2014
9ce82e0
src/w32term.h (ALIGN_STACK): Fix the cpp condition.
kbrow1i Sep 26, 2014
0079a96
erc.el: Fix regression - Bug #18551
l3thal Sep 26, 2014
2fa8de0
Regression fix - #bug18551
l3thal Sep 26, 2014
08dc073
* xfns.c (x_default_scroll_bar_color_parameter):
eggert Sep 26, 2014
b874651
* progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
eggert Sep 26, 2014
154884f
* etc/TODO: Add a few entries, remove others, expand some
monnier Sep 26, 2014
a10ef40
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
monnier Sep 27, 2014
3bf4097
* lisp/emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
monnier Sep 27, 2014
15d2ee3
* pcase-tests.el: Add #18554 test case.
monnier Sep 27, 2014
d009711
* lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
leoliu Sep 27, 2014
f395af0
* lisp/subr.el (track-mouse): New macro.
monnier Sep 27, 2014
13559b3
* lisp/epg-config.el (epg-gpg-program): Use the plain program names r…
monnier Sep 27, 2014
5a61226
Fix implementation of HYBRID_MALLOC on Cygwin.
kbrow1i Sep 27, 2014
87a424a
* configure.ac [CYGWIN]: Enable sound support.
kbrow1i Sep 27, 2014
5555123
Font-lock `cl-flet*', too.
Sep 28, 2014
eb5df6e
* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.
kbrow1i Sep 28, 2014
a63b54b
remove speck of dust
fraunigai Sep 29, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
232 changes: 232 additions & 0 deletions .bzrignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
./_dir-locals.el
./bin
./BIN
./config.cache
./config.log
./config.status
./data
./etc/icons
./etc/__pycache__
./libexec
./lock
./README.W32
./share
./site-lisp
./var
oo
oo-spd
*.dSYM
*.elc
*.exe
*.res
*.tmp
src/temacs.map
./aclocal.m4
autom4te.cache
confdefs.h
./configure
configure.lineno
conftest*
core
DOC
# make-dist output.
./emacs-*
GPATH
GRTAGS
GTAGS
ID
makefile
Makefile
./GNUmakefile.unix
stamp-h1
stamp_BLD
subdirs.el
TAGS
cxxdefs.h
!admin/charsets/Makefile
# Intermediate files when making pdf versions of the manuals.
doc/**/*.aux
doc/**/*.cm
doc/**/*.cms
doc/**/*.cp
doc/**/*.cps
doc/**/*.fn
doc/**/*.fns
doc/**/*.ky
doc/**/*.kys
doc/**/*.log
doc/**/*.op
doc/**/*.ops
doc/**/*.pg
doc/**/*.pgs
doc/**/*.pj
doc/**/*.pjs
doc/**/*.sc
doc/**/*.scs
doc/**/*.ss
doc/**/*.tg
doc/**/*.tgs
doc/**/*.toc
doc/**/*.tp
doc/**/*.tps
doc/**/*.vr
doc/**/*.vrs
doc/**/*.dvi
doc/**/*.html
doc/**/*.pdf
doc/**/*.ps
!doc/lispintro/cons-*.pdf
!doc/lispintro/drawers.pdf
!doc/lispintro/lambda-*.pdf
etc/emacs.tmpdesktop
!etc/refcards/Makefile
etc/refcards/*.aux
etc/refcards/*.log
info/
admin/unidata/unidata.txt
build-aux/compile
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/missing
lib/.deps
lib/Makefile.in
lib/deps
lib/alloca.h
lib/arg-nonnull.h
lib/byteswap.h
lib/c++defs.h
lib/dirent.h
lib/errno.h
lib/execinfo.h
lib/fcntl.h
lib/getopt.h
lib/inttypes.h
lib/stdalign.h
lib/stdbool.h
lib/stdio.h
lib/stdint.h
lib/stdlib.h
lib/string.h
lib/sys
lib/SYS
lib/time.h
lib/unistd.h
lib/warn-on-use.h
lib/alloca.in-h
lib/getopt.in-h
lib/signal.in-h
lib/signal.h
lib/stdbool.in-h
lib/stddef.in-h
lib/stdint.in-h
lib/stdio.in-h
lib/stdlib.in-h
lib/sys_stat.in-h
lib/time.in-h
lib/unistd.in-h
lib/cxxdefs.h
lib-src/blessmail
lib-src/ctags
lib-src/ebrowse
lib-src/emacsclient
lib-src/etags
lib-src/fakemail
lib-src/hexl
lib-src/make-docfile
lib-src/movemail
lib-src/profile
lib-src/test-distrib
lib-src/update-game-score
lisp/**/*-loaddefs.el
lisp/**/loaddefs.el
lisp/cus-load.el
## Generated grammar files.
lisp/cedet/semantic/bovine/c-by.el
lisp/cedet/semantic/bovine/make-by.el
lisp/cedet/semantic/bovine/scm-by.el
lisp/cedet/semantic/wisent/javat-wy.el
lisp/cedet/semantic/wisent/js-wy.el
lisp/cedet/semantic/wisent/python-wy.el
lisp/cedet/srecode/srt-wy.el
lisp/eshell/esh-groups.el
lisp/finder-inf.el
lisp/gnus/_dir-locals.el
# Generated Unicode files.
lisp/international/charprop.el
lisp/international/uni-bidi.el
lisp/international/uni-category.el
lisp/international/uni-combining.el
lisp/international/uni-comment.el
lisp/international/uni-decimal.el
lisp/international/uni-decomposition.el
lisp/international/uni-digit.el
lisp/international/uni-lowercase.el
lisp/international/uni-mirrored.el
lisp/international/uni-name.el
lisp/international/uni-numeric.el
lisp/international/uni-old-name.el
lisp/international/uni-titlecase.el
lisp/international/uni-uppercase.el
lisp/leim/ja-dic
lisp/leim/leim-list.el
# Generated quail files.
lisp/leim/quail/4Corner.el
lisp/leim/quail/ARRAY30.el
lisp/leim/quail/CCDOSPY.el
lisp/leim/quail/CTLau-b5.el
lisp/leim/quail/CTLau.el
lisp/leim/quail/ECDICT.el
lisp/leim/quail/ETZY.el
lisp/leim/quail/PY-b5.el
lisp/leim/quail/PY.el
lisp/leim/quail/Punct-b5.el
lisp/leim/quail/Punct.el
lisp/leim/quail/QJ-b5.el
lisp/leim/quail/QJ.el
lisp/leim/quail/SW.el
lisp/leim/quail/TONEPY.el
lisp/leim/quail/ZIRANMA.el
lisp/leim/quail/ZOZY.el
lisp/leim/quail/quick-b5.el
lisp/leim/quail/quick-cns.el
lisp/leim/quail/tsang-b5.el
lisp/leim/quail/tsang-cns.el
lwlib/deps
nextstep/Emacs.app
nextstep/Cocoa/Emacs.base/Contents/Info.plist
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
nt/config.log
oldXMenu/deps
src/_dbxinit
src/_gdbinit
src/bootstrap-emacs
src/buildobj.h
src/config.h
src/config.in
src/deps
src/emacs
src/emacs-*
src/epaths.h
src/gdb.ini
src/prefix-args*
src/stamp-h.in
src/temacs
test/indent/*.new
!test/automated/flymake/warnpred/Makefile
!test/indent/Makefile
+*
src/globals.h
src/gl-stamp
lisp/mh-e/mh-autoloads.el
lisp/mh-e/mh-cus-load.el
lib/stdalign.h
admin/charsets/*.map
admin/charsets/cp51932.el
admin/charsets/eucjp-ms.el
admin/charsets/jisx2131-filter
test/automated/flymake/warnpred/a.out
test/automated/*.log
16 changes: 16 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")))
(objc-mode . ((c-file-style . "GNU")))
;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
;; See admin/notes/bugtracker.
(log-edit-mode . ((log-edit-rewrite-fixes
"[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1")
(log-edit-font-lock-gnu-style . t)
(log-edit-setup-add-author . t)))
(change-log-mode . ((add-log-time-zone-rule . t)
(fill-column . 74)
(bug-reference-url-format . "http://debbugs.gnu.org/%s")
(mode . bug-reference)))
(diff-mode . ((mode . whitespace))))
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
configure
aclocal.m4
compile
config.guess
config.sub
depcomp
install-sh
missing
lib/Makefile.in
src/config.in
autom4te.cache
makefile
TAGS
*~
/README.W32

/bin/
/site-lisp/
/leim/ja-dic/
etc/refcards/*.aux
etc/refcards/*.log
info/dir
info/*.info
26 changes: 26 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
If you think you may have found a bug in GNU Emacs, please read the
Bugs section of the Emacs manual for advice on

(1) how to tell when to report a bug, and
(2) how to write a useful bug report and what information it needs to have.

You can read the Bugs section of the manual from inside Emacs.
Start Emacs, and press
C-h r (to view the Emacs manual)
m Bugs RET (to go to the section on Bugs)
Or you can use the standalone Info program:
info emacs
m Bugs RET
(Standalone Info is part of the Texinfo distribution, not part of the
Emacs distribution.)

Printed copies of the Emacs manual can be purchased from the Free
Software Foundation's online store at <http://shop.fsf.org/>.

If necessary, you can read the manual without an info program:

cat info/emacs* | more "+/^File: emacs.*, Node: Bugs,"


Please first check the file etc/PROBLEMS (e.g. with C-h C-p in Emacs) to
make sure it isn't a known issue.
Loading