Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fff84c22
Commit
fff84c22
authored
Jun 10, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate ChangeLog entries.
parent
3d6e7a43
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
87 deletions
+9
-87
doc/misc/ChangeLog
doc/misc/ChangeLog
+9
-21
lib-src/ChangeLog
lib-src/ChangeLog
+0
-15
lisp/ChangeLog
lisp/ChangeLog
+0
-24
lwlib/ChangeLog
lwlib/ChangeLog
+0
-11
src/ChangeLog
src/ChangeLog
+0
-16
No files found.
doc/misc/ChangeLog
View file @
fff84c22
...
...
@@ -2317,10 +2317,6 @@
* gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
2007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Sorting the Summary Buffer): Remove
...
...
@@ -3856,19 +3852,6 @@
* org.texi (Progress logging): New section.
2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* viper.texi (Viper Specials):
* gnus.texi (Example Setup):
* faq.texi (Backspace invokes help):
* dired-x.texi (Optional Installation Dired Jump):
* calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
follow coding conventions.
2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2006-06-06 Carsten Dominik <dominik@science.uva.nl>
* org.texi (ASCII export): Document indentation adaptation.
...
...
@@ -3916,6 +3899,15 @@
* org.texi: Small typo fixes.
2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* viper.texi (Viper Specials):
* gnus.texi (Example Setup):
* faq.texi (Backspace invokes help):
* dired-x.texi (Optional Installation Dired Jump):
* calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
follow coding conventions.
2006-05-29 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
...
...
@@ -4472,10 +4464,6 @@
* gnus.texi (Article Washing): Additions.
2006-01-08 Alex Schroeder <alex@gnu.org>
* pgg.texi (Caching passphrase): Rewording.
2006-01-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Agenda commands): Document tags command.
...
...
lib-src/ChangeLog
View file @
fff84c22
...
...
@@ -47,11 +47,6 @@
* Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
2010-05-08 Christoph <cschol2112@googlemail.com> (tiny change)
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
for macros for nmake compatibility.
2010-05-08 Glenn Morris <rgm@gnu.org>
* Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
...
...
@@ -4578,16 +4573,6 @@
* Makefile.in.in (install, maybe-blessmail): Don't cd ..;
configure has already set $(INSTALL) to the proper relative path.
1995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (plain_C_entries): New function.
(lowcase): New macro.
(tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
(lang_suffixes): New suffix ".pc" for Pro*C files.
(consider_token): Don't tag all tokens beginning with DEFUN & Co..
(tail): Look for the end of the token when comparing.
(takeprec): Since now tail behaves differently, use strneq.
1995-07-08 Paul Eggert <eggert@twinsun.com>
* rcs2log (datearg): Separate date from time with comma, not space,
...
...
lisp/ChangeLog
View file @
fff84c22
...
...
@@ -330,15 +330,6 @@
(server-create-window-system-frame): New arg. Pass parent-id as
frame parameter.
2010-05-29 Chong Yidong <cyd@stupidchicken.com>
* ansi-color.el: Delete unused escape sequences (Bug#6085).
(ansi-color-drop-regexp): New constant.
(ansi-color-apply, ansi-color-filter-region)
(ansi-color-apply-on-region): Delete unrecognized control
sequences.
(ansi-color-apply): Build string list before calling concat.
2010-05-29 Eli Zaretskii <eliz@gnu.org>
Bidi-sensitive word movement with arrow keys.
...
...
@@ -487,11 +478,6 @@
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
font-lock-constant-face, not obsolete font-lock-reference-face.
2010-05-27 Masatake YAMATO <yamato@redhat.com>
* htmlfontify.el (hfy-face-resolve-face): New function.
(hfy-face-to-style): Use it (Bug#6279).
2010-05-27 Kenichi Handa <handa@m17n.org>
* language/hebrew.el (hebrew-shape-gstring): Check if a glyph
...
...
@@ -633,11 +619,6 @@
* textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (read-quoted-char): Resolve modifiers after key
remapping (bug#6212).
2010-05-22 Chong Yidong <cyd@stupidchicken.com>
* image.el (image-refresh): Define as an alias for image-flush.
...
...
@@ -1544,11 +1525,6 @@
* minibuffer.el (tags-completion-at-point-function): Fix return value.
2010-04-30 Eli Zaretskii <eliz@gnu.org>
* composite.el (compose-region, reference-point-alist): Fix typos
in the doc strings.
2010-04-29 Chong Yidong <cyd@stupidchicken.com>
* ido.el (ido-init-completion-maps): Remove C-v binding.
...
...
lwlib/ChangeLog
View file @
fff84c22
...
...
@@ -891,11 +891,6 @@
[USE_XAW]: Include <X11/Xaw/Paned.h>.
(lwlib_memset, lwlib_bcopy): Explicitly declare return type.
1997-12-20 Richard Stallman <rms@delysid.gnu.org>
* lwlib-Xm.c (update_one_menu_entry):
Add conditional in case XmNpositionIndex is missing.
1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
* lwlib-Xm.c (update_one_menu_entry):
...
...
@@ -1176,12 +1171,6 @@
cascade button itself. This works around a Motif SIGSEGV in the
function `InSharedMenuHierarchy'.
1994-10-29 Richard Stallman <rms@duality.gnu.ai.mit.edu>
* xlwmenu.c (xlwmenu_default_font): New global variable.
(XlwMenuInitialize): Use xlwmenu_default_font to default
the font if necessary. Make mw, itself, an argument.
1994-10-26 Richard Stallman <rms@duality.gnu.ai.mit.edu>
* xlwmenu.c (pop_up_menu): Pass a Display * to x_catch_errors, etc.
...
...
src/ChangeLog
View file @
fff84c22
...
...
@@ -1942,11 +1942,6 @@
(gif_load): Put GIF extension data to the property
`Qextension_data'.
2010-04-05 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
terminal frames (Bug#5837).
2010-03-31 Chong Yidong <cyd@stupidchicken.com>
* nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
...
...
@@ -2188,11 +2183,6 @@
case that the output buffer is fullfilled.
(encode_coding): Setup ccl program here.
2010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
* editfns.c (Fformat): Account for string precision when computing
field width (Bug#5710).
2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
...
...
@@ -14023,12 +14013,6 @@
Report an error when image size is invalid.
Read two bytes at a time when raw images have max_color_idx above 255.
2008-04-05 Eli Zaretskii <eliz@gnu.org>
* w32.c (readdir): If FindFirstFile/FindNextFile return in
cFileName a file name that includes `?' characters, use the 8+3
alias in cAlternateFileName instead.
2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
* ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment