diff options
| author | Joakim Verona | 2013-01-03 00:06:25 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-03 00:06:25 +0100 |
| commit | c6b5fe1e945c664a0d696ae6eea9721235baf2f1 (patch) | |
| tree | f04cba489a21e3227c42fedc78e8de17b828f906 /src/ChangeLog | |
| parent | 536714d1f5f872d1e797878005151727465e459f (diff) | |
| parent | 9539d46584868ff54a5acf1bdbe2446f9a84974a (diff) | |
| download | emacs-c6b5fe1e945c664a0d696ae6eea9721235baf2f1.tar.gz emacs-c6b5fe1e945c664a0d696ae6eea9721235baf2f1.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5d663b746e..7342f7c6add 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-01-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * keymap.c (Fkey_description): Doc fix. (Bug#13323) | ||
| 4 | |||
| 5 | 2013-01-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Simplify via eabs. | ||
| 8 | * dired.c (file_name_completion): | ||
| 9 | * doc.c (get_doc_string): | ||
| 10 | * floatfns.c (round2): | ||
| 11 | * font.c (font_score, font_delete_unmatched): | ||
| 12 | * fringe.c (compute_fringe_widths): | ||
| 13 | * lread.c (read_list): | ||
| 14 | * minibuf.c (Ftry_completion): | ||
| 15 | * term.c (tty_ins_del_lines): | ||
| 16 | * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1): | ||
| 17 | Use eabs (x) rather than open-coding it as (x < 0 ? -x : x). | ||
| 18 | |||
| 1 | 2012-12-31 Eli Zaretskii <eliz@gnu.org> | 19 | 2012-12-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 20 | ||
| 3 | * w32.c (unsetenv): Set up the string passed to _putenv | 21 | * w32.c (unsetenv): Set up the string passed to _putenv |
| @@ -21291,7 +21309,7 @@ See ChangeLog.11 for earlier changes. | |||
| 21291 | ;; coding: utf-8 | 21309 | ;; coding: utf-8 |
| 21292 | ;; End: | 21310 | ;; End: |
| 21293 | 21311 | ||
| 21294 | Copyright (C) 2011-2012 Free Software Foundation, Inc. | 21312 | Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 21295 | 21313 | ||
| 21296 | This file is part of GNU Emacs. | 21314 | This file is part of GNU Emacs. |
| 21297 | 21315 | ||