- 28 Jul, 2012 1 commit
-
-
Juanma Barranquero authored
-
- 26 Jul, 2012 1 commit
-
-
Paul Eggert authored
* etc/emacs-buffer.gdb ($tagmask, $valmask): Remove. (ygetptr): Adjust to recent changes in lisp.h and emacs.c, by using VALMASK instead of $valmask, CHECK_LISP_OBJECT_TYPE instead of gdb_use_union, and DATA_SEG_BITS instead of gdb_data_seg_bits. Also, use $ptr.i rather than $ptr.u.val. * src/.gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix = $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway). (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr): Adjust to changes in lisp.h and emacs.c, by using CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits, INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS instead of gdb_valbits. (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG instead of gdb_array_mark_flag. (xboolvector): Get size from $->size, not $->header.size. Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants. (xreload, hook-run, hookpost-run): Remove. * src/emacs.c: Include <verify.h>. (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits) (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type): Remove. (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS) (gdb_USE_LSB_TAG): New enum constants. (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG): Also define these as enum constants, so they're visible to GDB. (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros. (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these as constants, so they're visible to GDB. * src/lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS) (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR): Now enum constants, not macros, so they're visible to GDB. (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is more convenient now. All uses changed. (VALMASK) [USE_LSB_TAG]: Also define in this case. * src/mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
-
- 20 Jul, 2012 1 commit
-
-
Eli Zaretskii authored
lisp/startup.el (fancy-startup-text): Read the whole tutorial, not just its first 256 bytes. Prevents gibberish in display of the tutorial title. etc/tutorials/TUTORIAL.he: Make the first sentence display correctly in a left-to-right paragraph, such as what is shown on the fancy splash screen, by using directional control characters.
-
- 15 Jul, 2012 1 commit
-
-
Leo Liu authored
-
- 14 Jul, 2012 1 commit
-
-
Juanma Barranquero authored
-
- 08 Jul, 2012 1 commit
-
-
Juanma Barranquero authored
-
- 07 Jul, 2012 1 commit
-
-
Michael Witten authored
Fixes: debbugs:11689
-
- 28 Jun, 2012 1 commit
-
-
Glenn Morris authored
AFAICS, the new python.el does not use these files.
-
- 24 Jun, 2012 1 commit
-
-
Lawrence Mitchell authored
Fixes: debbugs:11686
-
- 22 Jun, 2012 1 commit
-
-
Paul Eggert authored
Fixes: debbugs:9000
-
- 13 Jun, 2012 1 commit
-
-
Deniz Dogan authored
-
- 04 Jun, 2012 1 commit
-
-
Paul Eggert authored
Not only are the compilers long-dead, the obsolete advice typically doesn't apply to current Emacs sources.
-
- 03 Jun, 2012 1 commit
-
-
Chong Yidong authored
* lisp/progmodes/compile.el (compilation-mode-line-fail) (compilation-mode-line-run, compilation-mode-line-exit): New faces. (compilation-start, compilation-handle-exit): Use them. * etc/themes/wheatgrass-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tsdh-dark-theme.el: Add compilation-mode-line-fail, compilation-mode-line-run, and compilation-mode-line-exit faces. * etc/themes/manoj-dark-theme.el: Remove :family attributes. Fixes: debbugs:11032
-
- 01 Jun, 2012 3 commits
-
-
Paul Eggert authored
It is confusingly named and rarely useful. See, for example, <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>. * INSTALL.BZR: Don't mention --disable-maintainer-mode. * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed. * configure.in: Remove --disable-maintainer-mode. (USE_MAINTAINER_MODE, MAINT): Remove. * admin/make-tarball.txt: Don't worry about maintainer mode. * etc/NEWS: Mention this.
-
Chong Yidong authored
Add release logs. Regenerate AUTHORS and ldefs-boot.el.
-
Andrew Beals authored
Fixes: debbugs:11598
-
- 31 May, 2012 1 commit
-
-
Paul Eggert authored
* etc/PROBLEMS: Remove obsolete '#define static' cruft. * lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm". (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]: Remove; all uses replaced with definiens. * src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef. This #undef was "temporary" in 2000; it is no longer needed now that '#define static' has gone away. * src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height) (gray_bitmap_bits): Remove; no longer needed. All uses replaced with definiens. * src/xterm.c: Include "bitmaps/gray.xbm".
-
- 07 May, 2012 1 commit
-
-
Glenn Morris authored
* etc/forms/README: New. * etc/forms/forms-d2.dat: Move to etc/forms/ subdirectory. * etc/forms/forms-d2.el, etc/forms/forms-pass.el: Move here from ../lisp. * lisp/forms.el: Related comment change.
-
- 03 May, 2012 1 commit
-
-
Paul Eggert authored
* src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove. (Fcurrent_time_string): Support any year that is supported by the underlying localtime representation. Don't use asctime, as it has undefined behavior for years outside the range -999..9999. * doc/lispref/os.texi (Time of Day): Do not limit current-time-string to years 1000..9999. * etc/NEWS: Do not limit current-time-string to years 1000..9999.
-
- 27 Apr, 2012 1 commit
-
-
Glenn Morris authored
-
- 26 Apr, 2012 2 commits
-
-
Glenn Morris authored
-
Bastien Guerry authored
-
- 20 Apr, 2012 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
Mention list-packages. Remove many old/outdated URLs.
-
- 10 Apr, 2012 1 commit
-
-
Lars Magne Ingebrigtsen authored
* etc/publicsuffix.txt: New file. * lisp/url/url-cookie.el (url-cookie-two-dot-domains): Remove. (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p' instead of the variable above. Fixes: debbugs:1401
-
- 02 Apr, 2012 1 commit
-
-
Alan Mackenzie authored
-
- 01 Apr, 2012 1 commit
-
-
Bastien Guerry authored
-
- 16 Mar, 2012 1 commit
-
-
Glenn Morris authored
* doc/emacs/help.texi (Language Help): * doc/emacs/mule.texi (International Chars): etc/HELLO is for character demonstration. * etc/HELLO: Say that this is not a comprehensive list. Remove "duplicate" entry. (Bug#11024)
-
- 23 Feb, 2012 1 commit
-
-
Glenn Morris authored
-
- 21 Feb, 2012 1 commit
-
-
Paul Eggert authored
* etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.
-
- 10 Feb, 2012 1 commit
-
-
Leo Liu authored
-
- 08 Feb, 2012 1 commit
-
-
Alex Ott authored
Coding system changed to UTF-8.
-
- 06 Feb, 2012 1 commit
-
-
Juanma Barranquero authored
-
- 03 Feb, 2012 1 commit
-
-
Pieter Schoenmakers authored
-
- 30 Jan, 2012 1 commit
-
-
Chong Yidong authored
-
- 25 Jan, 2012 1 commit
-
-
Mats Lidell authored
-
- 21 Jan, 2012 1 commit
-
-
Ognyan Kulev authored
-
- 19 Jan, 2012 1 commit
-
-
Chong Yidong authored
-
- 18 Jan, 2012 1 commit
-
-
Werner LEMBERG authored
Minor typographical improvements.
-
- 17 Jan, 2012 1 commit
-
-
Primoz PETERLIN authored
-