1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/src
Paul Eggert fbb5531fa1 More-conservative ‘format’ quote restyling
Instead of restyling curved quotes for every call to ‘format’,
create a new function ‘format-message’ that does the restyling,
and using the new function instead of ‘format’ only in contexts
where this seems appropriate.
Problem reported by Dmitry Gutov and Andreas Schwab in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00826.html
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00827.html
* doc/lispref/commands.texi (Using Interactive):
* doc/lispref/control.texi (Signaling Errors, Signaling Errors):
* doc/lispref/display.texi (Displaying Messages, Progress):
* doc/lispref/elisp.texi:
* doc/lispref/help.texi (Keys in Documentation):
* doc/lispref/minibuf.texi (Minibuffer Misc):
* doc/lispref/strings.texi (Formatting Strings):
* etc/NEWS:
Document the changes.
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/apropos.el (apropos-library):
* lisp/calc/calc-ext.el (calc-record-message)
(calc-user-function-list):
* lisp/calc/calc-help.el (calc-describe-key, calc-full-help):
* lisp/calc/calc-lang.el (math-read-big-balance):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--add-diary-entry):
* lisp/cedet/mode-local.el (mode-local-print-binding)
(mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-completion-message):
* lisp/cedet/semantic/edit.el (semantic-parse-changes-failed):
* lisp/cedet/semantic/wisent/comp.el (wisent-log):
* lisp/cedet/srecode/insert.el (srecode-insert-show-error-report):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dframe.el (dframe-message):
* lisp/dired-aux.el (dired-query):
* lisp/emacs-lisp/byte-opt.el (byte-compile-log-lap-1):
* lisp/emacs-lisp/bytecomp.el (byte-compile-log)
(byte-compile-log-file, byte-compile-warn, byte-compile-form):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use)
(cconv-analyze-form):
* lisp/emacs-lisp/check-declare.el (check-declare-warn):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet):
* lisp/emacs-lisp/edebug.el (edebug-format):
* lisp/emacs-lisp/eieio-core.el (eieio-oref):
* lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message)
(eldoc-message):
* lisp/emacs-lisp/elint.el (elint-file, elint-log):
* lisp/emacs-lisp/find-func.el (find-function-library):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
* lisp/emacs-lisp/package.el (package-compute-transaction)
(package-install-button-action, package-delete-button-action)
(package-menu--list-to-prompt):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emacs-lisp/warnings.el (lwarn, warn):
* lisp/emulation/viper-cmd.el:
(viper-toggle-parse-sexp-ignore-comments)
(viper-kill-buffer, viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/facemenu.el (facemenu-add-new-face):
* lisp/faces.el (face-documentation, read-face-name)
(face-read-string, read-face-font, describe-face):
* lisp/files.el (find-alternate-file, hack-local-variables)
(hack-one-local-variable--obsolete, write-file)
(basic-save-buffer, delete-directory):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--obsolete)
(help-fns--interactive-only, describe-function-1)
(describe-variable):
* lisp/help.el (describe-mode):
* lisp/info-xref.el (info-xref-output):
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
* lisp/international/kkc.el (kkc-error):
* lisp/international/mule-cmds.el:
(select-safe-coding-system-interactively)
(select-safe-coding-system, describe-input-method):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/international/quail.el (quail-error):
* lisp/minibuffer.el (minibuffer-message):
* lisp/mpc.el (mpc--debug):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-message):
* lisp/net/gnutls.el (gnutls-message-maybe):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/nsm.el (nsm-query-user):
* lisp/net/rlogin.el (rlogin):
* lisp/net/soap-client.el (soap-warning):
* lisp/net/tramp.el (tramp-debug-message):
* lisp/nxml/nxml-outln.el (nxml-report-outline-error):
* lisp/nxml/nxml-parse.el (nxml-parse-error):
* lisp/nxml/rng-cmpct.el (rng-c-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/org/org-ctags.el:
(org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/proced.el (proced-log):
* lisp/progmodes/ebnf2ps.el (ebnf-log):
* lisp/progmodes/flymake.el (flymake-log):
* lisp/progmodes/vhdl-mode.el (vhdl-warning-when-idle):
* lisp/replace.el (occur-1):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, define-alternatives):
* lisp/startup.el (command-line):
* lisp/subr.el (error, user-error, add-to-list):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* src/callint.c (Fcall_interactively):
* src/editfns.c (Fmessage, Fmessage_box):
Restyle the quotes of format strings intended for use as a
diagnostic, when restyling seems appropriate.
* lisp/subr.el (format-message): New function.
* src/doc.c (Finternal__text_restyle): New function.
(syms_of_doc): Define it.
2015-08-23 22:39:06 -07:00
..
bitmaps
.dbxinit
.gdbinit .gdbinit followup to changes in !USE_LSB_TAG 2015-06-29 18:57:25 +03:00
alloc.c Don't miss warnings about removing string text properties while dumping 2015-08-14 13:34:18 +03:00
atimer.c Fix debug-timer-check on systems without HAVE_TIMERFD 2015-06-22 19:11:45 +03:00
atimer.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bidi.c Give names to Unicode code points in C code 2015-08-11 15:53:56 -07:00
blockinput.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
buffer.c Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
buffer.h Remove the deprecated INTERNAL_FIELD macro by expanding it 2015-04-29 08:53:55 +02:00
bytecode.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
callint.c More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
callproc.c Tweak exec-path in uninstalled case 2015-04-20 17:38:36 -04:00
casefiddle.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
casetab.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
category.c Remove the deprecated INTERNAL_FIELD macro by expanding it 2015-04-29 08:53:55 +02:00
category.h
ccl.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
ccl.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
ChangeLog.1 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.2 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.3 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.4 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.5 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.6 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.7 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.8 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.9 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.10 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.11 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.12 Spelling fixes 2015-06-30 19:47:29 -07:00
ChangeLog.13 ; Spelling fixes 2015-07-05 23:17:48 -07:00
character.c Port --enable-gcc-warnings to GCC 5.1 x86-64 2015-04-24 22:41:56 -07:00
character.h Prefer ‘format’ to ‘substitute-command-keys’ 2015-08-14 15:55:58 -07:00
charset.c Make add_to_log varargs 2015-08-13 13:48:58 -07:00
charset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
chartab.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
cm.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cm.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cmds.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
coding.c Fix uninitalized value in encode_coding_object 2015-07-27 23:40:27 -07:00
coding.h Avoid aborts when keyboard-coding-system is raw-text (Bug#19532) 2015-01-31 20:48:53 +02:00
commands.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
composite.c Give names to Unicode code points in C code 2015-08-11 15:53:56 -07:00
composite.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
conf_post.h New optional ZONE arg for format-time-string etc. 2015-07-26 12:44:54 -07:00
COPYING
cygw32.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cygw32.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
data.c Better docstring for null. (Bug#20815) 2015-06-16 21:47:46 +02:00
dbusbind.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
decompress.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
deps.mk Replace AC_SUBST_FILE in configure with include in Makefiles. 2015-05-15 20:51:45 -04:00
dired.c Fix last commit, which confused WINDOWSNT with MSDOS. 2015-01-31 10:05:10 +02:00
dispextern.h Fix hang with large yanks This should fix the bug fixed by Mike 2015-07-17 11:55:02 -07:00
dispnew.c Fix some minor quoting issues with grave accent 2015-08-09 16:23:06 -07:00
disptab.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
doc.c More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
doprnt.c Low-level diagnostics now use ‘text-quoting-style’ 2015-08-14 15:55:58 -07:00
dosfns.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
dosfns.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
editfns.c More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
emacs-icon.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emacs.c Curved quotes in --batch diagnostics in non-UTF-8 2015-08-17 12:01:26 -07:00
emacsgtkfixed.c Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
emacsgtkfixed.h Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
epaths.in Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eval.c Better heuristic for C stack overflow 2015-07-16 07:36:47 -07:00
fileio.c In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
filelock.c Verify file modifications by other programs 2015-05-08 12:20:16 +03:00
firstfile.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
floatfns.c Simplify by assuming C99 integer division 2015-08-01 00:27:15 -07:00
fns.c Check for an input event before showing a dialog box. (Bug#20813) 2015-06-23 14:02:24 -04:00
font.c Fix pointer signedness glitch 2015-06-30 09:07:35 -07:00
font.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
fontset.c ;* src/fontset.c: Update obsolete commentary. 2015-06-15 20:14:11 +03:00
fontset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
frame.c Rewrite and add frame geometry related functions. 2015-08-18 16:45:27 +02:00
frame.h Pacify --enable-gcc-warnings 2015-05-23 09:02:04 -07:00
fringe.c Fix fringe bitmap initialization for cairo. 2015-02-14 12:45:52 +09:00
ftcrfont.c Spelling fixes 2015-06-14 22:56:45 -07:00
ftfont.c * src/ftfont.c (ftfont_close): Add comment re Bug#20890. 2015-07-26 13:23:35 -07:00
ftfont.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
ftxfont.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
getpagesize.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gfilenotify.c * src/gfilenotify.c (Fgfile_add_watch): 2015-08-21 11:40:38 +02:00
gmalloc.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnutls.c Avoid error in TLS connections due to incorrect format 2015-06-27 11:00:38 +03:00
gnutls.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gtkutil.c Fix file name encodings in diagnostics 2015-08-18 16:24:56 -07:00
gtkutil.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
image.c Use new q ‘format’ flag when fixing quotes in C 2015-08-18 23:14:08 -07:00
indent.c * src/indent.c (Fvertical_motion): Amend motion by 0 lines. 2015-06-03 15:29:24 +02:00
indent.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
inotify.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
insdel.c * src/*.c: Set deactivate_mark buffer-locally 2015-04-13 10:16:38 -04:00
intervals.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
intervals.h Use bool for boolean in xdisp.c 2015-02-09 23:50:18 -08:00
keyboard.c * src/keyboard.c: Use false/true instead of 0/1 for booleans 2015-08-14 15:29:11 -04:00
keyboard.h * src/keyboard.c: Use false/true instead of 0/1 for booleans 2015-08-14 15:29:11 -04:00
keymap.c Avoid crashes when key-binding is called from a timer 2015-06-08 17:39:35 +03:00
keymap.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
lastfile.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lisp.h Extend ‘format’ to translate curved quotes 2015-08-14 15:55:57 -07:00
lread.c Use new q ‘format’ flag when fixing quotes in C 2015-08-18 23:14:08 -07:00
macfont.h Fix a enum conversion warning in macfont.m 2015-05-15 16:50:01 +02:00
macfont.m Avoid deprecated enums in mac-ct font backend driver 2015-07-13 19:14:25 +09:00
macros.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
macros.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
macuvs.h Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
Makefile.in Fix submake dependency bug with .h files 2015-06-25 13:31:38 -07:00
marker.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
menu.c Fix assertion violations when popping menus on TTY (Bug#19862) 2015-02-14 15:11:30 +02:00
menu.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
minibuf.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
msdos.c Use bool, not int, to track face changes 2015-01-28 11:15:23 -08:00
msdos.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsfns.m Sanitize frame geometry related functions 2015-08-21 11:00:59 +02:00
nsfont.m Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
nsgui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsimage.m In nsimage.m include coding.h (Bug#21292) 2015-08-19 11:26:37 +02:00
nsmenu.m Fix NS warnings. 2015-05-15 17:06:16 +02:00
nsselect.m Replace gui-method macros with cl-generic with &context 2015-05-23 11:32:29 -04:00
nsterm.h Fix warnings on OSX 10.10. 2015-05-15 16:23:44 +02:00
nsterm.m NS equivalents of xterm.c and w32term.c changes 2015-06-01 17:46:20 +03:00
print.c Fix multibyte confusion in diagnostics 2015-08-18 16:24:57 -07:00
process.c Avoid duplicate calls to current_timespec 2015-07-05 19:21:50 -07:00
process.h Add facility to collect stderr of async subprocess 2015-04-11 07:59:27 +09:00
profiler.c Fix some int overflows in profiler.c 2015-07-31 10:13:36 -07:00
puresize.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ralloc.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
README Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regex.c Fix some minor quoting issues with grave accent 2015-08-09 16:23:06 -07:00
regex.h Curved quotes in --batch diagnostics in non-UTF-8 2015-08-17 12:01:26 -07:00
region-cache.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
region-cache.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scroll.c Fix subscript error in calculate_direct_scrolling 2015-07-27 23:40:27 -07:00
search.c Clarify what happens to match data on failure 2015-08-17 23:47:46 -07:00
sheap.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sound.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
syntax.c Fix minor glitches from ‘format’ reversion 2015-08-23 13:51:52 -07:00
syntax.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sysdep.c Support recovery from C stack overflow on MS-Windows 2015-08-08 11:12:06 +03:00
sysselect.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syssignal.h Enable CPU profiling on Cygwin 2015-06-22 17:38:35 -04:00
sysstdio.h Simplify binary I/O configuration 2015-02-19 19:21:32 -08:00
systime.h New optional ZONE arg for format-time-string etc. 2015-07-26 12:44:54 -07:00
systty.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syswait.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
term.c Avoid grave accent quoting in stderr diagnostics 2015-05-31 23:53:45 -07:00
termcap.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termchar.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termhooks.h Fix bug that munged selection info 2015-06-23 16:30:58 -07:00
terminal.c Tune pseudovector allocation assuming Qnil == 0 2015-01-16 11:42:24 +03:00
terminfo.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termopts.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
textprop.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
tparam.c Use bool for boolean in textprop.c, undo.c 2015-04-19 13:13:52 -07:00
tparam.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
undo.c Use bool for boolean in textprop.c, undo.c 2015-04-19 13:13:52 -07:00
unexaix.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexcoff.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexcw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexec.h
unexelf.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexhp9k800.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
unexmacosx.c Avoid grave accent quoting in stderr diagnostics 2015-05-31 23:53:45 -07:00
unexsol.c
unexw32.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vm-limit.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w16select.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32.c Support long URLs in w32-shell-execute 2015-07-30 19:50:51 +03:00
w32.h Support long URLs in w32-shell-execute 2015-07-30 19:50:51 +03:00
w32common.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32console.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32fns.c Sanitize frame geometry related functions 2015-08-21 11:00:59 +02:00
w32font.c Fix display of glyphless characters with problematic fonts 2015-05-28 20:23:41 +03:00
w32font.h Teach MS-Windows font back-end return per-glyph ascent/descent 2015-05-26 18:29:40 +03:00
w32gui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32heap.c Handle NULL pointers in w32heap.c allocation routines 2015-07-27 21:16:46 +03:00
w32heap.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32inevt.c Prefer 'Qfoo' to 'intern ("foo")' in w32 source files 2015-02-21 14:54:08 +02:00
w32inevt.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32menu.c Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. 2015-01-29 19:16:56 +02:00
w32notify.c MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880) 2015-01-10 13:27:35 +02:00
w32proc.c Support exec-directory with non-ASCII characters on Windows 2015-08-23 18:01:35 +03:00
w32reg.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32select.c MS-Windows followup to previous commit 2015-01-05 22:13:58 +02:00
w32select.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32term.c Fix invisible mouse pointers on Windows. 2015-06-26 08:45:29 +02:00
w32term.h Avoid compiler warning in image.c on MS-Windows 2015-05-23 22:19:08 +03:00
w32uniscribe.c A better fix for bug#21303 2015-08-21 17:45:41 +03:00
w32xfns.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
widget.c * src/widget.c (set_frame_size): Prefer 'int' to 'unsigned' 2015-04-19 10:11:21 -07:00
widget.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
widgetprv.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
window.c Move window edge functions to Elisp. 2015-08-19 11:20:44 +02:00
window.h Avoid some int overflows in window.c 2015-04-13 23:26:59 -07:00
xdisp.c Use new q ‘format’ flag when fixing quotes in C 2015-08-18 23:14:08 -07:00
xfaces.c Use new q ‘format’ flag when fixing quotes in C 2015-08-18 23:14:08 -07:00
xfns.c Fix file name encodings in diagnostics 2015-08-18 16:24:56 -07:00
xfont.c * xfont.c: Minor style fixes 2015-02-09 11:08:58 -08:00
xftfont.c Fix display of glyphless characters with problematic fonts 2015-05-28 20:23:41 +03:00
xgselect.c Use bool for boolean in xfont.c, xftfont.c, xgselect.c 2015-01-21 23:41:24 -08:00
xgselect.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xmenu.c Adjust offset and border calculations for X. 2015-02-27 18:46:26 +01:00
xml.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
xrdb.c Port to pedantic memcpy 2015-07-31 09:47:19 -07:00
xselect.c Use new q ‘format’ flag when fixing quotes in C 2015-08-18 23:14:08 -07:00
xsettings.c Fix DPI calculation when Xft/DPI is default 2015-08-09 23:23:38 -07:00
xsettings.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xsmfns.c * src/xsmfns.c (x_session_initialize): Avoid libSM crash 2015-06-13 16:35:54 -07:00
xterm.c Fix C99 incompatibilities in Cairo code 2015-06-25 07:09:04 -07:00
xterm.h Fix bug that munged selection info 2015-06-23 16:30:58 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2015 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.